From 9a1b3c72968afa30317810b2a9e004f99adb55f5 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Thu, 30 Jun 2016 14:32:36 -0700 Subject: [PATCH] Updating to RTM builds of xunit --- .../project.json | 24 +++++-------------- .../project.json | 22 ++++------------- 2 files changed, 11 insertions(+), 35 deletions(-) diff --git a/test/Microsoft.AspNetCore.Hosting.Tests/project.json b/test/Microsoft.AspNetCore.Hosting.Tests/project.json index a17bf9f898..c95dc80b19 100644 --- a/test/Microsoft.AspNetCore.Hosting.Tests/project.json +++ b/test/Microsoft.AspNetCore.Hosting.Tests/project.json @@ -14,14 +14,14 @@ ] }, "dependencies": { - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-*", - "dotnet-test-xunit": "1.0.0-*", + "dotnet-test-xunit": "2.2.0-*", "Microsoft.AspNetCore.Hosting": "1.1.0-*", "Microsoft.AspNetCore.Owin": "1.1.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-*", "Microsoft.Extensions.Options": "1.1.0-*", "Microsoft.Extensions.PlatformAbstractions": "1.1.0-*", - "xunit": "2.1.0" + "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-*", + "xunit": "2.2.0-*" }, "frameworks": { "netcoreapp1.0": { @@ -29,22 +29,10 @@ "Microsoft.NETCore.App": { "version": "1.0.0-*", "type": "platform" - }, - "System.Diagnostics.Process": "4.1.0-*" - }, - "imports": [ - "dnxcore50", - "portable-net451+win8" - ] - }, - "net451": { - "frameworkAssemblies": { - "System.Threading.Tasks": "" - }, - "dependencies": { - "xunit.runner.console": "2.1.0" + } } - } + }, + "net451": {} }, "testRunner": "xunit" } \ No newline at end of file diff --git a/test/Microsoft.AspNetCore.TestHost.Tests/project.json b/test/Microsoft.AspNetCore.TestHost.Tests/project.json index d4cb1ba9e2..3c6c1744b4 100644 --- a/test/Microsoft.AspNetCore.TestHost.Tests/project.json +++ b/test/Microsoft.AspNetCore.TestHost.Tests/project.json @@ -4,11 +4,11 @@ "keyFile": "../../tools/Key.snk" }, "dependencies": { - "dotnet-test-xunit": "1.0.0-*", + "dotnet-test-xunit": "2.2.0-*", "Microsoft.AspNetCore.TestHost": "1.1.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-*", "Microsoft.Extensions.DiagnosticAdapter": "1.1.0-*", - "xunit": "2.1.0" + "xunit": "2.2.0-*" }, "frameworks": { "netcoreapp1.0": { @@ -16,22 +16,10 @@ "Microsoft.NETCore.App": { "version": "1.0.0-*", "type": "platform" - }, - "System.Diagnostics.Process": "4.1.0-*" - }, - "imports": [ - "dnxcore50", - "portable-net451+win8" - ] - }, - "net451": { - "frameworkAssemblies": { - "System.Threading.Tasks": "" - }, - "dependencies": { - "xunit.runner.console": "2.1.0" + } } - } + }, + "net451": {} }, "testRunner": "xunit" } \ No newline at end of file