mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
19 lines
789 B
XML
19 lines
789 B
XML
<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" />
|
|
</ItemGroup>
|
|
<!--
|
|
<PropertyGroup Label="Code Analysis">
|
|
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)tools\dalamud.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
-->
|
|
</Project>
|