From 45f4b0f18abf80cd5933de4656afa174e3353db1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Thu, 22 Feb 2024 11:07:38 +0100 Subject: [PATCH] Bump the .NET runtime and dependencies --- .github/workflows/build.yml | 4 ++-- Directory.Packages.props | 30 +++++++++++++++--------------- global.json | 4 ++-- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2431f12c..5a8cf279 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,8 +43,8 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: | - 6.0.418 - 7.0.405 + 6.0.419 + 7.0.406 8.0.200 # Arcade only allows the revision to contain up to two characters, and GitHub Actions does not roll-over diff --git a/Directory.Packages.props b/Directory.Packages.props index 173f5d53..f400c072 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -230,16 +230,16 @@ - + - + - + @@ -252,7 +252,7 @@ --> - + @@ -275,16 +275,16 @@ - + - + - + @@ -297,7 +297,7 @@ --> - + @@ -320,17 +320,17 @@ - + - + - + - + @@ -343,7 +343,7 @@ --> - + @@ -354,8 +354,8 @@ - - + + diff --git a/global.json b/global.json index 650a86dd..bf2a3a08 100644 --- a/global.json +++ b/global.json @@ -10,8 +10,8 @@ "runtimes": { "aspnetcore": [ - "6.0.26", - "7.0.15" + "6.0.27", + "7.0.16" ] } },