From 6d9ed8baade5427584ad772f3caff605b7a8d252 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 12:53:27 +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..13492bb 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "7.0.100", + "version": "8.0.202", "rollForward": "latestMajor", "allowPrerelease": false }