Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/xunit-binaries.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2018-10-11 05:44:57 +0300
committerGitHub <noreply@github.com>2018-10-11 05:44:57 +0300
commitbb583470c7fc9f5b8369a4c273176c8202f00b1a (patch)
treed84d2bfbc19fabd8768db92a33701e0faf985007
parent3c3659bc0ffe9104ba5c74b324c9a69df407bd78 (diff)
Upgrade xunit to version 2.4.1-pre.build.4071 (#3)
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 :)
-rw-r--r--README.md2
-rw-r--r--xunit.abstractions.dllbin21928 -> 21928 bytes
-rw-r--r--xunit.assert.dllbin72616 -> 73128 bytes
-rw-r--r--xunit.console.exebin124328 -> 124328 bytes
-rw-r--r--xunit.core.dllbin54696 -> 55208 bytes
-rw-r--r--xunit.execution.desktop.dllbin249768 -> 0 bytes
-rw-r--r--xunit.execution.dotnet.dllbin250280 -> 249256 bytes
-rw-r--r--xunit.runner.utility.net452.dllbin247720 -> 248232 bytes
-rw-r--r--xunit.runner.utility.netstandard20.dllbin218536 -> 0 bytes
9 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1ffd62a..3c776f8 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/xunit.abstractions.dll b/xunit.abstractions.dll
index 409e15b..a61163e 100644
--- a/xunit.abstractions.dll
+++ b/xunit.abstractions.dll
Binary files differ
diff --git a/xunit.assert.dll b/xunit.assert.dll
index 0f4a39c..be1be21 100644
--- a/xunit.assert.dll
+++ b/xunit.assert.dll
Binary files differ
diff --git a/xunit.console.exe b/xunit.console.exe
index ee433cc..62b4bcc 100644
--- a/xunit.console.exe
+++ b/xunit.console.exe
Binary files differ
diff --git a/xunit.core.dll b/xunit.core.dll
index 1194b74..79abfdc 100644
--- a/xunit.core.dll
+++ b/xunit.core.dll
Binary files differ
diff --git a/xunit.execution.desktop.dll b/xunit.execution.desktop.dll
deleted file mode 100644
index a395227..0000000
--- a/xunit.execution.desktop.dll
+++ /dev/null
Binary files differ
diff --git a/xunit.execution.dotnet.dll b/xunit.execution.dotnet.dll
index b33e049..51a344f 100644
--- a/xunit.execution.dotnet.dll
+++ b/xunit.execution.dotnet.dll
Binary files differ
diff --git a/xunit.runner.utility.net452.dll b/xunit.runner.utility.net452.dll
index 4fb2962..a715250 100644
--- a/xunit.runner.utility.net452.dll
+++ b/xunit.runner.utility.net452.dll
Binary files differ
diff --git a/xunit.runner.utility.netstandard20.dll b/xunit.runner.utility.netstandard20.dll
deleted file mode 100644
index 3a272f3..0000000
--- a/xunit.runner.utility.netstandard20.dll
+++ /dev/null
Binary files differ