Suppress build warning for test project

cacahuetes-minorupdate1
Liza 2024-07-26 11:17:03 +02:00
parent 946dcc1fe6
commit ae9d794b2e
Signed by: liza
GPG Key ID: 7199F8D727D55F67
4 changed files with 7 additions and 6 deletions

View File

@ -8,6 +8,7 @@
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<Platforms>x64</Platforms>
<MSBuildWarningsAsMessages>MSB3243</MSBuildWarningsAsMessages>
</PropertyGroup>
<ItemGroup>

View File

@ -17,7 +17,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Json.More.Net" Version="2.0.1.2" GeneratePathProperty="true" />
<PackageReference Include="Json.More.Net" Version="2.0.2" GeneratePathProperty="true" />
<PackageReference Include="JsonPointer.Net" Version="5.0.2" GeneratePathProperty="true" />
<PackageReference Include="JsonSchema.Net" Version="7.1.2" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4">

View File

@ -4,11 +4,11 @@
".NETStandard,Version=v2.0": {
"Json.More.Net": {
"type": "Direct",
"requested": "[2.0.1.2, )",
"resolved": "2.0.1.2",
"contentHash": "uF3QeiaXEfH92emz0/BWUiNtMSfxIIvgynuB0Bf1vF4s8eWTcZitBx9l+g/FDaJk5XxqBv9buQXizXKQcXFG1w==",
"requested": "[2.0.2, )",
"resolved": "2.0.2",
"contentHash": "izscdjjk8EAHDBCjyz7V7n77SzkrSjh/hUGV6cyR6PlVdjYDh5ohc8yqvwSqJ9+6Uof8W6B24dIHlDKD+I1F8A==",
"dependencies": {
"System.Text.Json": "8.0.0"
"System.Text.Json": "8.0.4"
}
},
"JsonPointer.Net": {

View File

@ -1,6 +1,6 @@
<Project Sdk="Dalamud.NET.Sdk/9.0.2">
<PropertyGroup>
<Version>1.17</Version>
<Version>1.18</Version>
<OutputPath>dist</OutputPath>
<PathMap Condition="$(SolutionDir) != ''">$(SolutionDir)=X:\</PathMap>
<Platforms>x64</Platforms>