mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
77 lines
2.3 KiB
JSON
77 lines
2.3 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"
|
|
],
|
|
"PackagePublishedProjects": [
|
|
"Microsoft.SqlToolsService",
|
|
"runtime.centos.7-x64.native.Microsoft.SqlToolsService",
|
|
"runtime.debian.8-x64.native.Microsoft.SqlToolsService",
|
|
"runtime.fedora.23-x64.native.Microsoft.SqlToolsService",
|
|
"runtime.linux-x64.native.Microsoft.SqlToolsService",
|
|
"runtime.opensuse.13.2-x64.native.Microsoft.SqlToolsService",
|
|
"runtime.osx-x64.native.Microsoft.SqlToolsService",
|
|
"runtime.rhel.7.2-x64.native.Microsoft.SqlToolsService",
|
|
"runtime.ubuntu.14.04-x64.native.Microsoft.SqlToolsService",
|
|
"runtime.ubuntu.16.04-x64.native.Microsoft.SqlToolsService",
|
|
"runtime.win-x64.native.Microsoft.SqlToolsService",
|
|
"runtime.osx-arm64.native.Microsoft.SqlToolsService",
|
|
"runtime.win-arm64.native.Microsoft.SqlToolsService",
|
|
"runtime.linux-arm64.native.Microsoft.SqlToolsService"
|
|
],
|
|
"DotnetToolProjects": [
|
|
"Microsoft.SqlTools.ServiceLayer",
|
|
"Microsoft.Kusto.ServiceLayer",
|
|
"Microsoft.SqlTools.Migration"
|
|
],
|
|
"Projects": [
|
|
{
|
|
"Name": "Microsoft.SqlTools.Migration",
|
|
"PackageProjects": [
|
|
"Microsoft.SqlTools.Migration"
|
|
],
|
|
"TestProjects": [
|
|
"Microsoft.SqlTools.Migration.UnitTests"
|
|
]
|
|
}
|
|
]
|
|
} |