From 039bb6e7142e86e403e40fbf393aa0568532f198 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 3 May 2016 19:24:22 -0700 Subject: [PATCH] Fix tests for net451 --- .../project.json | 1 + .../project.json | 7 ++----- .../project.json | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/project.json b/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/project.json index a7873933c0..bd73ba866a 100644 --- a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/project.json +++ b/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/project.json @@ -21,6 +21,7 @@ "Microsoft.AspNetCore.Server.Testing": "1.0.0-*", "Microsoft.Extensions.Logging": "1.0.0-*", "Microsoft.Extensions.Logging.Console": "1.0.0-*", + "Microsoft.NETCore.Platforms": "1.0.1-*", "xunit": "2.1.0" }, "frameworks": { diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.Tests/project.json b/test/Microsoft.AspNetCore.Server.IISIntegration.Tests/project.json index 6666e44a66..abe6a7c2a0 100644 --- a/test/Microsoft.AspNetCore.Server.IISIntegration.Tests/project.json +++ b/test/Microsoft.AspNetCore.Server.IISIntegration.Tests/project.json @@ -4,6 +4,7 @@ "dotnet-test-xunit": "1.0.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", "Microsoft.AspNetCore.TestHost": "1.0.0-*", + "Microsoft.NETCore.Platforms": "1.0.1-*", "xunit": "2.1.0" }, "frameworks": { @@ -20,11 +21,7 @@ "System.Diagnostics.Process": "4.1.0-*" } }, - "net451": { - "dependencies": { - "xunit.runner.console": "2.1.0" - } - } + "net451": {} }, "testRunner": "xunit" } \ No newline at end of file diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.Tools.Tests/project.json b/test/Microsoft.AspNetCore.Server.IISIntegration.Tools.Tests/project.json index cd1cb9d5fb..748e8c3934 100644 --- a/test/Microsoft.AspNetCore.Server.IISIntegration.Tools.Tests/project.json +++ b/test/Microsoft.AspNetCore.Server.IISIntegration.Tools.Tests/project.json @@ -2,7 +2,7 @@ "dependencies": { "dotnet-test-xunit": "1.0.0-*", "xunit": "2.1.0", - "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*" + "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*", }, "frameworks": { "netcoreapp1.0": {