Browse Source

Fix cecil version in app.config.template

pull/728/merge
Daniel Grunwald 9 years ago
parent
commit
c0582cf3d3
  1. 4
      ILSpy/Properties/app.config.template

4
ILSpy/Properties/app.config.template

@ -37,11 +37,11 @@ @@ -37,11 +37,11 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Mono.Cecil" publicKeyToken="0738eb9f132ed756" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="0.9.6.0"/>
<bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="0.10.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Mono.Cecil.Pdb" publicKeyToken="0738eb9f132ed756" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="0.9.6.0"/>
<bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="0.10.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>

Loading…
Cancel
Save