From b2fdb3f4cad436d8377a30be64168f21c0e9c297 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 15:45:13 +0000 Subject: [PATCH] chore(deps): update dependency dotnet-sdk to v8.0.400 (#76) 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 e783c88..6aad39d 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { "rollForward": "latestMajor", - "version": "8.0.303" + "version": "8.0.400" } }