From 1052414141eaa8f40553f93b1221ee0317c5ecf3 Mon Sep 17 00:00:00 2001 From: costellobot <102549341+costellobot@users.noreply.github.com> Date: Tue, 20 Aug 2024 20:04:23 +0100 Subject: [PATCH] Update .NET SDK (#404) Update .NET SDK to version 8.0.401. --- 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 5e52a4d..4b4a445 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.400", + "version": "8.0.401", "allowPrerelease": false, "rollForward": "latestMajor" }