From 854ffadc6a06a5ef4292c05ded0b25247f236e2f Mon Sep 17 00:00:00 2001 From: Andrew Stanton-Nurse Date: Mon, 18 Jul 2016 09:41:13 -0700 Subject: [PATCH] fix project reference --- test/AutobahnTestApp/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/AutobahnTestApp/project.json b/test/AutobahnTestApp/project.json index fc3aab9d44..db9aab27e7 100644 --- a/test/AutobahnTestApp/project.json +++ b/test/AutobahnTestApp/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Microsoft.AspNetCore.WebSockets.Server": { "target": "project" }, + "Microsoft.AspNetCore.WebSockets.Server": "0.2.0-*", "Microsoft.NETCore.App": { "version": "1.0.0", "type": "platform"