From 8fdc1f613cd87019de38d771145efa175280e47f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Wed, 22 May 2024 16:28:15 +0200 Subject: [PATCH] Bump the .NET SDK and the .NET packages --- .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 6d988aa7..562f0498 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,9 +43,9 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: | - 6.0.421 - 7.0.408 - 8.0.204 + 6.0.422 + 7.0.409 + 8.0.300 # 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@v4 with: - dotnet-version: '8.0.204' + dotnet-version: '8.0.300' - name: Validate NuGet packages shell: pwsh diff --git a/Directory.Packages.props b/Directory.Packages.props index 351681e0..c1a9c434 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 7e816b3b..5b6f16ee 100644 --- a/global.json +++ b/global.json @@ -1,17 +1,17 @@ { "sdk": { - "version": "8.0.204", + "version": "8.0.300", "allowPrerelease": true, "rollForward": "major" }, "tools": { - "dotnet": "8.0.204", + "dotnet": "8.0.300", "runtimes": { "aspnetcore": [ - "6.0.29", - "7.0.18" + "6.0.30", + "7.0.19" ] } },