2018-03-31 23:26:50 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2016-12-10 10:08:24 +08:00
|
|
|
<configuration>
|
2018-02-07 06:16:37 +08:00
|
|
|
<runtime>
|
|
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
|
<dependentAssembly>
|
2018-03-31 23:26:50 +08:00
|
|
|
<assemblyIdentity name="System.Runtime.InteropServices.RuntimeInformation" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0"/>
|
2018-02-07 06:16:37 +08:00
|
|
|
</dependentAssembly>
|
|
|
|
<dependentAssembly>
|
2018-03-31 23:26:50 +08:00
|
|
|
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0"/>
|
2018-02-07 06:16:37 +08:00
|
|
|
</dependentAssembly>
|
|
|
|
</assemblyBinding>
|
|
|
|
</runtime>
|
|
|
|
<startup>
|
2018-03-31 23:26:50 +08:00
|
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.1"/>
|
2018-02-07 06:16:37 +08:00
|
|
|
</startup>
|
2018-03-31 23:26:50 +08:00
|
|
|
</configuration>
|