From 43b5ac99f996e7ecfb17de498bef7e153a8a9af9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 06:58:29 +0000 Subject: [PATCH] chore: Update dependency dotnet-sdk to v8.0.204 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index c2d29de..af3eb74 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "$schema": "http://json.schemastore.org/global", "sdk": { - "version": "8.0.200", + "version": "8.0.204", "rollForward": "latestFeature" } }