1 <?xml version=
"1.0" encoding=
"utf-8" ?>
5 In order to run NUnit 2.0 or 2.1 tests under NUnit 2.2, the
6 test configuration must include a redirect that instructs the
7 runtime to use the NUnit 2.2 framework. You may copy the
8 section below into your test config file, or use this
11 Note that additional redirects could be required if you
12 are running under a different version of the CLR than
13 the one for which your tests were built.
17 <assemblyBinding xmlns=
"urn:schemas-microsoft-com:asm.v1">
19 <assemblyIdentity name=
"nunit.framework"
20 publicKeyToken=
"96d09a1eb7f44a77"
22 <bindingRedirect oldVersion=
"2.0.6.0" newVersion=
"2.2.0.0" />