Browse Source

Redirect to 5.0.0.0 for SRM and SCI

pull/2178/head
Christoph Wille 5 years ago
parent
commit
e64010540c
  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-99.9.9.9" newVersion="5.0.0-preview.8.20371.11" />
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Reflection.Metadata" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="5.0.0-preview.8.20371.11" />
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>

Loading…
Cancel
Save