wabbajack/Wabbajack/App.config

15 lines
532 B
Plaintext
Raw Normal View History

2019-07-26 20:59:14 +00:00
<?xml version="1.0" encoding="utf-8"?>
2019-07-21 04:40:54 +00:00
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</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" />
</dependentAssembly>
</assemblyBinding>
</runtime>
2019-07-30 21:45:04 +00:00
2019-07-21 04:40:54 +00:00
</configuration>