From 59a118cf4ffd8a3e23ec16ebd9daac115c16c22c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:32:22 +0000 Subject: [PATCH] chore: Update dependency dotnet-sdk to v8.0.203 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index c2d29decb..037fd6937 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.203", "rollForward": "latestFeature" } }