diff --git a/NuGet.Config b/NuGet.Config index 73b213125..6e43f2b13 100644 --- a/NuGet.Config +++ b/NuGet.Config @@ -5,6 +5,7 @@ + diff --git a/TestAssets/TestProjects/ProjectsWithTests/MultipleFrameworkProject/project.json b/TestAssets/TestProjects/ProjectsWithTests/MultipleFrameworkProject/project.json index e56a3ac09..d8ae3f3a0 100644 --- a/TestAssets/TestProjects/ProjectsWithTests/MultipleFrameworkProject/project.json +++ b/TestAssets/TestProjects/ProjectsWithTests/MultipleFrameworkProject/project.json @@ -2,11 +2,7 @@ "version": "1.0.0-*", "dependencies": { "dotnet-test-xunit": "1.0.0-rc2-318883-21", - "Microsoft.NETCore.Platforms": "1.0.1", - "xunit": "2.1.0", - "Microsoft.DotNet.InternalAbstractions": { - "target": "project" - } + "xunit": "2.2.0-beta3-build3330" }, "frameworks": { "netcoreapp1.0": { diff --git a/TestAssets/TestProjects/ProjectsWithTests/NetCoreAppOnlyProject/project.json b/TestAssets/TestProjects/ProjectsWithTests/NetCoreAppOnlyProject/project.json index e56c71483..84c58b6d9 100644 --- a/TestAssets/TestProjects/ProjectsWithTests/NetCoreAppOnlyProject/project.json +++ b/TestAssets/TestProjects/ProjectsWithTests/NetCoreAppOnlyProject/project.json @@ -7,7 +7,7 @@ }, "System.Linq.Expressions": "4.1.0", "System.Runtime.Serialization.Primitives": "4.1.1", - "xunit": "2.1.0", + "xunit": "2.2.0-beta3-build3330", "dotnet-test-xunit": "1.0.0-rc2-318883-21", "Microsoft.DotNet.InternalAbstractions": { "target": "project" diff --git a/test/ArgumentForwardingTests/project.json b/test/ArgumentForwardingTests/project.json index b713a6a7e..ae0a55287 100644 --- a/test/ArgumentForwardingTests/project.json +++ b/test/ArgumentForwardingTests/project.json @@ -18,7 +18,7 @@ "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, - "xunit": "2.1.0", + "xunit": "2.2.0-beta3-build3330", "dotnet-test-xunit": "1.0.0-rc2-318883-21", "Microsoft.DotNet.PlatformAbstractions": "1.0.1-beta-000914" }, diff --git a/test/EndToEnd/project.json b/test/EndToEnd/project.json index 4ce0a4e06..1c9ded669 100644 --- a/test/EndToEnd/project.json +++ b/test/EndToEnd/project.json @@ -18,7 +18,7 @@ "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, - "xunit": "2.1.0", + "xunit": "2.2.0-beta3-build3330", "xunit.netcore.extensions": "1.0.0-prerelease-00206", "dotnet-test-xunit": "1.0.0-rc2-318883-21", "Microsoft.DotNet.PlatformAbstractions": "1.0.1-beta-000914" diff --git a/test/Installer/Microsoft.DotNet.Cli.Msi.Tests/project.json b/test/Installer/Microsoft.DotNet.Cli.Msi.Tests/project.json index fb7c04bd1..4b2fac251 100644 --- a/test/Installer/Microsoft.DotNet.Cli.Msi.Tests/project.json +++ b/test/Installer/Microsoft.DotNet.Cli.Msi.Tests/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "xunit": "2.1.0", + "xunit": "2.2.0-beta3-build3330", "xunit.runner.console": "2.1.0", "Microsoft.Deployment.WindowsInstaller": "1.0.0" }, diff --git a/test/Kestrel.Tests/project.json b/test/Kestrel.Tests/project.json index 655e32bb1..4efa9e599 100644 --- a/test/Kestrel.Tests/project.json +++ b/test/Kestrel.Tests/project.json @@ -12,7 +12,7 @@ "Microsoft.DotNet.Cli.Utils": { "target": "project" }, - "xunit": "2.1.0", + "xunit": "2.2.0-beta3-build3330", "dotnet-test-xunit": "1.0.0-rc2-318883-21" }, "frameworks": { diff --git a/test/Microsoft.DotNet.Cli.Utils.Tests/project.json b/test/Microsoft.DotNet.Cli.Utils.Tests/project.json index 4116642d9..4345dfcec 100644 --- a/test/Microsoft.DotNet.Cli.Utils.Tests/project.json +++ b/test/Microsoft.DotNet.Cli.Utils.Tests/project.json @@ -34,7 +34,7 @@ "target": "project" }, "moq.netcore": "4.4.0-beta8", - "xunit": "2.1.0", + "xunit": "2.2.0-beta3-build3330", "dotnet-test-xunit": "1.0.0-rc2-318883-21", "Microsoft.DotNet.PlatformAbstractions": "1.0.1-beta-000914" }, diff --git a/test/Microsoft.DotNet.Compiler.Common.Tests/project.json b/test/Microsoft.DotNet.Compiler.Common.Tests/project.json index dac73164c..69b33d8a4 100644 --- a/test/Microsoft.DotNet.Compiler.Common.Tests/project.json +++ b/test/Microsoft.DotNet.Compiler.Common.Tests/project.json @@ -15,7 +15,7 @@ "Microsoft.DotNet.Compiler.Common": { "target": "project" }, - "xunit": "2.1.0", + "xunit": "2.2.0-beta3-build3330", "dotnet-test-xunit": "1.0.0-rc2-318883-21" }, "frameworks": { diff --git a/test/Microsoft.DotNet.Configurer.UnitTests/project.json b/test/Microsoft.DotNet.Configurer.UnitTests/project.json index 85aafc6f6..f85d1c6a1 100644 --- a/test/Microsoft.DotNet.Configurer.UnitTests/project.json +++ b/test/Microsoft.DotNet.Configurer.UnitTests/project.json @@ -20,7 +20,7 @@ }, "FluentAssertions": "4.0.0", "moq.netcore": "4.4.0-beta8", - "xunit": "2.1.0", + "xunit": "2.2.0-beta3-build3330", "dotnet-test-xunit": "1.0.0-rc2-318883-21" }, "frameworks": { diff --git a/test/Microsoft.DotNet.Core.Build.Tasks.Tests/project.json b/test/Microsoft.DotNet.Core.Build.Tasks.Tests/project.json index 1a059db2d..48af439a1 100644 --- a/test/Microsoft.DotNet.Core.Build.Tasks.Tests/project.json +++ b/test/Microsoft.DotNet.Core.Build.Tasks.Tests/project.json @@ -14,7 +14,7 @@ "Microsoft.DotNet.InternalAbstractions": { "target": "project" }, - "xunit": "2.1.0", + "xunit": "2.2.0-beta3-build3330", "FluentAssertions.Json": "4.12.0", "dotnet-test-xunit": "1.0.0-rc2-318883-21" }, diff --git a/test/Microsoft.DotNet.ProjectModel.Loader.Tests/project.json b/test/Microsoft.DotNet.ProjectModel.Loader.Tests/project.json index d132bbe0a..36e1c8afc 100644 --- a/test/Microsoft.DotNet.ProjectModel.Loader.Tests/project.json +++ b/test/Microsoft.DotNet.ProjectModel.Loader.Tests/project.json @@ -14,7 +14,7 @@ "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, - "xunit": "2.1.0", + "xunit": "2.2.0-beta3-build3330", "dotnet-test-xunit": "1.0.0-rc2-318883-21" }, "frameworks": { diff --git a/test/Microsoft.DotNet.ProjectModel.Tests/project.json b/test/Microsoft.DotNet.ProjectModel.Tests/project.json index cd8d06333..19416b9e2 100644 --- a/test/Microsoft.DotNet.ProjectModel.Tests/project.json +++ b/test/Microsoft.DotNet.ProjectModel.Tests/project.json @@ -20,7 +20,7 @@ "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, - "xunit": "2.1.0", + "xunit": "2.2.0-beta3-build3330", "dotnet-test-xunit": "1.0.0-rc2-318883-21" }, "frameworks": { diff --git a/test/Microsoft.DotNet.Tools.Tests.Utilities/project.json b/test/Microsoft.DotNet.Tools.Tests.Utilities/project.json index 3b16818c1..19ba7bd4a 100644 --- a/test/Microsoft.DotNet.Tools.Tests.Utilities/project.json +++ b/test/Microsoft.DotNet.Tools.Tests.Utilities/project.json @@ -6,7 +6,7 @@ }, "dependencies": { "FluentAssertions": "4.0.0", - "xunit": "2.1.0", + "xunit": "2.2.0-beta3-build3330", "dotnet-test-xunit": "1.0.0-rc2-318883-21", "Microsoft.DotNet.TestFramework": { "target": "project" }, "Microsoft.DotNet.Cli.Utils": { "target": "project" }, diff --git a/test/Performance/project.json b/test/Performance/project.json index 238d5a3fa..d7f2f52fc 100644 --- a/test/Performance/project.json +++ b/test/Performance/project.json @@ -15,7 +15,7 @@ "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, - "xunit": "2.1.0", + "xunit": "2.2.0-beta3-build3330", "xunit.netcore.extensions": "1.0.0-prerelease-00206", "dotnet-test-xunit": "1.0.0-rc2-318883-21", "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0028" diff --git a/test/ScriptExecutorTests/project.json b/test/ScriptExecutorTests/project.json index 60f490c56..9497c376d 100644 --- a/test/ScriptExecutorTests/project.json +++ b/test/ScriptExecutorTests/project.json @@ -14,7 +14,7 @@ "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, - "xunit": "2.1.0", + "xunit": "2.2.0-beta3-build3330", "dotnet-test-xunit": "1.0.0-rc2-318883-21" }, "frameworks": { diff --git a/test/TestingAbstractions/Microsoft.Extensions.Testing.Abstractions.Tests/project.json b/test/TestingAbstractions/Microsoft.Extensions.Testing.Abstractions.Tests/project.json index dc3f56551..ff1ff947d 100644 --- a/test/TestingAbstractions/Microsoft.Extensions.Testing.Abstractions.Tests/project.json +++ b/test/TestingAbstractions/Microsoft.Extensions.Testing.Abstractions.Tests/project.json @@ -18,7 +18,7 @@ "TestAppWithPortablePdbs": { "target": "project" }, - "xunit": "2.1.0", + "xunit": "2.2.0-beta3-build3330", "dotnet-test-xunit": "1.0.0-rc2-318883-21", "FluentAssertions": "4.2.2" }, diff --git a/test/TestingAbstractions/Microsoft.Extensions.Testing.Abstractions.UnitTests/project.json b/test/TestingAbstractions/Microsoft.Extensions.Testing.Abstractions.UnitTests/project.json index dd3ee9601..725ead2b6 100644 --- a/test/TestingAbstractions/Microsoft.Extensions.Testing.Abstractions.UnitTests/project.json +++ b/test/TestingAbstractions/Microsoft.Extensions.Testing.Abstractions.UnitTests/project.json @@ -13,7 +13,7 @@ "TestAppWithPortablePdbs": { "target": "project" }, - "xunit": "2.1.0", + "xunit": "2.2.0-beta3-build3330", "dotnet-test-xunit": "1.0.0-rc2-318883-21", "FluentAssertions": "4.2.2", "moq.netcore": "4.4.0-beta8" diff --git a/test/binding-redirects.Tests/project.json b/test/binding-redirects.Tests/project.json index f769133ee..b32983d07 100644 --- a/test/binding-redirects.Tests/project.json +++ b/test/binding-redirects.Tests/project.json @@ -1,7 +1,7 @@ { "version": "1.0.0-*", "dependencies": { - "xunit": "2.1.0", + "xunit": "2.2.0-beta3-build3330", "dotnet-test-xunit": "1.0.0-rc2-318883-21", "Microsoft.NETCore.Platforms": "1.0.1", "Microsoft.DotNet.Tools.Tests.Utilities": { diff --git a/test/crossgen.Tests/project.json b/test/crossgen.Tests/project.json index 851d8ac06..25d0fcf46 100644 --- a/test/crossgen.Tests/project.json +++ b/test/crossgen.Tests/project.json @@ -11,7 +11,7 @@ "Microsoft.DotNet.Cli.Utils": { "target": "project" }, - "xunit": "2.1.0", + "xunit": "2.2.0-beta3-build3330", "dotnet-test-xunit": "1.0.0-rc2-318883-21" }, "frameworks": { diff --git a/test/dotnet-build3.Tests/project.json b/test/dotnet-build3.Tests/project.json index 14ea979a7..1d32c9ace 100644 --- a/test/dotnet-build3.Tests/project.json +++ b/test/dotnet-build3.Tests/project.json @@ -9,7 +9,7 @@ "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, - "xunit": "2.1.0", + "xunit": "2.2.0-beta3-build3330", "dotnet-test-xunit": "1.0.0-rc2-318883-21" }, "frameworks": { diff --git a/test/dotnet-compile-fsc.Tests/project.json b/test/dotnet-compile-fsc.Tests/project.json index 679c37dea..4b20d150c 100644 --- a/test/dotnet-compile-fsc.Tests/project.json +++ b/test/dotnet-compile-fsc.Tests/project.json @@ -11,7 +11,7 @@ "Microsoft.DotNet.Cli.Utils": { "target": "project" }, - "xunit": "2.1.0", + "xunit": "2.2.0-beta3-build3330", "dotnet-test-xunit": "1.0.0-rc2-318883-21" }, "frameworks": { diff --git a/test/dotnet-compile.Tests/project.json b/test/dotnet-compile.Tests/project.json index cd3137605..e2bcbf3b0 100644 --- a/test/dotnet-compile.Tests/project.json +++ b/test/dotnet-compile.Tests/project.json @@ -12,7 +12,7 @@ "Microsoft.DotNet.Cli.Utils": { "target": "project" }, - "xunit": "2.1.0", + "xunit": "2.2.0-beta3-build3330", "dotnet-test-xunit": "1.0.0-rc2-318883-21" }, "frameworks": { diff --git a/test/dotnet-compile.UnitTests/project.json b/test/dotnet-compile.UnitTests/project.json index e20e78a70..41d3bac9f 100644 --- a/test/dotnet-compile.UnitTests/project.json +++ b/test/dotnet-compile.UnitTests/project.json @@ -29,7 +29,7 @@ "Microsoft.DotNet.ProjectModel": { "target": "project" }, - "xunit": "2.1.0", + "xunit": "2.2.0-beta3-build3330", "dotnet-test-xunit": "1.0.0-rc2-318883-21", "moq.netcore": "4.4.0-beta8", "FluentAssertions": "4.2.2" diff --git a/test/dotnet-new.Tests/project.json b/test/dotnet-new.Tests/project.json index 4bb0db68c..72cbe7fe2 100644 --- a/test/dotnet-new.Tests/project.json +++ b/test/dotnet-new.Tests/project.json @@ -12,7 +12,7 @@ "dotnet": { "target": "project" }, - "xunit": "2.1.0", + "xunit": "2.2.0-beta3-build3330", "dotnet-test-xunit": "1.0.0-rc2-318883-21" }, "frameworks": { diff --git a/test/dotnet-pack.Tests/project.json b/test/dotnet-pack.Tests/project.json index 7ffcb0226..7accd4a0c 100644 --- a/test/dotnet-pack.Tests/project.json +++ b/test/dotnet-pack.Tests/project.json @@ -13,7 +13,7 @@ "Microsoft.DotNet.Cli.Utils": { "target": "project" }, - "xunit": "2.1.0", + "xunit": "2.2.0-beta3-build3330", "dotnet-test-xunit": "1.0.0-rc2-318883-21" }, "frameworks": { diff --git a/test/dotnet-publish.Tests/project.json b/test/dotnet-publish.Tests/project.json index 833d095aa..a7ee7e7e2 100644 --- a/test/dotnet-publish.Tests/project.json +++ b/test/dotnet-publish.Tests/project.json @@ -12,7 +12,7 @@ "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, - "xunit": "2.1.0", + "xunit": "2.2.0-beta3-build3330", "xunit.netcore.extensions": "1.0.0-prerelease-00206", "dotnet-test-xunit": "1.0.0-rc2-318883-21", "System.Runtime.InteropServices.RuntimeInformation": "4.0.0" diff --git a/test/dotnet-resgen.Tests/project.json b/test/dotnet-resgen.Tests/project.json index 2050cc53a..4f3404432 100644 --- a/test/dotnet-resgen.Tests/project.json +++ b/test/dotnet-resgen.Tests/project.json @@ -12,7 +12,7 @@ "Microsoft.DotNet.Cli.Utils": { "target": "project" }, - "xunit": "2.1.0", + "xunit": "2.2.0-beta3-build3330", "xunit.netcore.extensions": "1.0.0-prerelease-00206", "dotnet-test-xunit": "1.0.0-rc2-318883-21" }, diff --git a/test/dotnet-run.Tests/project.json b/test/dotnet-run.Tests/project.json index 655e32bb1..4efa9e599 100644 --- a/test/dotnet-run.Tests/project.json +++ b/test/dotnet-run.Tests/project.json @@ -12,7 +12,7 @@ "Microsoft.DotNet.Cli.Utils": { "target": "project" }, - "xunit": "2.1.0", + "xunit": "2.2.0-beta3-build3330", "dotnet-test-xunit": "1.0.0-rc2-318883-21" }, "frameworks": { diff --git a/test/dotnet-run.UnitTests/project.json b/test/dotnet-run.UnitTests/project.json index 8d6e7bd89..3e800d3b2 100644 --- a/test/dotnet-run.UnitTests/project.json +++ b/test/dotnet-run.UnitTests/project.json @@ -12,7 +12,7 @@ "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, - "xunit": "2.1.0", + "xunit": "2.2.0-beta3-build3330", "moq.netcore": "4.4.0-beta8", "dotnet-test-xunit": "1.0.0-rc2-318883-21" }, diff --git a/test/dotnet-test.Tests/project.json b/test/dotnet-test.Tests/project.json index 64b3ff66d..57bda1725 100644 --- a/test/dotnet-test.Tests/project.json +++ b/test/dotnet-test.Tests/project.json @@ -18,7 +18,7 @@ "System.Net.NameResolution": "4.0.0", "System.Net.Sockets": "4.1.0", "System.Runtime.Serialization.Primitives": "4.1.1", - "xunit": "2.1.0", + "xunit": "2.2.0-beta3-build3330", "dotnet-test-xunit": "1.0.0-rc2-318883-21", "Microsoft.DotNet.PlatformAbstractions": "1.0.1-beta-000914" }, diff --git a/test/dotnet-test.UnitTests/project.json b/test/dotnet-test.UnitTests/project.json index cbd0443ad..d8a630ca6 100644 --- a/test/dotnet-test.UnitTests/project.json +++ b/test/dotnet-test.UnitTests/project.json @@ -13,7 +13,7 @@ "version": "4.0.0", "exclude": "Compile" }, - "xunit": "2.1.0", + "xunit": "2.2.0-beta3-build3330", "dotnet-test-xunit": "1.0.0-rc2-318883-21", "moq.netcore": "4.4.0-beta8", "FluentAssertions": "4.2.2" diff --git a/test/dotnet.Tests/project.json b/test/dotnet.Tests/project.json index 4ac8f274c..1ff981ae9 100644 --- a/test/dotnet.Tests/project.json +++ b/test/dotnet.Tests/project.json @@ -16,7 +16,7 @@ "target": "project", "type": "build" }, - "xunit": "2.1.0", + "xunit": "2.2.0-beta3-build3330", "dotnet-test-xunit": "1.0.0-rc2-318883-21", "Microsoft.DotNet.PlatformAbstractions": "1.0.1-beta-000914" },