|
@@ -1,19 +1,374 @@
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
<configuration>
|
|
|
- <startup>
|
|
|
- <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
|
|
|
- </startup>
|
|
|
+ <startup>
|
|
|
+ <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
|
|
|
+ </startup>
|
|
|
|
|
|
<runtime>
|
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
- <probing privatePath="SystemLibs;plugin"/>
|
|
|
+ <probing privatePath="SystemLibs;plugin"/>
|
|
|
<dependentAssembly>
|
|
|
<assemblyIdentity name="log4net" publicKeyToken="669e0ddf0bb1aa2a" culture="neutral"/>
|
|
|
<bindingRedirect oldVersion="0.0.0.0-2.0.14.0" newVersion="2.0.14.0"/>
|
|
|
</dependentAssembly>
|
|
|
<dependentAssembly>
|
|
|
<assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed"/>
|
|
|
- <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0"/>
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-15.0.0.0" newVersion="13.0.0.0"/>
|
|
|
+ </dependentAssembly>
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="ICSharpCode.SharpZipLib" publicKeyToken="1b03e6acf1164f73" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-1.5.0.999" newVersion="1.3.2.10" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="Microsoft.Extensions.Logging.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-2.2.0.0" newVersion="2.2.0.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.2.2.0" newVersion="4.2.2.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="BouncyCastle.Crypto" publicKeyToken="0e99375e54769942" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-1.9.0.0" newVersion="1.9.0.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.ComponentModel.Annotations" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.2.1.0" newVersion="4.2.1.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Runtime.InteropServices.RuntimeInformation" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Security.Cryptography.Algorithms" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.3.0.0" newVersion="4.3.0.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+
|
|
|
+
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Collections.Concurrent" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Collections" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.ComponentModel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.ComponentModel.EventBasedAsync" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Data.Common" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Diagnostics.Contracts" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Diagnostics.Debug" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Diagnostics.StackTrace" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Diagnostics.Tools" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Diagnostics.Tracing" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Dynamic.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Globalization" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Globalization.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.IO.Compression" publicKeyToken="b77a5c561934e089" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.IO" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Linq" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Linq.Expressions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Linq.Parallel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Linq.Queryable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Net.NetworkInformation" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Net.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Net.Requests" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Net.Sockets" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.ObjectModel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Reflection" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Reflection.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Reflection.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Resources.ResourceManager" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Runtime.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Runtime.InteropServices" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Runtime.Numerics" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Runtime.Serialization.Json" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Runtime.Serialization.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Runtime.Serialization.Xml" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.1.3.0" newVersion="4.1.3.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Security.Principal" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Security.SecureString" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Text.Encoding" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Text.Encoding.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Text.RegularExpressions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Threading" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Threading.Overlapped" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Threading.Tasks.Parallel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Threading.Timer" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Xml.ReaderWriter" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Xml.XDocument" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
|
|
+ </dependentAssembly>
|
|
|
+ </assemblyBinding>
|
|
|
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
+ <dependentAssembly>
|
|
|
+ <assemblyIdentity name="System.Xml.XmlSerializer" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
+ <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
|
|
</dependentAssembly>
|
|
|
</assemblyBinding>
|
|
|
</runtime>
|