mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
* Update projects for netcoreapp2.1 SDK * Fix whitespace * Fix issue in Nuget config file
25 lines
706 B
JSON
25 lines
706 B
JSON
{
|
|
"UseSystemDotNetPath": "true",
|
|
"DotNetFolder": ".dotnet",
|
|
"DotNetInstallScriptURL": "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0-preview2/scripts/obtain",
|
|
"DotNetChannel": "preview",
|
|
"DotNetVersion": "2.1.300-preview3-008627",
|
|
"BuildToolsFolder": ".tools",
|
|
"ArtifactsFolder": "artifacts",
|
|
"PackageName": "Microsoft.SqlTools.ServiceLayer",
|
|
"TestProjects": {
|
|
"Microsoft.SqlTools.ServiceLayer.UnitTests": [
|
|
"netcoreapp2.1"
|
|
]
|
|
},
|
|
"Frameworks": [
|
|
"netcoreapp2.1"
|
|
],
|
|
"MainProjects": [
|
|
"Microsoft.SqlTools.ServiceLayer",
|
|
"Microsoft.SqlTools.Credentials",
|
|
"Microsoft.SqlTools.Serialization",
|
|
"Microsoft.SqlTools.ResourceProvider"
|
|
]
|
|
}
|