diff --git a/GerstITS.Examples.Api/GerstITS.Examples.Api.csproj b/GerstITS.Examples.Api/GerstITS.Examples.Api.csproj index e991eb3..e4081b1 100644 --- a/GerstITS.Examples.Api/GerstITS.Examples.Api.csproj +++ b/GerstITS.Examples.Api/GerstITS.Examples.Api.csproj @@ -14,7 +14,7 @@ - net5.0 + net6.0 latest @@ -37,30 +37,30 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + diff --git a/GerstITS.Examples.Api/Module.Mvc.cs b/GerstITS.Examples.Api/Module.Mvc.cs index b6cf062..92a9f82 100644 --- a/GerstITS.Examples.Api/Module.Mvc.cs +++ b/GerstITS.Examples.Api/Module.Mvc.cs @@ -13,8 +13,7 @@ namespace GerstITS.Examples.Api //container.AddTransient, MvcJsonOptions>(); container.AddMvc() - .AddNewtonsoftJson() - .SetCompatibilityVersion(CompatibilityVersion.Latest); + .AddNewtonsoftJson(); } #endregion diff --git a/GerstITS.Examples.Jobs.SayHelloWorld/GerstITS.Examples.Jobs.SayHelloWorld.csproj b/GerstITS.Examples.Jobs.SayHelloWorld/GerstITS.Examples.Jobs.SayHelloWorld.csproj index 8f8d399..28066fa 100644 --- a/GerstITS.Examples.Jobs.SayHelloWorld/GerstITS.Examples.Jobs.SayHelloWorld.csproj +++ b/GerstITS.Examples.Jobs.SayHelloWorld/GerstITS.Examples.Jobs.SayHelloWorld.csproj @@ -13,7 +13,7 @@ - net5.0 + net6.0 latest @@ -32,12 +32,12 @@ - - - - - - + + + + + + diff --git a/GerstITS.Examples.Logic/GerstITS.Examples.Logic.csproj b/GerstITS.Examples.Logic/GerstITS.Examples.Logic.csproj index 23f106d..f405b68 100644 --- a/GerstITS.Examples.Logic/GerstITS.Examples.Logic.csproj +++ b/GerstITS.Examples.Logic/GerstITS.Examples.Logic.csproj @@ -13,7 +13,7 @@ - net5.0 + net6.0 latest @@ -33,14 +33,14 @@ - - - - - - - - + + + + + + + + diff --git a/GerstITS.Examples.WebClient.Console/GerstITS.Examples.WebClient.Console.csproj b/GerstITS.Examples.WebClient.Console/GerstITS.Examples.WebClient.Console.csproj index 9a2fee3..f0a94e7 100644 --- a/GerstITS.Examples.WebClient.Console/GerstITS.Examples.WebClient.Console.csproj +++ b/GerstITS.Examples.WebClient.Console/GerstITS.Examples.WebClient.Console.csproj @@ -13,7 +13,7 @@ - net5.0 + net6.0 latest Exe @@ -43,15 +43,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/GerstITS.WebClients.Example.Api/GerstITS.Examples.WebClients.Examples.Api.csproj b/GerstITS.WebClients.Example.Api/GerstITS.Examples.WebClients.Examples.Api.csproj index 60798f5..e941249 100644 --- a/GerstITS.WebClients.Example.Api/GerstITS.Examples.WebClients.Examples.Api.csproj +++ b/GerstITS.WebClients.Example.Api/GerstITS.Examples.WebClients.Examples.Api.csproj @@ -13,7 +13,7 @@ - net5.0 + net6.0 latest @@ -32,11 +32,11 @@ - - - - - + + + + +