Suppress build warning for test project
authorLiza Carvelli <liza@carvel.li>
Fri, 26 Jul 2024 09:17:03 +0000 (11:17 +0200)
committerLiza Carvelli <liza@carvel.li>
Fri, 26 Jul 2024 09:17:03 +0000 (11:17 +0200)
QuestPathGenerator.Tests/QuestPathGenerator.Tests.csproj
QuestPathGenerator/QuestPathGenerator.csproj
QuestPathGenerator/packages.lock.json
Questionable/Questionable.csproj

index a6c43a4f9e62f6ffd4cebcd8afeb48306e554307..a2f6c6479027c3ac2f5439d0248081cfccbff9aa 100644 (file)
@@ -8,6 +8,7 @@
         <IsPackable>false</IsPackable>
         <IsTestProject>true</IsTestProject>
         <Platforms>x64</Platforms>
+        <MSBuildWarningsAsMessages>MSB3243</MSBuildWarningsAsMessages>
     </PropertyGroup>
 
     <ItemGroup>
index d9b119d4dd8f410e6b32c0b69eac704aae957781..d5eb73ba8deced23b7dd1af11e1438cf0d30e095 100644 (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">
index ffdfcd94335151a8fe61b574d363635c127a0ef6..77bbdf0a88eb9613042fdee8793b61086b204763 100644 (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": {
index 4235141ab3b5ce19f89620c4cdb56f896459ea25..e25f2e49e22344630780ecddb53a9cf50187d277 100644 (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>