From c500515f9fb5931078a41123a0b09e3fad4679d7 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Thu, 30 Jun 2016 15:29:30 -0700 Subject: [PATCH] Updating to RTM builds of xunit --- .../project.json | 4 ++-- .../project.json | 11 +++-------- .../project.json | 10 ++-------- test/TestSites.Portable/project.json | 9 ++------- test/TestSites/project.json | 10 ++-------- 5 files changed, 11 insertions(+), 33 deletions(-) diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/project.json b/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/project.json index f9c63e062b..c963b1e3e5 100644 --- a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/project.json +++ b/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/project.json @@ -17,12 +17,12 @@ } }, "dependencies": { - "dotnet-test-xunit": "1.0.0-*", + "dotnet-test-xunit": "2.2.0-*", "Microsoft.AspNetCore.Server.Testing": "0.2.0-*", "Microsoft.Extensions.Logging": "1.1.0-*", "Microsoft.Extensions.Logging.Console": "1.1.0-*", "Microsoft.Extensions.Logging.Debug": "1.1.0-*", - "xunit": "2.1.0" + "xunit": "2.2.0-*" }, "frameworks": { "net451": { diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.Tests/project.json b/test/Microsoft.AspNetCore.Server.IISIntegration.Tests/project.json index bb23abba60..f93d7caafa 100644 --- a/test/Microsoft.AspNetCore.Server.IISIntegration.Tests/project.json +++ b/test/Microsoft.AspNetCore.Server.IISIntegration.Tests/project.json @@ -1,23 +1,18 @@ { "version": "1.1.0-*", "dependencies": { - "dotnet-test-xunit": "1.0.0-*", + "dotnet-test-xunit": "2.2.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", "Microsoft.AspNetCore.TestHost": "1.1.0-*", - "xunit": "2.1.0" + "xunit": "2.2.0-*" }, "frameworks": { "netcoreapp1.0": { - "imports": [ - "portable-net451+win8", - "dnxcore50" - ], "dependencies": { "Microsoft.NETCore.App": { "version": "1.0.0-*", "type": "platform" - }, - "System.Diagnostics.Process": "4.1.0-*" + } } }, "net451": {} diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.Tools.Tests/project.json b/test/Microsoft.AspNetCore.Server.IISIntegration.Tools.Tests/project.json index cd1cb9d5fb..6d41a17208 100644 --- a/test/Microsoft.AspNetCore.Server.IISIntegration.Tools.Tests/project.json +++ b/test/Microsoft.AspNetCore.Server.IISIntegration.Tools.Tests/project.json @@ -1,18 +1,12 @@ { "dependencies": { - "dotnet-test-xunit": "1.0.0-*", - "xunit": "2.1.0", + "dotnet-test-xunit": "2.2.0-*", + "xunit": "2.2.0-*", "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*" }, "frameworks": { "netcoreapp1.0": { - "imports": [ - "portable-dnxcore50+net45+win8+wp8+wpa81", - "dotnet", - "portable-net45+win8" - ], "dependencies": { - "System.Diagnostics.Process": "4.1.0-*", "Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0-*" diff --git a/test/TestSites.Portable/project.json b/test/TestSites.Portable/project.json index 58fe22e006..312839f32a 100644 --- a/test/TestSites.Portable/project.json +++ b/test/TestSites.Portable/project.json @@ -18,21 +18,16 @@ "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0-*", "Microsoft.Extensions.Configuration.Json": "1.1.0-*", "Microsoft.Extensions.Logging.Console": "1.1.0-*", - "xunit": "2.1.0" + "xunit": "2.2.0-*" }, "frameworks": { "netcoreapp1.0": { - "imports": [ - "portable-net451+win8", - "dnxcore50" - ], "dependencies": { "Microsoft.NETCore.App": { "version": "1.0.0-*", "type": "platform" }, - "System.Net.Primitives": "4.0.11-*", - "System.Diagnostics.Process": "4.1.0-*" + "System.Net.Primitives": "4.0.11-*" } } } diff --git a/test/TestSites/project.json b/test/TestSites/project.json index 90fcd5ce4b..4819d0bfb5 100644 --- a/test/TestSites/project.json +++ b/test/TestSites/project.json @@ -15,19 +15,13 @@ "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0-*", "Microsoft.Extensions.Configuration.Json": "1.1.0-*", "Microsoft.Extensions.Logging.Console": "1.1.0-*", - "xunit": "2.1.0" + "xunit": "2.2.0-*" }, "frameworks": { "netcoreapp1.0": { - "imports": [ - "portable-dnxcore50+net45+win8+wp8+wpa81", - "dotnet", - "portable-net45+win8" - ], "dependencies": { "Microsoft.NETCore.App": "1.0.0-*", - "System.Net.Primitives": "4.0.11-*", - "System.Diagnostics.Process": "4.1.0-*" + "System.Net.Primitives": "4.0.11-*" } }, "net451": {}