codeowners update
[mono.git] / mcs / nunit24 / nunit20under22.config
1 <?xml version="1.0" encoding="utf-8" ?> \r
2 <configuration>\r
3   \r
4   <!--  \r
5     In order to run NUnit 2.0 or 2.1 tests under NUnit 2.2, the \r
6     test configuration must include a redirect that instructs the \r
7     runtime to use the NUnit 2.2 framework. You may copy the\r
8     section below into your test config file, or use this\r
9     file in it's entirety. \r
10     \r
11     Note that additional redirects could be required if you\r
12     are running under a different version of the CLR than\r
13     the one for which your tests were built.\r
14   -->\r
15 \r
16   <runtime>\r
17     <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">\r
18       <dependentAssembly>\r
19         <assemblyIdentity name="nunit.framework"\r
20                           publicKeyToken="96d09a1eb7f44a77"\r
21                           culture="Neutral" />\r
22         <bindingRedirect oldVersion="2.0.6.0" newVersion="2.2.0.0" />\r
23       </dependentAssembly>\r
24     </assemblyBinding>\r
25   </runtime>\r
26 \r
27 </configuration>\r