File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ toolsDirectory=$currentDirectory/tools
55nugetDirectory=$toolsDirectory /nuget
66nugetExe=$nugetDirectory /nuget.exe
77fakeExe=$toolsDirectory /FAKE/tools/FAKE.exe
8- nunitFrameworkDll=$toolsDirectory /NUnit/lib/nunit.framework.dll
8+ nunitFrameworkDll=$toolsDirectory /NUnit/lib/net45/ nunit.framework.dll
99nunitConsoleExe=$toolsDirectory /NUnit.Console/tools/nunit3-console.exe
1010
1111if test ! -d $nugetDirectory ; then
@@ -30,7 +30,7 @@ if test ! -f $fakeExe; then
3030 exit 1
3131fi
3232
33- mono $nugetExe install NUnit -Version 2.6.4 -ExcludeVersion -OutputDirectory $toolsDirectory
33+ mono $nugetExe install NUnit -Version 3.0.1 -ExcludeVersion -OutputDirectory $toolsDirectory
3434if test ! -f $nunitFrameworkDll ; then
3535 echo " Could not find nunit.framework.dll"
3636 exit 1
You can’t perform that action at this time.
0 commit comments