Added test driver program for service host (#113)

* Added test driver program for service host

* Fix typo
This commit is contained in:
Mitchell Sternke
2016-10-21 17:49:37 -07:00
committed by GitHub
parent 5a7b412c38
commit b389d275a2
5 changed files with 345 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
{
"name": "Microsoft.SqlTools.ServiceLayer.TestDriver",
"version": "1.0.0-*",
"buildOptions": {
"debugType": "portable",
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.SqlTools.ServiceLayer": {
"target": "project"
}
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0"
}
},
"imports": [
"dotnet5.4",
"portable-net451+win8"
],
}
},
"runtimes": {
"win7-x64": {}
}
}