From 38711c14f1f72cb5b9a177a68f48be879d06ddd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Fri, 4 Oct 2024 16:02:00 +0200 Subject: [PATCH] Bump the .NET dependencies --- Directory.Packages.props | 232 +++++++++++++++++++-------------------- global.json | 2 +- 2 files changed, 117 insertions(+), 117 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index d82ae665..0edcc7f9 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -227,40 +227,40 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + - + - - - - - - + + + + + + - + - - - - + + + + - + - + - + diff --git a/global.json b/global.json index 4889ac8a..935533eb 100644 --- a/global.json +++ b/global.json @@ -10,7 +10,7 @@ "runtimes": { "aspnetcore": [ - "6.0.32", + "6.0.33", "8.0.8" ] }