From 5ba4be0e86348cf8d0adb04b871df898f42a92db Mon Sep 17 00:00:00 2001 From: costellobot <102549341+costellobot@users.noreply.github.com> Date: Sat, 21 Sep 2024 07:20:09 +0000 Subject: [PATCH 1/2] Update .NET SDK Update .NET SDK to version 9.0.100-rc.2.24468.2. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com> --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 646f89e2..8f532867 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.100-rc.2.24466.31", + "version": "9.0.100-rc.2.24468.2", "allowPrerelease": false, "rollForward": "latestMajor" } From 5ed561608179836138e0ac8fd20fe6ca26e2f26a Mon Sep 17 00:00:00 2001 From: costellobot <102549341+costellobot@users.noreply.github.com> Date: Sat, 21 Sep 2024 07:20:43 +0000 Subject: [PATCH 2/2] Bump .NET NuGet packages Bumps .NET dependencies to their latest versions for the .NET 9.0.100-rc.2.24468.2 SDK. Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.0-rc.2.24466.8 to 9.0.0-rc.2.24470.14. Bumps Microsoft.AspNetCore.OpenApi from 9.0.0-rc.2.24466.8 to 9.0.0-rc.2.24470.14. Bumps Microsoft.Extensions.ApiDescription.Server from 9.0.0-rc.2.24466.8 to 9.0.0-rc.2.24470.14. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.AspNetCore.OpenApi dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.ApiDescription.Server dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com> --- src/TodoApp/TodoApp.csproj | 4 ++-- tests/TodoApp.Tests/TodoApp.Tests.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/TodoApp/TodoApp.csproj b/src/TodoApp/TodoApp.csproj index 7b46f7af..d480356b 100644 --- a/src/TodoApp/TodoApp.csproj +++ b/src/TodoApp/TodoApp.csproj @@ -14,9 +14,9 @@ latest - + - + diff --git a/tests/TodoApp.Tests/TodoApp.Tests.csproj b/tests/TodoApp.Tests/TodoApp.Tests.csproj index df6ee8be..5054404f 100644 --- a/tests/TodoApp.Tests/TodoApp.Tests.csproj +++ b/tests/TodoApp.Tests/TodoApp.Tests.csproj @@ -9,7 +9,7 @@ - +