From 2368fc0bc97462b2ad0913b0455ddb96bafa9a90 Mon Sep 17 00:00:00 2001 From: costellobot <102549341+costellobot@users.noreply.github.com> Date: Tue, 12 Mar 2024 16:59:03 +0000 Subject: [PATCH] Update .NET SDK to 8.0.202 (#356) * Update .NET SDK Update .NET SDK to version 8.0.202. --- 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> * Bump .NET NuGet packages Bumps .NET dependencies to their latest versions for the .NET 8.0.202 SDK. Bumps Microsoft.AspNetCore.Mvc.Testing from 8.0.2 to 8.0.3. Bumps Microsoft.EntityFrameworkCore.InMemory from 8.0.2 to 8.0.3. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore.InMemory dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com> --------- Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com> --- Directory.Packages.props | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 0a35389..42ef42d 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -2,9 +2,9 @@ - + - + diff --git a/global.json b/global.json index eba056a..b35d311 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.201", + "version": "8.0.202", "allowPrerelease": false, "rollForward": "latestMajor" }