From f1f5cfac9b1638a2c2914f395e2c320bb9dc8002 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 17:03:17 +0000 Subject: [PATCH] chore(deps): update dependency dotnet-sdk to v8.0.204 (#1107) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 524ee6be6..dbeb7a031 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.203", + "version": "8.0.204", "rollForward": "latestMinor" } }