From e73d328452df687272b4cd0e5f13c991b5dc785c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Wed, 15 Jul 2026 15:16:17 +0200 Subject: [PATCH] Bump the .NET SDK to 10.0.302 and update all the dependencies --- Directory.Build.props | 11 ++++++++ Directory.Packages.props | 56 ++++++++++++++++++++-------------------- global.json | 4 +-- 3 files changed, 41 insertions(+), 30 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 8356eed4..6ee80a68 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -19,6 +19,17 @@ true + + + + + + false false diff --git a/Directory.Packages.props b/Directory.Packages.props index de7d6370..3546af76 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -34,7 +34,7 @@ - + @@ -64,30 +64,30 @@ - + - - - + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -97,14 +97,14 @@ - - + + - - - - - + + + + + diff --git a/global.json b/global.json index d55be47c..28067355 100644 --- a/global.json +++ b/global.json @@ -1,12 +1,12 @@ { "sdk": { - "version": "10.0.300", + "version": "10.0.302", "allowPrerelease": true, "rollForward": "major" }, "tools": { - "dotnet": "10.0.300" + "dotnet": "10.0.302" }, "msbuild-sdks": {