From 7e538959c87643a5fa24ec2cc8307c0fa5b367ed Mon Sep 17 00:00:00 2001 From: Workleap <53535748+Infra-Workleap@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:56:49 -0400 Subject: [PATCH] chore(deps): update dependency dotnet-sdk to v8.0.402 (#89) 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 }