From 3f5e8aabf5e8368cbc17c084a00541e6889c4e3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 09:28:38 +0000 Subject: [PATCH] chore: Update dependency dotnet-sdk to v8.0.200 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 94c2936..c2d29de 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "$schema": "http://json.schemastore.org/global", "sdk": { - "version": "8.0.100", + "version": "8.0.200", "rollForward": "latestFeature" } }