From e35be0c24eada9310adb81b4cc3bc20dbd225369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Tue, 12 Nov 2024 22:11:36 +0100 Subject: [PATCH] Bump the .NET SDK and 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 f8a88a38..2946c7fb 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -68,23 +68,23 @@ - - - + + + - - - - - - - - - + + + + + + + + + - + diff --git a/global.json b/global.json index cd5d6635..6a7eba2d 100644 --- a/global.json +++ b/global.json @@ -1,12 +1,12 @@ { "sdk": { - "version": "8.0.403", + "version": "8.0.404", "allowPrerelease": true, "rollForward": "major" }, "tools": { - "dotnet": "8.0.403" + "dotnet": "8.0.404" }, "msbuild-sdks": {