From 4e78a2d02ec2ff7f8646d8d4c2a34fd188b36762 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Fri, 25 Mar 2016 09:28:20 -0700 Subject: [PATCH] Fixed build --- test/AutobahnTestServer/project.json | 7 ++++--- .../project.json | 5 +++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/test/AutobahnTestServer/project.json b/test/AutobahnTestServer/project.json index 50b5275ea8..8f0856bc61 100644 --- a/test/AutobahnTestServer/project.json +++ b/test/AutobahnTestServer/project.json @@ -2,8 +2,7 @@ "exclude": "wwwroot/**/*", "dependencies": { "Microsoft.AspNetCore.WebSockets.Server": "0.1.0-*", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", - "Microsoft.NETCore.Platforms": "1.0.1-*" + "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*" }, "compilationOptions": { "emitEntryPoint": true @@ -11,7 +10,9 @@ "frameworks": { "netstandardapp1.5": { "dependencies": { - "dotnet-test-xunit": "1.0.0-dev-*" + "dotnet-test-xunit": "1.0.0-dev-*", + "NETStandard.Library": "1.5.0-*", + "System.Diagnostics.Process": "4.1.0-*" }, "imports": [ "dnxcore50", diff --git a/test/Microsoft.AspNetCore.WebSockets.Protocol.Test/project.json b/test/Microsoft.AspNetCore.WebSockets.Protocol.Test/project.json index 76c0806699..5b120f6d85 100644 --- a/test/Microsoft.AspNetCore.WebSockets.Protocol.Test/project.json +++ b/test/Microsoft.AspNetCore.WebSockets.Protocol.Test/project.json @@ -1,14 +1,15 @@ { "dependencies": { "Microsoft.AspNetCore.WebSockets.Protocol": "0.1.0-*", - "Microsoft.NETCore.Platforms": "1.0.1-*", "xunit": "2.1.0" }, "testRunner": "xunit", "frameworks": { "netstandardapp1.5": { "dependencies": { - "dotnet-test-xunit": "1.0.0-dev-*" + "dotnet-test-xunit": "1.0.0-dev-*", + "NETStandard.Library": "1.5.0-*", + "System.Diagnostics.Process": "4.1.0-*" }, "imports": [ "dnxcore50",