diff --git a/global.json b/global.json index 71f9c9641da5..85a0b90e8205 100644 --- a/global.json +++ b/global.json @@ -5,5 +5,10 @@ "msbuild-sdks": { "MSBuild.Sdk.Extras": "3.0.44", "Microsoft.Build.NoTargets": "3.3.0" + }, + "sdk": { + "version": "6.0.302", + "allowPrerelease": true, + "rollForward": "latestMinor" } }