From 4ccdfe7f89f0003fc384983cc8b473fccff17d4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 12:00:50 +0000 Subject: [PATCH] chore(deps): update dependency dotnet-sdk to v7.0.406 (#57) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 253e148..20c5f45 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { "rollForward": "latestMajor", - "version": "7.0.405" + "version": "7.0.406" } }