From 864aa0cebc4e74a5b9d5fd289642b662361aca7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 08:34:55 +0000 Subject: [PATCH] chore(deps): update dependency dotnet-sdk to v8.0.301 --- src/global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.json b/src/global.json index 4c3128141..3bf701086 100644 --- a/src/global.json +++ b/src/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.10", + "version": "8.0.301", "rollForward": "latestMinor" } }