Move Microsoft.Build.Sql version to global.json (#5810)

This commit is contained in:
Justin Baur
2025-05-12 09:12:37 -04:00
committed by GitHub
parent 15b498184f
commit 3a848d5747
2 changed files with 3 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
"rollForward": "latestFeature"
},
"msbuild-sdks": {
"Microsoft.Build.Traversal": "4.1.0"
"Microsoft.Build.Traversal": "4.1.0",
"Microsoft.Build.Sql": "0.1.9-preview"
}
}