Browse Source

Fix AvalonEdit binding redirect

pull/2333/head
Siegfried Pammer 4 years ago
parent
commit
b8f8a9f982
  1. 2
      ILSpy/Properties/app.config.template

2
ILSpy/Properties/app.config.template

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

Loading…
Cancel
Save