From a1f84719a62ef733ec688004369b7cf25efac103 Mon Sep 17 00:00:00 2001 From: costellobot <102549341+costellobot@users.noreply.github.com> Date: Tue, 9 Jul 2024 17:31:44 +0100 Subject: [PATCH] Update .NET SDK to 8.0.303 (#376) * Update .NET SDK Update .NET SDK to version 8.0.303. --- 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.303 SDK. Bumps Microsoft.AspNetCore.Mvc.Testing from 8.0.6 to 8.0.7. Bumps Microsoft.EntityFrameworkCore.InMemory from 8.0.6 to 8.0.7. --- 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 c5f464e..aed3458 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -2,9 +2,9 @@ - + - + diff --git a/global.json b/global.json index 0f17001..1668e88 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.302", + "version": "8.0.303", "allowPrerelease": false, "rollForward": "latestMajor" }