From 4a82a0be27286a1ade130fad008310257fbaf631 Mon Sep 17 00:00:00 2001 From: Workleap <53535748+Infra-Workleap@users.noreply.github.com> Date: Tue, 21 May 2024 08:52:59 -0400 Subject: [PATCH] chore(deps): update dependency dotnet-sdk to v6.0.422 (#71) Co-authored-by: Renovate Bot --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 5f0d0bd..97dc496 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.421", + "version": "6.0.422", "rollForward": "latestMinor", "allowPrerelease": false }