mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
merge from master
This commit is contained in:
commit
6604678050
82 changed files with 2683 additions and 1371 deletions
|
|
@ -1,13 +1,21 @@
|
|||
<!-- Shared settings for all Dalamud projects. -->
|
||||
<Project>
|
||||
|
||||
|
||||
<PropertyGroup Label="Target">
|
||||
<TargetFramework>net9.0-windows</TargetFramework>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<Platforms>x64;AnyCPU</Platforms>
|
||||
<Platforms>x64</Platforms>
|
||||
<LangVersion>13.0</LangVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
<!-- Dependency versions -->
|
||||
<PropertyGroup Label="Dependency Versions">
|
||||
<LuminaVersion>5.6.1</LuminaVersion>
|
||||
<LuminaExcelVersion>7.1.3</LuminaExcelVersion>
|
||||
<NewtonsoftJsonVersion>13.0.3</NewtonsoftJsonVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- Code analysis settings for all Dalamud projects. -->
|
||||
<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