From ab3b2875adedfa7b1d57be12ab85a34655f8d4f9 Mon Sep 17 00:00:00 2001 From: costellobot <102549341+costellobot@users.noreply.github.com> Date: Tue, 3 Dec 2024 18:51:00 +0000 Subject: [PATCH] Update .NET SDK Update .NET SDK to version 9.0.101. --- 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 7dda1347..cdd4fab3 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.100", + "version": "9.0.101", "allowPrerelease": false, "rollForward": "latestMajor" },