From 732aaa2a4593f8cda9e3a8c0bdc77548963b01b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Thu, 25 Apr 2024 20:00:04 +0200 Subject: [PATCH] Bump the .NET SDK and dependencies --- .github/workflows/build.yml | 8 ++++---- Directory.Packages.props | 28 ++++++++++++++-------------- global.json | 8 ++++---- 3 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 29519c2f..7d402739 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,9 +43,9 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: | - 6.0.420 - 7.0.407 - 8.0.202 + 6.0.421 + 7.0.408 + 8.0.204 # Arcade only allows the revision to contain up to two characters, and GitHub Actions does not roll-over # build numbers every day like Azure DevOps does. To balance these two requirements, set the official @@ -105,7 +105,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: '8.0.202' + dotnet-version: '8.0.204' - name: Validate NuGet packages shell: pwsh diff --git a/Directory.Packages.props b/Directory.Packages.props index c2b703fb..cfec7fac 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 f081b52e..7e816b3b 100644 --- a/global.json +++ b/global.json @@ -1,17 +1,17 @@ { "sdk": { - "version": "8.0.202", + "version": "8.0.204", "allowPrerelease": true, "rollForward": "major" }, "tools": { - "dotnet": "8.0.202", + "dotnet": "8.0.204", "runtimes": { "aspnetcore": [ - "6.0.28", - "7.0.17" + "6.0.29", + "7.0.18" ] } },