From f6754691a554df34252ad78ce000990e4f7f19c7 Mon Sep 17 00:00:00 2001 From: Workleap <53535748+Infra-Workleap@users.noreply.github.com> Date: Wed, 3 Apr 2024 13:49:50 -0400 Subject: [PATCH] Update dependency dotnet-sdk to v8.0.203 (#12) Co-authored-by: Renovate Bot --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 72500d3..da7a596 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.201", + "version": "8.0.203", "rollForward": "latestMinor", "allowPrerelease": false }