From e5dc948e479252e10cb94b145b8cb55d76eb7450 Mon Sep 17 00:00:00 2001 From: Ajay Bhargav Baaskaran Date: Tue, 5 Jul 2016 21:05:37 -0700 Subject: [PATCH] Updating to RTM builds of xunit and Moq (#205) --- .../project.json | 19 +++++------------- .../project.json | 20 +++++-------------- 2 files changed, 10 insertions(+), 29 deletions(-) diff --git a/test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/project.json b/test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/project.json index 1c06616124..e8ea925fcf 100644 --- a/test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/project.json +++ b/test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/project.json @@ -1,10 +1,10 @@ { "testRunner": "xunit", "dependencies": { - "dotnet-test-xunit": "1.0.0-*", + "dotnet-test-xunit": "2.2.0-*", "Microsoft.AspNetCore.Server.WebListener": "0.2.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-*", - "xunit": "2.1.0" + "xunit": "2.2.0-*" }, "frameworks": { "netcoreapp1.0": { @@ -15,22 +15,13 @@ }, "System.Net.Http.WinHttpHandler": "4.0.0-*", "System.Net.Requests": "4.0.11-*", - "System.Net.WebHeaderCollection": "4.0.1-*", - "System.Diagnostics.Process": "4.1.0-*" - }, - "imports": [ - "dnxcore50", - "portable-net451+win8" - ] + "System.Net.WebHeaderCollection": "4.0.1-*" + } }, "net451": { "frameworkAssemblies": { "System.Net.Http": "", - "System.Net.Http.WebRequest": "", - "System.Threading.Tasks": "" - }, - "dependencies": { - "xunit.runner.console": "2.1.0" + "System.Net.Http.WebRequest": "" } } } diff --git a/test/Microsoft.Net.Http.Server.FunctionalTests/project.json b/test/Microsoft.Net.Http.Server.FunctionalTests/project.json index 522b77234b..d823390cbc 100644 --- a/test/Microsoft.Net.Http.Server.FunctionalTests/project.json +++ b/test/Microsoft.Net.Http.Server.FunctionalTests/project.json @@ -1,11 +1,11 @@ { "testRunner": "xunit", "dependencies": { - "dotnet-test-xunit": "1.0.0-*", + "dotnet-test-xunit": "2.2.0-*", "Microsoft.Net.Http.Server": "0.2.0-*", "Microsoft.Net.WebSockets.Server": "0.2.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-*", - "xunit": "2.1.0" + "xunit": "2.2.0-*" }, "frameworks": { "netcoreapp1.0": { @@ -17,24 +17,14 @@ "System.Net.Http": "4.1.0-*", "System.Net.Http.WinHttpHandler": "4.0.0-*", "System.Net.Requests": "4.0.11-*", - "System.Net.WebSockets.Client": "4.0.0-*", - "System.Diagnostics.Process": "4.1.0-*" - }, - "imports": [ - "dnxcore50", - "portable-net451+win8" - ] + "System.Net.WebSockets.Client": "4.0.0-*" + } }, "net451": { "frameworkAssemblies": { "System.DirectoryServices": "", "System.Net.Http": "", - "System.Net.Http.WebRequest": "", - "System.Runtime": "", - "System.Threading.Tasks": "" - }, - "dependencies": { - "xunit.runner.console": "2.1.0" + "System.Net.Http.WebRequest": "" } } }