diff --git a/.github/renovate.json b/.github/renovate.json index b8cafdfc0122..d639cb74eb71 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -175,7 +175,8 @@ ], "force": { "constraints": { - "dotnet": "6.0.413" + "dotnet": "6.0.100" } - } + }, + "ignoreDeps": ["dotnet-sdk"] } diff --git a/global.json b/global.json index 13a0d55fff34..10b65be86420 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.415", + "version": "6.0.100", "rollForward": "latestFeature" } }