From 89ca3b46d5c754b25956532e511c751feca04eea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 13:42:35 +0000 Subject: [PATCH] [deps]: Update Microsoft.Build.Sql to v2 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 970250aec979..f0add3cb4c78 100644 --- a/global.json +++ b/global.json @@ -5,7 +5,7 @@ }, "msbuild-sdks": { "Microsoft.Build.Traversal": "4.1.0", - "Microsoft.Build.Sql": "1.0.0", + "Microsoft.Build.Sql": "2.1.0", "Bitwarden.Server.Sdk": "1.4.0" } }