From f53df5b2ac4c3417e0777cb8fe2fca9cf011ede1 Mon Sep 17 00:00:00 2001 From: Egor Chesakov Date: Tue, 23 Oct 2018 16:27:24 -0700 Subject: [PATCH] Use the same version of Xunit as in corefx (2.4.1 prerelease) (#20506) From https://xunit.github.io/releases/2.4.1-pre-4059 **xUnit.net 2.4.1 Pre-Release (build 4059)** Core framework * BUG: Fixed an issue with xunit.abstractions not correctly installing with older versions of Visual Studio (pre-2017). * BUG: Fixed an issue with ByRef types with .NET Core 2.1. * BUG: Removed an unnecessary first chance exception related to attempting to load configuration files. * BUG: Fixed an issue where synchronous and asynchronous disposal of test classes were running in parallel. The documented behavior is that asynchronous disposal (via IAsyncLifetime) runs to completion before synchronous disposal (via IDisposable). Console runner * BUG: Fixed an issue with XML element order with the NUnit report. MSBuild runner * BUG: Fixed an issue with XML element order with the NUnit report. --- dependencies.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.props b/dependencies.props index dd3812f..b8c4cb6 100644 --- a/dependencies.props +++ b/dependencies.props @@ -38,7 +38,7 @@ 99.99.99-master-20181023-0039 3.0.0-preview1-27023-01 3.0.0-preview1-27023-01 - 2.4.0-beta.2.build4010 + 2.4.1-pre.build.4059 99.99.99-master-20181023-0040 4.6.0-alpha-00001 1.0.0-beta-build0015 -- 2.7.4