2018-04-14 13:55:21 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<configuration>
|
|
|
|
<startup useLegacyV2RuntimeActivationPolicy="true">
|
2019-08-07 22:18:44 +00:00
|
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
|
2018-04-14 13:55:21 +00:00
|
|
|
</startup>
|
2018-07-16 18:33:22 +00:00
|
|
|
<runtime>
|
|
|
|
<loadFromRemoteSources enabled="true"/>
|
2021-11-28 13:00:24 +00:00
|
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
|
<probing privatePath="Plugins\Dependencies"/>
|
2023-05-21 21:03:10 +00:00
|
|
|
<dependentAssembly>
|
|
|
|
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-4.5.4.0" newVersion="4.0.1.2"/>
|
|
|
|
</dependentAssembly>
|
2021-11-28 13:00:24 +00:00
|
|
|
</assemblyBinding>
|
2018-07-16 18:33:22 +00:00
|
|
|
</runtime>
|
2019-08-07 22:18:44 +00:00
|
|
|
</configuration>
|