From 243b5ed54b5ca63a5e475230732730e50a74c570 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Sat, 16 Nov 2019 17:23:52 +0100 Subject: [PATCH] Use xunit runner fork in coreclr --- src/coreclr/dependencies.props | 44 ---------------------- src/coreclr/tests/external/external.csproj | 22 +++++------ src/coreclr/tests/scripts/scripts.csproj | 4 +- src/coreclr/tests/src/runtest.proj | 4 +- 4 files changed, 13 insertions(+), 61 deletions(-) diff --git a/src/coreclr/dependencies.props b/src/coreclr/dependencies.props index bdc7658893e2bd..ee1a80d71879e8 100644 --- a/src/coreclr/dependencies.props +++ b/src/coreclr/dependencies.props @@ -8,7 +8,6 @@ 3.0.0-preview6.19280.1 - 2.4.1-pre.build.4059 1.0.0-beta-build0015 2.0.43 1.0.4-preview6.19326.1 @@ -42,49 +41,6 @@ MicrosoftNETCoreRuntimeCoreCLRPackageVersion Microsoft.NETCore.Runtime.CoreCLR - - File - $(MSBuildThisFileDirectory)ILAsmVersion.txt - Microsoft.NETCore.ILAsm - - - - - - - - - - - - - - $(XunitPackageVersion) - - - - - - - - - - - 1.0.0-alpha-build0040 - - - - - - - - $(XunitPerformanceApiPackageVersion) - - - - %(Identity) - true - diff --git a/src/coreclr/tests/external/external.csproj b/src/coreclr/tests/external/external.csproj index 6583060a74ca9b..361b1c57fa87d6 100644 --- a/src/coreclr/tests/external/external.csproj +++ b/src/coreclr/tests/external/external.csproj @@ -16,8 +16,7 @@ .NETCoreApp,Version=v3.0 netcoreapp3.0 win7-x86;win7-x64 - xunit.runner.console - netcoreapp2.0 + netcoreapp2.1 SharedLibrary false false @@ -78,23 +77,20 @@ - - - + + + - - + false - $(XUnitRunnerPackageId) - $(XUnitPackageVersion) + $(MicrosoftDotNetXUnitConsoleRunnerPackage) + $(MicrosoftDotNetXUnitConsoleRunnerVersion) diff --git a/src/coreclr/tests/scripts/scripts.csproj b/src/coreclr/tests/scripts/scripts.csproj index 7a632012053e39..57d5a035ea44dc 100644 --- a/src/coreclr/tests/scripts/scripts.csproj +++ b/src/coreclr/tests/scripts/scripts.csproj @@ -14,8 +14,8 @@ 1.0.0-alpha-build0040 - - $(XunitPackageVersion) + + $(MicrosoftDotNetXUnitConsoleRunnerVersion) 1.0.0-prerelease-00629-04 diff --git a/src/coreclr/tests/src/runtest.proj b/src/coreclr/tests/src/runtest.proj index 0736ac725b3c05..18549b9f203ae2 100644 --- a/src/coreclr/tests/src/runtest.proj +++ b/src/coreclr/tests/src/runtest.proj @@ -108,8 +108,8 @@ $(_XunitEpilog) - - + +