From f9a490998489593bde65576b784e088938c717f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 15:06:34 +0000 Subject: [PATCH] (maint) Update dependency dotnet-sdk to v7.0.408 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 568ab8a..833d65d 100644 --- a/global.json +++ b/global.json @@ -2,7 +2,7 @@ "projects": [ "src" ], "sdk": { "allowPrerelease": true, - "version": "7.0.407", + "version": "7.0.408", "rollForward": "latestFeature" } }