From 78c04154f8dd0bac80f5d4e834ca4bee4d1c688f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Wed, 20 May 2026 17:42:28 +0200 Subject: [PATCH] Bump the .NET SDK and dependencies to their latest versions --- Directory.Packages.props | 47 +++++++++---------- global.json | 6 +-- .../Aridka/Aridka.Server/Aridka.Server.csproj | 7 --- .../Geonosis/Geonosis.Api/Geonosis.Api.csproj | 2 +- .../Geonosis.AppHost/Geonosis.AppHost.csproj | 2 +- .../Geonosis.Auth/Geonosis.Auth.csproj | 2 +- .../Geonosis.ServiceDefaults.csproj | 2 +- .../Geonosis.Ui.Client.csproj | 2 +- .../Geonosis.Ui/Geonosis.Ui.csproj | 2 +- .../Hollastin.Server/Hollastin.Server.csproj | 7 --- .../Imynusoph.Server/Imynusoph.Server.csproj | 7 --- .../InteractiveService.cs | 1 - .../Zirku/Zirku.Server/Zirku.Server.csproj | 7 --- 13 files changed, 32 insertions(+), 62 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 9bc08288..de7d6370 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -32,10 +32,9 @@ - - + @@ -65,30 +64,30 @@ - + - - - + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -98,8 +97,8 @@ - - + + diff --git a/global.json b/global.json index b408e5e0..d55be47c 100644 --- a/global.json +++ b/global.json @@ -1,18 +1,18 @@ { "sdk": { - "version": "10.0.203", + "version": "10.0.300", "allowPrerelease": true, "rollForward": "major" }, "tools": { - "dotnet": "10.0.203" + "dotnet": "10.0.300" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25562.108", "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25562.108", - "MSBuild.SDK.SystemWeb": "4.0.97", + "MSBuild.SDK.SystemWeb": "4.0.107", "Aspire.AppHost.Sdk": "13.0.0" } } diff --git a/samples/Aridka/Aridka.Server/Aridka.Server.csproj b/samples/Aridka/Aridka.Server/Aridka.Server.csproj index 4163de4c..31ebfb9a 100644 --- a/samples/Aridka/Aridka.Server/Aridka.Server.csproj +++ b/samples/Aridka/Aridka.Server/Aridka.Server.csproj @@ -4,13 +4,6 @@ $(NetCoreTargetFramework) - - - PreserveNewest - PreserveNewest - - - diff --git a/samples/Geonosis/Geonosis.Api/Geonosis.Api.csproj b/samples/Geonosis/Geonosis.Api/Geonosis.Api.csproj index 109dce26..6c155f5b 100644 --- a/samples/Geonosis/Geonosis.Api/Geonosis.Api.csproj +++ b/samples/Geonosis/Geonosis.Api/Geonosis.Api.csproj @@ -1,7 +1,7 @@ - net10.0 + $(NetCoreTargetFramework) enable enable diff --git a/samples/Geonosis/Geonosis.AppHost/Geonosis.AppHost.csproj b/samples/Geonosis/Geonosis.AppHost/Geonosis.AppHost.csproj index d5e1e109..4f7d71cf 100644 --- a/samples/Geonosis/Geonosis.AppHost/Geonosis.AppHost.csproj +++ b/samples/Geonosis/Geonosis.AppHost/Geonosis.AppHost.csproj @@ -2,7 +2,7 @@ Exe - net10.0 + $(NetCoreTargetFramework) enable enable 3e54af70-ba4b-4b04-93b5-794b1c950dd2 diff --git a/samples/Geonosis/Geonosis.Auth/Geonosis.Auth.csproj b/samples/Geonosis/Geonosis.Auth/Geonosis.Auth.csproj index e64bf835..4cb512ee 100644 --- a/samples/Geonosis/Geonosis.Auth/Geonosis.Auth.csproj +++ b/samples/Geonosis/Geonosis.Auth/Geonosis.Auth.csproj @@ -1,7 +1,7 @@  - net10.0 + $(NetCoreTargetFramework) enable enable diff --git a/samples/Geonosis/Geonosis.ServiceDefaults/Geonosis.ServiceDefaults.csproj b/samples/Geonosis/Geonosis.ServiceDefaults/Geonosis.ServiceDefaults.csproj index 17f8d43d..05766cc0 100644 --- a/samples/Geonosis/Geonosis.ServiceDefaults/Geonosis.ServiceDefaults.csproj +++ b/samples/Geonosis/Geonosis.ServiceDefaults/Geonosis.ServiceDefaults.csproj @@ -1,7 +1,7 @@  - net10.0 + $(NetCoreTargetFramework) enable enable true diff --git a/samples/Geonosis/Geonosis.Ui/Geonosis.Ui.Client/Geonosis.Ui.Client.csproj b/samples/Geonosis/Geonosis.Ui/Geonosis.Ui.Client/Geonosis.Ui.Client.csproj index 71cb9f4e..85bfb393 100644 --- a/samples/Geonosis/Geonosis.Ui/Geonosis.Ui.Client/Geonosis.Ui.Client.csproj +++ b/samples/Geonosis/Geonosis.Ui/Geonosis.Ui.Client/Geonosis.Ui.Client.csproj @@ -1,7 +1,7 @@ - net10.0 + $(NetCoreTargetFramework) enable enable true diff --git a/samples/Geonosis/Geonosis.Ui/Geonosis.Ui/Geonosis.Ui.csproj b/samples/Geonosis/Geonosis.Ui/Geonosis.Ui/Geonosis.Ui.csproj index 29605c1d..31c2a967 100644 --- a/samples/Geonosis/Geonosis.Ui/Geonosis.Ui/Geonosis.Ui.csproj +++ b/samples/Geonosis/Geonosis.Ui/Geonosis.Ui/Geonosis.Ui.csproj @@ -1,7 +1,7 @@  - net10.0 + $(NetCoreTargetFramework) enable enable true diff --git a/samples/Hollastin/Hollastin.Server/Hollastin.Server.csproj b/samples/Hollastin/Hollastin.Server/Hollastin.Server.csproj index 3d5caa5a..7a514ca7 100644 --- a/samples/Hollastin/Hollastin.Server/Hollastin.Server.csproj +++ b/samples/Hollastin/Hollastin.Server/Hollastin.Server.csproj @@ -4,13 +4,6 @@ $(NetCoreTargetFramework) - - - PreserveNewest - PreserveNewest - - - diff --git a/samples/Imynusoph/Imynusoph.Server/Imynusoph.Server.csproj b/samples/Imynusoph/Imynusoph.Server/Imynusoph.Server.csproj index 3d5caa5a..7a514ca7 100644 --- a/samples/Imynusoph/Imynusoph.Server/Imynusoph.Server.csproj +++ b/samples/Imynusoph/Imynusoph.Server/Imynusoph.Server.csproj @@ -4,13 +4,6 @@ $(NetCoreTargetFramework) - - - PreserveNewest - PreserveNewest - - - diff --git a/samples/Sorgan/Sorgan.Console.Client/InteractiveService.cs b/samples/Sorgan/Sorgan.Console.Client/InteractiveService.cs index 8e5292c5..f0a309f6 100644 --- a/samples/Sorgan/Sorgan.Console.Client/InteractiveService.cs +++ b/samples/Sorgan/Sorgan.Console.Client/InteractiveService.cs @@ -152,7 +152,6 @@ [yellow]Please visit [link]{result.VerificationUri}[/] and enter static Table CreateClaimTable(ClaimsPrincipal principal) { var table = new Table() - .LeftAligned() .AddColumn("Claim type") .AddColumn("Claim value type") .AddColumn("Claim value") diff --git a/samples/Zirku/Zirku.Server/Zirku.Server.csproj b/samples/Zirku/Zirku.Server/Zirku.Server.csproj index 3d5caa5a..7a514ca7 100644 --- a/samples/Zirku/Zirku.Server/Zirku.Server.csproj +++ b/samples/Zirku/Zirku.Server/Zirku.Server.csproj @@ -4,13 +4,6 @@ $(NetCoreTargetFramework) - - - PreserveNewest - PreserveNewest - - -