From bba69da958bd9a952d0f018c82944a6aa177d69d Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 2 May 2016 17:42:55 -0700 Subject: [PATCH] Add dotnet-test-xunit --- .../project.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/project.json b/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/project.json index 367609f64d..a7873933c0 100644 --- a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/project.json +++ b/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/project.json @@ -17,6 +17,7 @@ } }, "dependencies": { + "dotnet-test-xunit": "1.0.0-*", "Microsoft.AspNetCore.Server.Testing": "1.0.0-*", "Microsoft.Extensions.Logging": "1.0.0-*", "Microsoft.Extensions.Logging.Console": "1.0.0-*", @@ -24,9 +25,6 @@ }, "frameworks": { "net451": { - "dependencies": { - "xunit.runner.console": "2.1.0" - }, "frameworkAssemblies": { "System.Data": "", "System.Net.Http": "",