← Back to team overview

nunit-core team mailing list archive

[Bug 514042] Re: Using net-3.5 as the target framework crashes console

 

** Changed in: nunitv2
       Status: Fix Committed => Fix Released

-- 
Using net-3.5 as the target framework crashes console
https://bugs.launchpad.net/bugs/514042
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.

Status in NUnit V2 Test Framework: Fix Released

Bug description:
Running an NUnit project with the target runtime specified as net-3.5 causes the console to crash. The code is looking for a clr version 3.5, which doesn't exist. The same will likely happen if 3.0 is used. net-3.0 and net-3.5 should be interpreted as requiring the 2.0 clr.