From 1d412285b7f3580c85191d363e7833c02aca1322 Mon Sep 17 00:00:00 2001 From: Whit Waldo Date: Sat, 21 Dec 2024 10:17:36 -0600 Subject: [PATCH] Allow 8.0.404 or higher Signed-off-by: Whit Waldo --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index b86bbe43..4fcd670e 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { - "_comment": "This policy allows the 9.0.100 SDK or patches in that family.", + "_comment": "This policy allows the 8.0.404 SDK or patches in that family.", "sdk": { - "version": "9.0.100", + "version": "8.0.404", "rollForward": "latestFeature" } } \ No newline at end of file