From 70d9ee1c52c522dcf0081b57867fe4643ab2b6dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Fri, 19 Jul 2024 08:38:31 +0200 Subject: [PATCH] Bump the .NET SDK and the .NET dependencies --- Directory.Packages.props | 26 +++++++++++++------------- global.json | 4 ++-- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 6aa6d46e..6cfa7add 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -68,23 +68,23 @@ - - - + + + - - - - - - - - - + + + + + + + + + - + diff --git a/global.json b/global.json index 0b183496..c4c2ea47 100644 --- a/global.json +++ b/global.json @@ -1,12 +1,12 @@ { "sdk": { - "version": "8.0.302", + "version": "8.0.303", "allowPrerelease": true, "rollForward": "major" }, "tools": { - "dotnet": "8.0.302" + "dotnet": "8.0.303" }, "msbuild-sdks": {