Build Managed Batch Parser NuGet package (#1747)

This commit is contained in:
Cheena Malhotra
2022-11-07 10:03:32 -08:00
committed by GitHub
parent 2856ff241f
commit d33c97c079
13 changed files with 259 additions and 68 deletions

View File

@@ -24,11 +24,19 @@
"Frameworks": [
"net6.0"
],
"FxFrameworks":[
"net472",
"net6.0"
],
"MainProjects": [
"Microsoft.SqlTools.Credentials",
"Microsoft.SqlTools.ResourceProvider",
"Microsoft.Kusto.ServiceLayer",
"Microsoft.SqlTools.ServiceLayer"
"Microsoft.SqlTools.ServiceLayer",
"Microsoft.SqlTools.ManagedBatchParser"
],
"FxBuildProjects": [
"Microsoft.SqlTools.ManagedBatchParser"
],
"PackageProjects": [
"Microsoft.SqlTools.Hosting"