mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
61 lines
1.5 KiB
JSON
61 lines
1.5 KiB
JSON
{
|
|
"UseSystemDotNetPath": "true",
|
|
"DotNetFolder": ".dotnet",
|
|
"DotNetInstallScriptURL": "https://dotnet.microsoft.com/download/dotnet-core/scripts/v1/",
|
|
"DotNetChannel": "preview",
|
|
"DotNetVersion": "5.0.301",
|
|
"BuildToolsFolder": ".tools",
|
|
"ArtifactsFolder": "artifacts",
|
|
"PackageName": "Microsoft.SqlTools.ServiceLayer",
|
|
"TestProjects": {
|
|
"Microsoft.SqlTools.ServiceLayer.UnitTests": [
|
|
"net7.0"
|
|
],
|
|
"Microsoft.Kusto.ServiceLayer.UnitTests": [
|
|
"net7.0"
|
|
],
|
|
"Microsoft.SqlTools.ServiceLayer.TestEnvConfig": [
|
|
"net7.0"
|
|
],
|
|
"Microsoft.SqlTools.ServiceLayer.IntegrationTests": [
|
|
"net7.0"
|
|
]
|
|
},
|
|
"Frameworks": [
|
|
"net7.0"
|
|
],
|
|
"FxFrameworks":[
|
|
"net472",
|
|
"net7.0"
|
|
],
|
|
"MainProjects": [
|
|
"Microsoft.SqlTools.Credentials",
|
|
"Microsoft.SqlTools.ResourceProvider",
|
|
"Microsoft.Kusto.ServiceLayer",
|
|
"Microsoft.SqlTools.ServiceLayer",
|
|
"Microsoft.SqlTools.ManagedBatchParser",
|
|
"Microsoft.SqlTools.Migration"
|
|
],
|
|
"FxBuildProjects": [
|
|
"Microsoft.SqlTools.ManagedBatchParser"
|
|
],
|
|
"PackageProjects": [
|
|
"Microsoft.SqlTools.Hosting"
|
|
],
|
|
"DotnetToolProjects": [
|
|
"Microsoft.SqlTools.ServiceLayer",
|
|
"Microsoft.Kusto.ServiceLayer",
|
|
"Microsoft.SqlTools.Migration"
|
|
],
|
|
"Projects": [
|
|
{
|
|
"Name": "Microsoft.SqlTools.Migration",
|
|
"PackageProjects": [
|
|
"Microsoft.SqlTools.Migration"
|
|
],
|
|
"TestProjects": [
|
|
"Microsoft.SqlTools.Migration.UnitTests"
|
|
]
|
|
}
|
|
]
|
|
} |