Re: [Mono-dev] NUnit versions that come with mono

2015-01-29 Thread Charlie Poole
Ideally, install the runner components of NUnit once, in a convenient location, by downloading the binaries from NUnit.org. That's how we designed the runners to be used. Each runner version rv can handle tests for any framework version fv, such that 2.0 <= fv <= rv. NuGet works really well for co

Re: [Mono-dev] NUnit versions that come with mono

2015-01-29 Thread xplicit
Use nuget to install NUnit of the version you needed, and you won't be dependent on the OS you're working with. #this installs nunit-console 2.6.4 nuget install NUnit.Runners #this installs nunit-console 2.6.3 nuget install NUnit.Runners -version 2.6.3 To run: chmod a+x NUnit.Runners.2.6.4/tool

Re: [Mono-dev] NUnit versions that come with mono (Mono-devel-list Digest, Vol 117, Issue 45)

2015-01-29 Thread Jo Shields
On 29/01/15 00:54, zvonimir wrote: > Hi all, > > So I am having trouble understanding (and upgrading) NUnit versions that > come with mono. > > In particular, it seems that on openSUSE mono 3.8.0 comes with NUnit 2.4.8. > On the other hand, on Ubuntu mono 3.2.8 seems to come with NUnit 2.6.0. > I