Browse Source

Temporarily use inflated version number for match

pull/2178/head
Christoph Wille 6 years ago
parent
commit
b2907c963d
  1. 4
      ILSpy/Properties/app.config.template

4
ILSpy/Properties/app.config.template

@ -26,11 +26,11 @@ @@ -26,11 +26,11 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.0.0-preview.8.20371.14" newVersion="5.0.0-preview.8.20371.14" />
<bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="5.0.0-preview.8.20371.11" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Reflection.Metadata" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.0.0-preview.8.20371.14" newVersion="5.0.0-preview.8.20371.14" />
<bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="5.0.0-preview.8.20371.11" />
</dependentAssembly>
</assemblyBinding>
</runtime>

Loading…
Cancel
Save