From 9a7d2e2f9319cf208b0635c3c67d2ae9f7068639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9C=A8=20Audrey=20=E2=9C=A8?= Date: Fri, 17 Nov 2023 15:52:59 -0500 Subject: [PATCH] roll SDK forward to latest feature release --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 2c5e396fc..c75a0ca4a 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { "version": "7.0.100", - "rollForward": "latestPatch", + "rollForward": "latestFeature", "allowPrerelease": false } }