From dd05999702f11f4264f91f8e69619c03264d6cda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Luthi?= Date: Tue, 13 Aug 2024 17:45:29 +0200 Subject: [PATCH] chore: Change global.json roll-forward policy from `latestPatch` to `latestMinor` (#1230) Co-authored-by: Andre Hofmeister <9199345+HofmeisterAn@users.noreply.github.com> --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index d031a7632..39c53b83a 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { "version": "8.0.200", - "rollForward": "latestPatch" + "rollForward": "latestMinor" } }