From 8252365bfb7651a5473e98d3bdaeaa8cb22c0ec3 Mon Sep 17 00:00:00 2001 From: Egor Chesakov Date: Tue, 16 Apr 2019 09:49:38 -0700 Subject: [PATCH] Downgrade xUnit package version (#23944) * Use the same version of xUnit that arcade uses (2.4.1-pre.build.4059) --- build-test.sh | 3 +-- dependencies.props | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/build-test.sh b/build-test.sh index b6224a4..93a1980 100755 --- a/build-test.sh +++ b/build-test.sh @@ -176,8 +176,7 @@ precompile_coreroot_fx() local overlayDir=$CORE_ROOT - # TODO: Remove System.Xml.XDocument.dll exclusion - it was added because "custom" xunit.console.dll fails when running from Core_Root with crossgen-d framework. - filesToPrecompile=$(find -L $overlayDir -iname \*.dll -not -iname \*.ni.dll -not -iname \*-ms-win-\* -not -iname xunit.\* -not -name System.Xml.XDocument.dll -type f) + filesToPrecompile=$(find -L $overlayDir -iname \*.dll -not -iname \*.ni.dll -not -iname \*-ms-win-\* -not -iname xunit.\* -type f) for fileToPrecompile in ${filesToPrecompile} do local filename=${fileToPrecompile} diff --git a/dependencies.props b/dependencies.props index a729944..351914f 100644 --- a/dependencies.props +++ b/dependencies.props @@ -33,7 +33,7 @@ 3.0.0-preview5-27615-71 - 2.4.1 + 2.4.1-pre.build.4059 1.0.0-beta-build0015 2.0.36 4.6.0-alpha-00001 -- 2.7.4