From 23b6c11b4fc0c5f14384d442ee8d1d48f8e8248a Mon Sep 17 00:00:00 2001 From: rhailrake <49613070+rhailrake@users.noreply.github.com> Date: Sat, 3 Feb 2024 17:34:36 +0000 Subject: [PATCH] fix: fixed globals --- global.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/global.json b/global.json index d4e0b89930..391ba3c2a3 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,6 @@ { "sdk": { - "version": "8.0.0", - "rollForward": "latestFeature", - "allowPrerelease": true + "version": "8.0.100", + "rollForward": "latestFeature" } -} \ No newline at end of file +}