From bf45e4c7b14698f7ea5f97a571ab8861b532b0aa Mon Sep 17 00:00:00 2001 From: Workleap <53535748+Infra-Workleap@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:58:04 -0400 Subject: [PATCH] chore(deps): update dependency dotnet-sdk to v8.0.402 (#104) Co-authored-by: Renovate Bot --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index d5cc458..1617b79 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.401", + "version": "8.0.402", "rollForward": "latestMinor", "allowPrerelease": false }