Missing "commands" from project.json

This was stopping the project running in VS
This commit is contained in:
Anthony van der Hoorn 2015-08-20 12:52:53 -07:00 committed by Chris R
parent a984ea77a8
commit 92dc38ffd1
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
{
"commands": {
"TestClient": "TestClient"
},
"dependencies": {
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*",
"Microsoft.AspNet.WebSockets.Client": "1.0.0-*"