2016-07-06 02:07:56 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<configuration>
|
|
|
|
<runtime>
|
|
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
|
<dependentAssembly>
|
|
|
|
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
|
|
|
|
</dependentAssembly>
|
2016-12-07 06:27:14 +03:00
|
|
|
<dependentAssembly>
|
|
|
|
<assemblyIdentity name="Validation" publicKeyToken="2fc06f0d701809a7" culture="neutral" />
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-2.3.0.0" newVersion="2.3.0.0" />
|
|
|
|
</dependentAssembly>
|
2017-06-01 21:49:48 +03:00
|
|
|
<dependentAssembly>
|
|
|
|
<assemblyIdentity name="SimpleInjector" publicKeyToken="984cb50dea722e99" culture="neutral" />
|
2017-08-29 23:10:51 +03:00
|
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.8.0" newVersion="4.0.8.0" />
|
2017-06-01 21:49:48 +03:00
|
|
|
</dependentAssembly>
|
2016-07-06 02:07:56 +03:00
|
|
|
</assemblyBinding>
|
|
|
|
</runtime>
|
|
|
|
</configuration>
|