From 391201ed4b2ad7ed6f16bafd24e548380f3ec93c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Wed, 25 Feb 2026 15:38:26 +0100 Subject: [PATCH] Bump the .NET SDK and packages --- Directory.Packages.props | 36 ++++++++++++++++++------------------ global.json | 4 ++-- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index dc5c4d8a..439f8695 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -35,7 +35,7 @@ - + @@ -68,23 +68,23 @@ - - - + + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -95,7 +95,7 @@ - + diff --git a/global.json b/global.json index 001c9e0d..d76abf37 100644 --- a/global.json +++ b/global.json @@ -1,12 +1,12 @@ { "sdk": { - "version": "10.0.100", + "version": "10.0.103", "allowPrerelease": true, "rollForward": "major" }, "tools": { - "dotnet": "10.0.100" + "dotnet": "10.0.103" }, "msbuild-sdks": {