From 5c49a166020669308694736ca86777ea804af174 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Wed, 14 Feb 2024 14:21:06 +1100 Subject: [PATCH] Update global.json --- src/global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.json b/src/global.json index b8219f86c..450f2b9af 100644 --- a/src/global.json +++ b/src/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.101", + "version": "8.0.200", "allowPrerelease": true, "rollForward": "latestFeature" }