move lumina version out of csproj

This commit is contained in:
goat 2024-12-22 19:14:18 +01:00
parent 87d069267b
commit 2d6689b9d3
3 changed files with 15 additions and 8 deletions

View file

@ -1,5 +1,12 @@
<!-- Code analysis settings for all Dalamud projects. -->
<Project>
<!-- Dependency versions -->
<PropertyGroup Label="Dependency Versions">
<LuminaVersion>5.6.0</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" />