From 008e32d4122c45c810a15e740c3e91446bfb66bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 11:01:45 +0000 Subject: [PATCH] Update dependency dotnet-sdk to v7.0.401 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 5e0abd4..f5a2eb9 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": false, - "version": "7.0.203", + "version": "7.0.401", "rollForward": "latestPatch" } }