[loader] ReflectionOnlyLoad(byte[]) should not apply binding redirects (#18457)
[mono-project.git] / mono / tests / assembly-refonly-load-bytes-bindingredirect.exe.config
blobc25ca9d1d4b77870170e25de33e4d395cd3a8d80
1 <?xml version="1.0" encoding="utf-8"?>
2 <configuration>
3 <runtime>
4 <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
5 <probing privatePath="assembly-load-dir2"/>
6 <dependentAssembly>
7 <assemblyIdentity name="LibStrongName" publicKeyToken="537eab56aa911cb7" culture="neutral" />
8 <bindingRedirect oldVersion="0.0.0.0-1.0.0.0" newVersion="2.0.0.0" />
9 </dependentAssembly>
10 </assemblyBinding>
11 </runtime>
12 </configuration>