From d3e3766278872cefe1dc9e37eb81d55fb6c11542 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Tue, 21 Oct 2025 13:16:49 +0000 Subject: [PATCH] Change global.json sdk.rollForward to latestPatch --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index c695e67ad..eb17e752f 100644 --- a/global.json +++ b/global.json @@ -2,7 +2,7 @@ "sdk": { "version": "10.0.100-rc.1.25420.111", "allowPrerelease": true, - "rollForward": "latestFeature", + "rollForward": "latestPatch", "paths": [ ".dotnet", "$host$"