From f6b6831702514cf94df4e2e025472d81b900a6f8 Mon Sep 17 00:00:00 2001 From: costellobot <102549341+costellobot@users.noreply.github.com> Date: Fri, 13 Sep 2024 10:05:08 +0000 Subject: [PATCH 1/2] Update .NET SDK Update .NET SDK to version 9.0.100-rc.2.24463.1. --- 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 d54e0642..2e10f6fe 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.100-rc.2.24462.3", + "version": "9.0.100-rc.2.24463.1", "allowPrerelease": false, "rollForward": "latestMajor" } From da168f4e483c8c4ebf94266ee9e5a570fb6509bb Mon Sep 17 00:00:00 2001 From: costellobot <102549341+costellobot@users.noreply.github.com> Date: Fri, 13 Sep 2024 10:05:51 +0000 Subject: [PATCH 2/2] Bump .NET NuGet packages Bumps .NET dependencies to their latest versions for the .NET 9.0.100-rc.2.24463.1 SDK. Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.0-rc.2.24461.26 to 9.0.0-rc.2.24462.10. Bumps Microsoft.AspNetCore.OpenApi from 9.0.0-rc.2.24461.26 to 9.0.0-rc.2.24462.10. Bumps Microsoft.Extensions.ApiDescription.Server from 9.0.0-rc.2.24461.26 to 9.0.0-rc.2.24462.10. --- 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 a164c2c8..54a85867 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 f3730af4..8a19f2e4 100644 --- a/tests/TodoApp.Tests/TodoApp.Tests.csproj +++ b/tests/TodoApp.Tests/TodoApp.Tests.csproj @@ -9,7 +9,7 @@ - +