Skip to content

Commit e7f9b29

Browse files
committed
Updated NUnit to the latest version (3.6) to fix a test failing at AppVeyor.
Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
1 parent b8df198 commit e7f9b29

File tree

6 files changed

+14122
-6280
lines changed

6 files changed

+14122
-6280
lines changed

build/InstallNugets.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
wget https://nuget.org/nuget.exe
22
BUILD_DIR=$(dirname -- $0)
3-
mono nuget.exe install NUnit -Version 2.6.4 -OutputDirectory $BUILD_DIR/../deps
4-
mono nuget.exe install NUnit.Runners -Version 2.6.4 -OutputDirectory $BUILD_DIR/../deps
5-
cp $BUILD_DIR/../deps/NUnit.2.6.4/lib/nunit.framework.* $BUILD_DIR/../deps/NUnit
3+
mono nuget.exe install NUnit -Version 3.6.0 -OutputDirectory $BUILD_DIR/../deps
4+
mono nuget.exe install NUnit.Runners -Version 3.6.0 -OutputDirectory $BUILD_DIR/../deps
5+
cp $BUILD_DIR/../deps/NUnit.3.6.0/lib/nunit.framework.* $BUILD_DIR/../deps/NUnit

deps/NUnit/nunit.framework.dll

160 KB
Binary file not shown.

0 commit comments

Comments
 (0)