From 87fbf02b8362f14cb56936e6fc424132801f5b56 Mon Sep 17 00:00:00 2001 From: costellobot <102549341+costellobot@users.noreply.github.com> Date: Tue, 11 Feb 2025 19:21:42 +0000 Subject: [PATCH 1/2] Update .NET SDK Update .NET SDK to version 9.0.200. --- 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 5858d94a..dd3fa91f 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.102", + "version": "9.0.200", "allowPrerelease": false, "rollForward": "latestMajor" } From 5a7748809b160e692867cb11dbb59b30a8f370d0 Mon Sep 17 00:00:00 2001 From: costellobot <102549341+costellobot@users.noreply.github.com> Date: Tue, 11 Feb 2025 19:22:25 +0000 Subject: [PATCH 2/2] Bump .NET NuGet packages Bumps .NET dependencies to their latest versions for the .NET 9.0.200 SDK. Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.1 to 9.0.2. Bumps Microsoft.AspNetCore.OpenApi from 9.0.1 to 9.0.2. Bumps Microsoft.EntityFrameworkCore.Sqlite from 9.0.1 to 9.0.2. Bumps Microsoft.Extensions.ApiDescription.Server from 9.0.1 to 9.0.2. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.AspNetCore.OpenApi dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore.Sqlite dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.ApiDescription.Server dependency-type: direct:production update-type: version-update:semver-patch ... 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 f7583a9a..b8924c1e 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 92a284c1..390bad31 100644 --- a/tests/TodoApp.Tests/TodoApp.Tests.csproj +++ b/tests/TodoApp.Tests/TodoApp.Tests.csproj @@ -10,7 +10,7 @@ - +