mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
move lumina version out of csproj
This commit is contained in:
parent
87d069267b
commit
2d6689b9d3
3 changed files with 15 additions and 8 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue