From 59d2870996cabec249af67ff307dc9887a919969 Mon Sep 17 00:00:00 2001 From: Christopher Jolly Date: Thu, 12 Oct 2023 22:39:27 +0800 Subject: [PATCH] Forgot to change the sdk version --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 0ba22bf..2134c0c 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.100-rc.1.23455.8", + "version": "8.0.100-rc.2.23502.2", "allowPrerelease": true, "rollForward": "latestFeature" }