From 2fe73a4741f80811aa1da64fcad89b9d32e756f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 18:39:31 +0000 Subject: [PATCH] chore(deps): update dependency dotnet-sdk to v8.0.303 --- src/global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.json b/src/global.json index 4c312814..419f2c38 100644 --- a/src/global.json +++ b/src/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.10", + "version": "8.0.303", "rollForward": "latestMinor" } }