Browse Source

Add ILSpyX binding redirect to ILSpy.config

pull/2665/head
Siegfried Pammer 4 years ago
parent
commit
2492efaedf
  1. 4
      ILSpy/Properties/app.config.template

4
ILSpy/Properties/app.config.template

@ -21,6 +21,10 @@ @@ -21,6 +21,10 @@
<assemblyIdentity name="ICSharpCode.Decompiler" publicKeyToken="d4bfe873e7598c49" culture="neutral"/>
<bindingRedirect oldVersion="1.0.0.0-99.9.9.9" newVersion="$INSERTVERSION$"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="ICSharpCode.ILSpyX" publicKeyToken="d4bfe873e7598c49" culture="neutral"/>
<bindingRedirect oldVersion="1.0.0.0-99.9.9.9" newVersion="$INSERTVERSION$"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="ILSpy" publicKeyToken="d4bfe873e7598c49" culture="neutral"/>
<bindingRedirect oldVersion="1.0.0.0-99.9.9.9" newVersion="$INSERTVERSION$"/>

Loading…
Cancel
Save