From f9fcc09d5450f48057d3a68dcc2bf024aec960ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 07:43:53 +0000 Subject: [PATCH] (maint) Update dependency dotnet-sdk to v8 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 1ea7e5f..9979960 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "6.0.407", + "version": "8.0.400", "rollForward": "latestFeature" } }