From 467715b94e2af79ab57af9fca52d57c17b7bff6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Rylek?= Date: Fri, 23 Nov 2018 14:10:31 +0100 Subject: [PATCH] Add two xunit packages to runtime.depproj to unblock about 90 tests (#6607) * Add two xunit packages to runtime.depproj to unblock about 90 tests This change adds the packages "xunit.core" and "xunit.performance.core" required by some CoreCLR tests to external test dependencies. I have copied the clauses from external.depproj in CoreCLR and their versions from dependency.props. This change reduces the number of failures from 346 to 254. Thanks Tomas --- tests/external/runtime/runtime.depproj | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/external/runtime/runtime.depproj b/tests/external/runtime/runtime.depproj index d279d3918..2b106baa1 100644 --- a/tests/external/runtime/runtime.depproj +++ b/tests/external/runtime/runtime.depproj @@ -21,6 +21,12 @@ 4.6.0-preview.18571.1 + + 2.2.0-beta2-build3300 + + + 1.0.0-beta-build0015 +