Compare commits

..

1 commit

Author SHA1 Message Date
github-actions[bot]
9249ff6df7 Update Excel Schema
Some checks are pending
Build Dalamud / Build on Windows (push) Waiting to run
Build Dalamud / Check API Compatibility (push) Blocked by required conditions
Build Dalamud / Deploy dalamud-distrib staging (push) Blocked by required conditions
2025-12-16 18:39:12 +00:00
4 changed files with 5 additions and 6 deletions

View file

@ -7,6 +7,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.editorconfig = .editorconfig
.gitignore = .gitignore
tools\BannedSymbols.txt = tools\BannedSymbols.txt
targets\Dalamud.Plugin.Bootstrap.targets = targets\Dalamud.Plugin.Bootstrap.targets
targets\Dalamud.Plugin.targets = targets\Dalamud.Plugin.targets
tools\dalamud.ruleset = tools\dalamud.ruleset
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props

View file

@ -5,9 +5,7 @@
<TargetFramework>net10.0-windows</TargetFramework>
<PlatformTarget>x64</PlatformTarget>
<Platforms>x64</Platforms>
<!-- preview, as docfx is late at upgrading Roslyn versions -->
<LangVersion>preview</LangVersion>
<LangVersion>14.0</LangVersion>
<!-- Disable Intel CET. Causes crashes on unpatched Windows 10 systems. -->
<!-- https://github.com/dotnet/runtime/issues/108589 -->

View file

@ -33,8 +33,7 @@
<PackageVersion Include="Serilog.Sinks.File" Version="7.0.0" />
<!-- Injector Utilities -->
<!-- Take care: must be pinned to version used in goatcorp.Reloaded.Hooks, otherwise we are trampling the injector's version when building Dalamud -->
<PackageVersion Include="Iced" Version="1.17.0" />
<PackageVersion Include="Iced" Version="1.21.0" />
<PackageVersion Include="PeNet" Version="5.1.0" />
<!-- HexaGen -->

@ -1 +1 @@
Subproject commit 8345e7312761187732c591f157470fdafb780fb4
Subproject commit 1420d8a4abdc61e50808152e00217e3119ca2914