2017-09-05 14:31:35 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
2017-06-22 12:59:32 +03:00
|
|
|
<configuration>
|
|
|
|
<runtime>
|
|
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
|
<dependentAssembly>
|
|
|
|
<assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
|
<bindingRedirect oldVersion="1.2.0.0" newVersion="1.2.1.0"/>
|
|
|
|
</dependentAssembly>
|
2017-09-05 14:31:35 +03:00
|
|
|
<dependentAssembly>
|
|
|
|
<assemblyIdentity name="System.Security.Cryptography.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
|
<bindingRedirect oldVersion="4.0.0.0" newVersion="4.0.1.0"/>
|
|
|
|
</dependentAssembly>
|
2017-06-22 12:59:32 +03:00
|
|
|
<dependentAssembly>
|
|
|
|
<assemblyIdentity name="System.IO.FileSystem" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
|
<bindingRedirect oldVersion="4.0.1.0" newVersion="4.0.2.0"/>
|
|
|
|
</dependentAssembly>
|
|
|
|
<dependentAssembly>
|
|
|
|
<assemblyIdentity name="FSharp.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
|
<bindingRedirect oldVersion="4.4.0.0" newVersion="4.4.1.0"/>
|
|
|
|
</dependentAssembly>
|
|
|
|
</assemblyBinding>
|
|
|
|
</runtime>
|
|
|
|
</configuration>
|