From ecc60a9c8dbc5ed975621ca7381a8cd690033e67 Mon Sep 17 00:00:00 2001 From: Daniel Gerst Date: Fri, 2 Jan 2026 13:34:17 +0100 Subject: [PATCH] Upgrade to .Net 10 --- ...bApiConfiguration.OpenApiSecurityScheme.cs | 2 +- .../GerstITS.Examples.Api.csproj | 41 +++++++++---------- ...erstITS.Examples.Jobs.SayHelloWorld.csproj | 14 +++---- .../GerstITS.Examples.Logic.csproj | 16 ++++---- ...GerstITS.Examples.WebClient.Console.csproj | 20 ++++----- ...TS.Examples.WebClients.Examples.Api.csproj | 12 +++--- 6 files changed, 52 insertions(+), 53 deletions(-) diff --git a/GerstITS.Examples.Api/Common/Configurations/WebApiConfiguration.OpenApiSecurityScheme.cs b/GerstITS.Examples.Api/Common/Configurations/WebApiConfiguration.OpenApiSecurityScheme.cs index 694e1c5..83fa541 100644 --- a/GerstITS.Examples.Api/Common/Configurations/WebApiConfiguration.OpenApiSecurityScheme.cs +++ b/GerstITS.Examples.Api/Common/Configurations/WebApiConfiguration.OpenApiSecurityScheme.cs @@ -1,6 +1,6 @@ using GerstITS.Web.Api.Swagger; using Microsoft.Net.Http.Headers; -using Microsoft.OpenApi.Models; +using Microsoft.OpenApi; namespace GerstITS.Examples.Api.Configurations; diff --git a/GerstITS.Examples.Api/GerstITS.Examples.Api.csproj b/GerstITS.Examples.Api/GerstITS.Examples.Api.csproj index 00e21ca..f72a67e 100644 --- a/GerstITS.Examples.Api/GerstITS.Examples.Api.csproj +++ b/GerstITS.Examples.Api/GerstITS.Examples.Api.csproj @@ -14,7 +14,7 @@ - net9.0 + net10.0 latest @@ -37,30 +37,29 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + diff --git a/GerstITS.Examples.Jobs.SayHelloWorld/GerstITS.Examples.Jobs.SayHelloWorld.csproj b/GerstITS.Examples.Jobs.SayHelloWorld/GerstITS.Examples.Jobs.SayHelloWorld.csproj index 7bd372c..795b061 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 @@ - net9.0 + net10.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 87d9153..f40189f 100644 --- a/GerstITS.Examples.Logic/GerstITS.Examples.Logic.csproj +++ b/GerstITS.Examples.Logic/GerstITS.Examples.Logic.csproj @@ -13,7 +13,7 @@ - net9.0 + net10.0 latest @@ -32,13 +32,13 @@ - - - - - - - + + + + + + + diff --git a/GerstITS.Examples.WebClient.Console/GerstITS.Examples.WebClient.Console.csproj b/GerstITS.Examples.WebClient.Console/GerstITS.Examples.WebClient.Console.csproj index 619cb10..c8d4b82 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 @@ - net9.0 + net10.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 32d25bf..1809b9a 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 @@ - net9.0 + net10.0 latest @@ -32,11 +32,11 @@ - - - - - + + + + +