|
This course
- Installing NUnit 2.2 for VS.NET 2005 v1.0 - last updated: 08/07/2006 |
Getting NUnit to work with the .NET Framework 2.0 (rather than earlier versions) was not as straightforward as it could be. Here's how to do it; there are six steps...
=


<startup>
<supportedRuntime version="v2.0.50215" />
<supportedRuntime version="v1.1.4322" />
<supportedRuntime version="v1.0.3705" />
<requiredRuntime version="v1.0.3705" />
</startup>

Visitors: