forked from liza/Questionable
Suppress build warning for test project
This commit is contained in:
parent
946dcc1fe6
commit
ae9d794b2e
@ -8,6 +8,7 @@
|
||||
<IsPackable>false</IsPackable>
|
||||
<IsTestProject>true</IsTestProject>
|
||||
<Platforms>x64</Platforms>
|
||||
<MSBuildWarningsAsMessages>MSB3243</MSBuildWarningsAsMessages>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
@ -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">
|
||||
|
@ -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": {
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user