From f78998125a7edd950792ea694b17c4cb7f2266fd Mon Sep 17 00:00:00 2001 From: Matt Bishop Date: Mon, 27 Nov 2023 12:52:01 -0500 Subject: [PATCH] Lock SDK to 6.0.100 and ignore with Renovate updates (#3478) --- .github/renovate.json | 5 +++-- global.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index b8cafdfc0..d639cb74e 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 13a0d55ff..10b65be86 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.415", + "version": "6.0.100", "rollForward": "latestFeature" } }