From 0d2701a5bf817aee6bf84a0971ca13dd41654a4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 01:20:27 +0000 Subject: [PATCH] chore(deps): update dependency dotnet-sdk to v8.0.201 --- src/global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.json b/src/global.json index bb0671aa6..2abb02305 100644 --- a/src/global.json +++ b/src/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.101", + "version": "8.0.201", "rollForward": "latestMinor", "allowPrerelease": true },