From 2081c0fd9a98ec61fe4a08a1d70d76a97b53dbf5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 07:18:58 +0000 Subject: [PATCH] chore: Update dependency dotnet-sdk to v8.0.401 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index af3eb74..7c3a1a1 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "$schema": "http://json.schemastore.org/global", "sdk": { - "version": "8.0.204", + "version": "8.0.401", "rollForward": "latestFeature" } }