mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-23 08:17:47 +01:00
Compare commits
1 commit
fccc61aa5a
...
9249ff6df7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9249ff6df7 |
4 changed files with 5 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 -->
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue