Missing "commands" from project.json
This was stopping the project running in VS
This commit is contained in:
parent
a984ea77a8
commit
92dc38ffd1
|
|
@ -1,4 +1,7 @@
|
|||
{
|
||||
"commands": {
|
||||
"TestClient": "TestClient"
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*",
|
||||
"Microsoft.AspNet.WebSockets.Client": "1.0.0-*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue