Browse Source

Fix #2183: incorrect version in binding redirect for AvalonEdit

release/6.2
Daniel Grunwald 5 years ago
parent
commit
0dcb9d384a
  1. 2
      ILSpy/Properties/app.config.template

2
ILSpy/Properties/app.config.template

@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="ICSharpCode.AvalonEdit" publicKeyToken="9cc39be672370310" culture="neutral"/>
<bindingRedirect oldVersion="4.1.0.0-99.9.9.9" newVersion="6.0"/>
<bindingRedirect oldVersion="4.1.0.0-99.9.9.9" newVersion="6.1.0.314"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="ICSharpCode.Decompiler" publicKeyToken="d4bfe873e7598c49" culture="neutral"/>

Loading…
Cancel
Save