From 3e4cd77ca860c13ad011aa76fd46fae8935df14f Mon Sep 17 00:00:00 2001 From: John Simons Date: Tue, 3 Dec 2024 08:39:54 +1000 Subject: [PATCH] Fix global.json files --- global.json | 2 +- tools/3rd-party-licenses/global.json | 3 +-- tools/coreDependencies/global.json | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/global.json b/global.json index 501e79a8719..2134ed947ec 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.100", + "version": "8.0.400", "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/tools/3rd-party-licenses/global.json b/tools/3rd-party-licenses/global.json index 95a9d5c54df..d5bf446d0c3 100644 --- a/tools/3rd-party-licenses/global.json +++ b/tools/3rd-party-licenses/global.json @@ -1,7 +1,6 @@ { "sdk": { "version": "9.0.100", - "rollForward": "latestPatch", - "allowPrerelease": false + "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/tools/coreDependencies/global.json b/tools/coreDependencies/global.json index 95a9d5c54df..d5bf446d0c3 100644 --- a/tools/coreDependencies/global.json +++ b/tools/coreDependencies/global.json @@ -1,7 +1,6 @@ { "sdk": { "version": "9.0.100", - "rollForward": "latestPatch", - "allowPrerelease": false + "rollForward": "latestFeature" } } \ No newline at end of file