From 16d41388a0eb9eaaf03b82d4bb34166184e28942 Mon Sep 17 00:00:00 2001 From: costellobot <102549341+costellobot@users.noreply.github.com> Date: Sat, 14 Sep 2024 10:04:40 +0000 Subject: [PATCH 1/2] Update .NET SDK Update .NET SDK to version 9.0.100-rc.2.24463.45. --- 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 2e10f6fe..878c6877 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.100-rc.2.24463.1", + "version": "9.0.100-rc.2.24463.45", "allowPrerelease": false, "rollForward": "latestMajor" } From d0e83cfaf3b837ae1532c6be7dfad81d3f516f62 Mon Sep 17 00:00:00 2001 From: costellobot <102549341+costellobot@users.noreply.github.com> Date: Sat, 14 Sep 2024 10:05:20 +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.45 SDK. Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.0-rc.2.24462.10 to 9.0.0-rc.2.24463.6. Bumps Microsoft.AspNetCore.OpenApi from 9.0.0-rc.2.24462.10 to 9.0.0-rc.2.24463.6. Bumps Microsoft.EntityFrameworkCore.Sqlite from 9.0.0-rc.2.24460.3 to 9.0.0-rc.2.24463.1. Bumps Microsoft.Extensions.ApiDescription.Server from 9.0.0-rc.2.24462.10 to 9.0.0-rc.2.24463.6. --- 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.EntityFrameworkCore.Sqlite 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 | 6 +++--- tests/TodoApp.Tests/TodoApp.Tests.csproj | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/TodoApp/TodoApp.csproj b/src/TodoApp/TodoApp.csproj index 54a85867..ae378f69 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 8a19f2e4..ea03188c 100644 --- a/tests/TodoApp.Tests/TodoApp.Tests.csproj +++ b/tests/TodoApp.Tests/TodoApp.Tests.csproj @@ -9,7 +9,7 @@ - +