From c39a12fdbbdcc3a6d7114d32b58eb062abf798dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 07:02:25 -0700 Subject: [PATCH] chore(deps): update dependency dotnet-sdk to v8.0.402 (#575) 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 9d77e338..ecd5d82c 100644 --- a/global.json +++ b/global.json @@ -2,6 +2,6 @@ "sdk": { "rollForward": "latestFeature", "allowPrerelease": false, - "version": "8.0.401" + "version": "8.0.402" } }