From fea47fa455132f1bae9a36bccc3010a6f0998a1b Mon Sep 17 00:00:00 2001 From: costellobot <102549341+costellobot@users.noreply.github.com> Date: Sun, 13 Aug 2023 11:25:30 +0100 Subject: [PATCH] Update .NET SDK (#1858) Update .NET SDK to version 8.0.100-rc.1.23412.1. --- 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 87e431086..b0b7f1ea5 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.100-rc.1.23411.1", + "version": "8.0.100-rc.1.23412.1", "allowPrerelease": false, "rollForward": "latestMajor" }