From 7990ff0d9ac1827b8e4c94b770beb322d684c07e Mon Sep 17 00:00:00 2001 From: costellobot <102549341+costellobot@users.noreply.github.com> Date: Tue, 14 May 2024 18:01:51 +0100 Subject: [PATCH] Update .NET SDK (#425) Update .NET SDK to version 8.0.300. --- 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 36dbe490..6f115a66 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.204", + "version": "8.0.300", "allowPrerelease": false, "rollForward": "latestMajor" }