From b9f840cdce940bc49c8c00d5e29c6607e6d77026 Mon Sep 17 00:00:00 2001 From: Workleap <53535748+Infra-Workleap@users.noreply.github.com> Date: Tue, 21 May 2024 08:43:33 -0400 Subject: [PATCH] chore(deps): update dependency dotnet-sdk to v6.0.422 (#75) 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 }