From 08421b0b677994007828475692ebd354eccd37ee Mon Sep 17 00:00:00 2001 From: Anton Herzog Date: Tue, 31 Oct 2023 19:39:07 +0100 Subject: [PATCH] Upgrade to dotnet 8 RC 2 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index c2ea47f5..a8f2e26e 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.100-preview.7.23376.3", + "version": "8.0.100-rc.2.23502.2", "rollForward": "latestMajor", "allowPrerelease": true }