mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
22 lines
564 B
JSON
22 lines
564 B
JSON
{
|
|
"UseSystemDotNetPath": "true",
|
|
"DotNetFolder": ".dotnet",
|
|
"DotNetInstallScriptURL": "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0-preview2/scripts/obtain",
|
|
"DotNetChannel": "preview",
|
|
"DotNetVersion": "1.0.0-preview2-003121",
|
|
"BuildToolsFolder": ".tools",
|
|
"ArtifactsFolder": "artifacts",
|
|
"TestProjects": {
|
|
"Microsoft.SqlTools.ServiceLayer.Test": [
|
|
"netcoreapp1.0"
|
|
]
|
|
},
|
|
"Frameworks": [
|
|
"netcoreapp1.0"
|
|
],
|
|
"MainProjects": [
|
|
"Microsoft.SqlTools.ServiceLayer",
|
|
"Microsoft.SqlTools.Credentials"
|
|
]
|
|
}
|