From 4eec61a65933c29ff6cb0345a02a8a9bb8855c9d Mon Sep 17 00:00:00 2001 From: rmcrackan Date: Wed, 11 Mar 2026 13:23:21 -0400 Subject: [PATCH] another build fix attempt --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 55da0efc..ffe6d057 100644 --- a/global.json +++ b/global.json @@ -2,7 +2,7 @@ "$schema": "https://json.schemastore.org/global.json", "sdk": { "version": "10.0.101", - "rollForward": "latestPatch" + "rollForward": "latestFeature" }, "test": { "runner": "Microsoft.Testing.Platform"