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

Commit

Permalink
Upgrade xunit to version 2.4.1-pre.build.4071 (#3)
Browse files Browse the repository at this point in the history
They're taking a long time to release 2.4.1 and it's only a few commits,
we need one of them.

Also use the NS1.x binaries instead so 2018-xx branches which don't build
netstandard.dll for monodroid etc can use it.

In fact, xunit removed the NS2.0 binaries again in 2.4.1 so we don't even have much choice :)
  • Loading branch information
akoeplinger committed Oct 11, 2018
1 parent 3c3659b commit bb58347
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# xunit-binaries

Extracted xUnit nuget packages targetting netstandard 2.0 (or 1.1 when not available)
Extracted xUnit nuget packages targetting netstandard 1.x

Xunit.NetCore.Extensions.dll were extracted from https://dotnet.myget.org/feed/dotnet-buildtools/package/nuget/Microsoft.xunit.netcore.extensions/2.1.0-rc1-03006-01
Binary file modified xunit.abstractions.dll
Binary file not shown.
Binary file modified xunit.assert.dll
Binary file not shown.
Binary file modified xunit.console.exe
Binary file not shown.
Binary file modified xunit.core.dll
Binary file not shown.
Binary file removed xunit.execution.desktop.dll
Binary file not shown.
Binary file modified xunit.execution.dotnet.dll
Binary file not shown.
Binary file modified xunit.runner.utility.net452.dll
Binary file not shown.
Binary file removed xunit.runner.utility.netstandard20.dll
Binary file not shown.

0 comments on commit bb58347

Please sign in to comment.