From 09bca6e7ce88f4132546dcd19580c5556cb36def Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 11:20:39 +0000 Subject: [PATCH] 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 9c9b66d..f183521 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "7.0.100", + "version": "8.0.203", "rollForward": "latestMajor", "allowPrerelease": false }