From 22ee0c9112102168ec6a19fc2bf013da7e9b63c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Wed, 19 Jun 2024 19:13:22 +0200 Subject: [PATCH] Bump the .NET SDK and the .NET/ASP.NET Core 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 562f0498..ddaa86af 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.422 - 7.0.409 - 8.0.300 + 6.0.423 + 7.0.410 + 8.0.302 # 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.300' + dotnet-version: '8.0.302' - name: Validate NuGet packages shell: pwsh diff --git a/Directory.Packages.props b/Directory.Packages.props index 216e7e29..622d8751 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -233,16 +233,16 @@ - + - + - + @@ -256,7 +256,7 @@ --> - + @@ -279,16 +279,16 @@ - + - + - + @@ -302,7 +302,7 @@ --> - + @@ -325,17 +325,17 @@ - + - + - + @@ -349,7 +349,7 @@ --> - + @@ -360,8 +360,8 @@ - - + + diff --git a/global.json b/global.json index 5b6f16ee..79796a25 100644 --- a/global.json +++ b/global.json @@ -1,17 +1,17 @@ { "sdk": { - "version": "8.0.300", + "version": "8.0.302", "allowPrerelease": true, "rollForward": "major" }, "tools": { - "dotnet": "8.0.300", + "dotnet": "8.0.302", "runtimes": { "aspnetcore": [ - "6.0.30", - "7.0.19" + "6.0.31", + "7.0.20" ] } },