mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
initial net9 port
This commit is contained in:
parent
8668ea0d59
commit
9d4bc95f7d
9 changed files with 10 additions and 26 deletions
|
|
@ -1,5 +1,13 @@
|
|||
<!-- Code analysis settings for all Dalamud projects. -->
|
||||
<!-- Shared settings for all Dalamud projects. -->
|
||||
<Project>
|
||||
|
||||
<PropertyGroup Label="Target">
|
||||
<TargetFramework>net9.0-windows</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<Platforms>x64;AnyCPU</Platforms>
|
||||
<LangVersion>13.0</LangVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup Label="Code Analysis">
|
||||
<PackageReference Include="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="3.3.4" PrivateAssets="All" />
|
||||
<AdditionalFiles Include="$(MSBuildThisFileDirectory)tools\BannedSymbols.txt" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue