From 04b54d29d4685c06b46092f163311765fa8bb895 Mon Sep 17 00:00:00 2001 From: costellobot <102549341+costellobot@users.noreply.github.com> Date: Thu, 10 Aug 2023 11:06:04 +0100 Subject: [PATCH] Update .NET SDK (#848) Update .NET SDK to version 8.0.100-rc.1.23409.22. --- 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 6df8cce11..be6438338 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.100-rc.1.23408.31", + "version": "8.0.100-rc.1.23409.22", "allowPrerelease": false, "rollForward": "latestMajor" }