From 7e478c32b206bf3a5de376188692cebcdab96458 Mon Sep 17 00:00:00 2001 From: iht Date: Wed, 11 Dec 2024 15:10:10 +0100 Subject: [PATCH] Update global.json with "rollForward": "latestPatch" --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index e2cedb46b..c04775c81 100644 --- a/global.json +++ b/global.json @@ -2,6 +2,6 @@ "sdk": { "version": "9.0.100", "allowPrerelease": true, - "rollForward": "disable" + "rollForward": "latestPatch" } }