diff --git a/Guan.nuspec.template b/Guan.nuspec.template index 328a4c6..dd5daea 100644 --- a/Guan.nuspec.template +++ b/Guan.nuspec.template @@ -2,9 +2,9 @@ %PACKAGE_ID% - 1.0.5 + 1.0.6 -- This new version contains a properly signed Guan.dll binary. +- This new version contains an updated System.Text.Json dependency. This is a critical update due to vulnerablity in older System.Json.Text pacakge. Microsoft MIT diff --git a/GuanExamples/GuanExamples.csproj b/GuanExamples/GuanExamples.csproj index d0cf048..fce346f 100644 --- a/GuanExamples/GuanExamples.csproj +++ b/GuanExamples/GuanExamples.csproj @@ -1,6 +1,6 @@  - net6.0 + net8.0 Exe diff --git a/GuanTest/GuanTest.csproj b/GuanTest/GuanTest.csproj index f83b8ec..6ddc499 100644 --- a/GuanTest/GuanTest.csproj +++ b/GuanTest/GuanTest.csproj @@ -1,18 +1,14 @@ - Exe - netcoreapp3.1 + net8.0 - - PreserveNewest - - + \ No newline at end of file