Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Use the same version of Xunit as in corefx (2.4.1 prerelease) (#20506)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
echesakov committed Oct 23, 2018
1 parent 41f935f commit f53df5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<PgoDataPackageVersion>99.99.99-master-20181023-0039</PgoDataPackageVersion>
<MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.0.0-preview1-27023-01</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview1-27023-01</MicrosoftNETCoreAppPackageVersion>
<XunitPackageVersion>2.4.0-beta.2.build4010</XunitPackageVersion>
<XunitPackageVersion>2.4.1-pre.build.4059</XunitPackageVersion>
<IbcDataPackageVersion>99.99.99-master-20181023-0040</IbcDataPackageVersion>
<IbcMergePackageVersion>4.6.0-alpha-00001</IbcMergePackageVersion>
<XunitPerformanceApiPackageVersion>1.0.0-beta-build0015</XunitPerformanceApiPackageVersion>
Expand Down

0 comments on commit f53df5b

Please sign in to comment.