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