From 92dc38ffd1f6727c921aaef9e3f3f9b7fbfb0d44 Mon Sep 17 00:00:00 2001 From: Anthony van der Hoorn Date: Thu, 20 Aug 2015 12:52:53 -0700 Subject: [PATCH] Missing "commands" from project.json This was stopping the project running in VS --- test/TestClient/project.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/TestClient/project.json b/test/TestClient/project.json index f4c2b0131d..2c1c4ae5e9 100644 --- a/test/TestClient/project.json +++ b/test/TestClient/project.json @@ -1,4 +1,7 @@ { + "commands": { + "TestClient": "TestClient" + }, "dependencies": { "Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*", "Microsoft.AspNet.WebSockets.Client": "1.0.0-*"