1
<?xml version="1.0" encoding="utf-8"?>
4
The .NET 1.1 build of nunit-agent only
5
runs under .NET 1.0 or 1.1. Note that
6
nunit-agent is normally run by the console
7
or gui runners and not independently. In
8
normal usage, the runner specifies which
9
runtime should be used.
11
Do NOT add any supportedRuntime elements to
12
this file, since they may prevent the runner
13
from controlling the runtime that is used!
16
<!-- Look for addins in the addins directory for now -->
17
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
18
<probing privatePath="lib;addins"/>
22
The following <assemblyBinding> section allows running nunit under
23
.NET 1.0 by redirecting assemblies. The appliesTo attribute
24
causes the section to be ignored except under .NET 1.0
25
on a machine with only the .NET version 1.0 runtime installed.
26
If application and its tests were built for .NET 1.1 you will
27
also need to redirect system assemblies in the test config file,
28
which controls loading of the tests.
30
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"
31
appliesTo="v1.0.3705">
34
<assemblyIdentity name="System"
35
publicKeyToken="b77a5c561934e089"
37
<bindingRedirect oldVersion="1.0.5000.0"
38
newVersion="1.0.3300.0"/>
42
<assemblyIdentity name="System.Data"
43
publicKeyToken="b77a5c561934e089"
45
<bindingRedirect oldVersion="1.0.5000.0"
46
newVersion="1.0.3300.0"/>
50
<assemblyIdentity name="System.Drawing"
51
publicKeyToken="b03f5f7f11d50a3a"
53
<bindingRedirect oldVersion="1.0.5000.0"
54
newVersion="1.0.3300.0"/>
58
<assemblyIdentity name="System.Windows.Forms"
59
publicKeyToken="b77a5c561934e089"
61
<bindingRedirect oldVersion="1.0.5000.0"
62
newVersion="1.0.3300.0"/>
66
<assemblyIdentity name="System.Xml"
67
publicKeyToken="b77a5c561934e089"
69
<bindingRedirect oldVersion="1.0.5000.0"
70
newVersion="1.0.3300.0"/>
1
<?xml version="1.0" encoding="utf-8"?>
4
The .NET 1.1 build of nunit-agent only
5
runs under .NET 1.0 or 1.1. Note that
6
nunit-agent is normally run by the console
7
or gui runners and not independently. In
8
normal usage, the runner specifies which
9
runtime should be used.
11
Do NOT add any supportedRuntime elements to
12
this file, since they may prevent the runner
13
from controlling the runtime that is used!
16
<!-- Look for addins in the addins directory for now -->
17
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
18
<probing privatePath="lib;addins"/>
22
The following <assemblyBinding> section allows running nunit under
23
.NET 1.0 by redirecting assemblies. The appliesTo attribute
24
causes the section to be ignored except under .NET 1.0
25
on a machine with only the .NET version 1.0 runtime installed.
26
If application and its tests were built for .NET 1.1 you will
27
also need to redirect system assemblies in the test config file,
28
which controls loading of the tests.
30
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"
31
appliesTo="v1.0.3705">
34
<assemblyIdentity name="System"
35
publicKeyToken="b77a5c561934e089"
37
<bindingRedirect oldVersion="1.0.5000.0"
38
newVersion="1.0.3300.0"/>
42
<assemblyIdentity name="System.Data"
43
publicKeyToken="b77a5c561934e089"
45
<bindingRedirect oldVersion="1.0.5000.0"
46
newVersion="1.0.3300.0"/>
50
<assemblyIdentity name="System.Drawing"
51
publicKeyToken="b03f5f7f11d50a3a"
53
<bindingRedirect oldVersion="1.0.5000.0"
54
newVersion="1.0.3300.0"/>
58
<assemblyIdentity name="System.Windows.Forms"
59
publicKeyToken="b77a5c561934e089"
61
<bindingRedirect oldVersion="1.0.5000.0"
62
newVersion="1.0.3300.0"/>
66
<assemblyIdentity name="System.Xml"
67
publicKeyToken="b77a5c561934e089"
69
<bindingRedirect oldVersion="1.0.5000.0"
70
newVersion="1.0.3300.0"/>
b'\\ No newline at end of file'