wabbajack/Wabbajack/App.config

24 lines
981 B
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2019-07-21 04:40:54 +00:00
<configuration>
2019-09-14 04:35:42 +00:00
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
2019-09-14 04:35:42 +00:00
</startup>
2019-07-26 20:59:14 +00:00
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0"/>
2019-07-26 20:59:14 +00:00
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Reactive" publicKeyToken="94bc3704cddfc263" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0"/>
</dependentAssembly>
2019-10-26 19:43:06 +00:00
<dependentAssembly>
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0"/>
2019-10-26 19:43:06 +00:00
</dependentAssembly>
2019-07-26 20:59:14 +00:00
</assemblyBinding>
</runtime>
2019-07-30 21:45:04 +00:00
</configuration>