From 73eca9828a625bcd587783c207a22c3b0e796ee1 Mon Sep 17 00:00:00 2001 From: Workleap <53535748+Infra-Workleap@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:47:12 -0400 Subject: [PATCH] chore(deps): update dependency dotnet-sdk to v8.0.403 (#46) Co-authored-by: Renovate Bot --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index e90bc77..3047383 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.402", + "version": "8.0.403", "rollForward": "latestMinor", "allowPrerelease": false }