mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
Update projects for netcoreapp2.1 SDK (#603)
* Update projects for netcoreapp2.1 SDK * Fix whitespace * Fix issue in Nuget config file
This commit is contained in:
@@ -3,17 +3,17 @@
|
||||
"DotNetFolder": ".dotnet",
|
||||
"DotNetInstallScriptURL": "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0-preview2/scripts/obtain",
|
||||
"DotNetChannel": "preview",
|
||||
"DotNetVersion": "1.0.0-preview2-003121",
|
||||
"DotNetVersion": "2.1.300-preview3-008627",
|
||||
"BuildToolsFolder": ".tools",
|
||||
"ArtifactsFolder": "artifacts",
|
||||
"PackageName": "Microsoft.SqlTools.ServiceLayer",
|
||||
"TestProjects": {
|
||||
"Microsoft.SqlTools.ServiceLayer.UnitTests": [
|
||||
"netcoreapp2.0"
|
||||
"netcoreapp2.1"
|
||||
]
|
||||
},
|
||||
"Frameworks": [
|
||||
"netcoreapp2.0"
|
||||
"netcoreapp2.1"
|
||||
],
|
||||
"MainProjects": [
|
||||
"Microsoft.SqlTools.ServiceLayer",
|
||||
|
||||
Reference in New Issue
Block a user