From 1d95fa53ae4e0a35ab32822a3e0c0be43ada5edd Mon Sep 17 00:00:00 2001 From: Ivan Josipovic <9521987+IvanJosipovic@users.noreply.github.com> Date: Wed, 9 Oct 2024 06:58:47 -0700 Subject: [PATCH] Update global.json --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index db05c2f..06de79f 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.100-rc.1", + "version": "9.0.100-rc.2", "rollForward": "latestFeature", "allowPrerelease": true }