2016-11-24 07:32:16 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
2016-08-02 06:13:58 +02:00
|
|
|
<configuration>
|
2017-04-05 17:23:18 +02:00
|
|
|
<startup>
|
|
|
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
|
|
|
|
|
</startup>
|
|
|
|
|
<runtime>
|
|
|
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
|
|
<dependentAssembly>
|
|
|
|
|
<assemblyIdentity name="NLog" publicKeyToken="5120e14c03d0593c" culture="neutral" />
|
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
|
|
|
|
|
</dependentAssembly>
|
2017-05-23 06:43:11 +02:00
|
|
|
<dependentAssembly>
|
|
|
|
|
<assemblyIdentity name="protobuf-net" publicKeyToken="257b51d87d2e4d67" culture="neutral" />
|
2017-06-21 15:05:24 +02:00
|
|
|
<bindingRedirect oldVersion="0.0.0.0-2.3.0.0" newVersion="2.3.0.0" />
|
2017-05-23 06:43:11 +02:00
|
|
|
</dependentAssembly>
|
2017-04-05 17:23:18 +02:00
|
|
|
</assemblyBinding>
|
|
|
|
|
</runtime>
|
2016-12-26 22:07:49 +01:00
|
|
|
|
2016-08-02 06:13:58 +02:00
|
|
|
</configuration>
|