From 7a6950e5e6d4d1f75ec6c91f18812b1acf92628b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 07:26:34 +0000 Subject: [PATCH] Update dependency dotnet-sdk to v7.0.406 --- src/global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.json b/src/global.json index f6803ce..e8b5235 100644 --- a/src/global.json +++ b/src/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "7.0.405", + "version": "7.0.406", "rollForward": "latestMajor", "allowPrerelease": true }