Use the same version of Xunit as in corefx (2.4.1 prerelease) (#20506)
authorEgor Chesakov <Egor.Chesakov@microsoft.com>
Tue, 23 Oct 2018 23:27:24 +0000 (16:27 -0700)
committerGitHub <noreply@github.com>
Tue, 23 Oct 2018 23:27:24 +0000 (16:27 -0700)
commitf53df5b2ac4c3417e0777cb8fe2fca9cf011ede1
tree66b6498df5fa42d15a7c17d12145c75e2a301af7
parent41f935f8948acd378986df6c9b6bf7a19bb429f9
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