From a96f62cd835d99f1e851ad6a26ddcf37819c4f83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 18:56:33 +0000 Subject: [PATCH] chore(deps): update dependency dotnet-sdk to v8.0.401 --- src/global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.json b/src/global.json index ab577c3f5..d80ba686a 100644 --- a/src/global.json +++ b/src/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.204", + "version": "8.0.401", "rollForward": "latestFeature" } }