From 048c9ccb8650264a6b5af0cca17f3b8d8c589548 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 18:33:59 +0000 Subject: [PATCH] Update dependency dotnet-sdk to v7.0.404 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index f5a2eb9..6b6f548 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": false, - "version": "7.0.401", + "version": "7.0.404", "rollForward": "latestPatch" } }