From f6b69a42249d505d862ac910dfbb752603fd36ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Mon, 20 Apr 2026 16:58:40 +0200 Subject: [PATCH] Bump the .NET SDK and packages --- Directory.Packages.props | 38 +++++++++++++++++++------------------- global.json | 4 ++-- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 96a6fa6c..483a0f7d 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -65,27 +65,27 @@ - + - - - + + + - - - - - - - + + + + + + + - - - - - + + + + + @@ -101,9 +101,9 @@ - - - + + + diff --git a/global.json b/global.json index 8d2ea925..360d975c 100644 --- a/global.json +++ b/global.json @@ -1,12 +1,12 @@ { "sdk": { - "version": "10.0.103", + "version": "10.0.202", "allowPrerelease": true, "rollForward": "major" }, "tools": { - "dotnet": "10.0.103" + "dotnet": "10.0.202" }, "msbuild-sdks": {