From a75a2bc232837fc15491f653ac8e4286b55564e6 Mon Sep 17 00:00:00 2001 From: Workleap <53535748+Infra-Workleap@users.noreply.github.com> Date: Fri, 31 May 2024 14:09:41 -0400 Subject: [PATCH] Update dependency dotnet-sdk to v7.0.410 (#37) Co-authored-by: Renovate Bot --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index acd7d60..d53eba6 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "7.0.409", + "version": "7.0.410", "rollForward": "latestMinor", "allowPrerelease": false }