2022-03-03 08:14:05 -06:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<configuration>
|
2023-05-04 00:23:48 -05:00
|
|
|
<runtime>
|
|
|
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
|
|
<dependentAssembly>
|
|
|
|
|
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
|
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0"/>
|
|
|
|
|
</dependentAssembly>
|
|
|
|
|
</assemblyBinding>
|
|
|
|
|
<gcAllowVeryLargeObjects enabled="true"/>
|
|
|
|
|
</runtime>
|
|
|
|
|
|
|
|
|
|
<startup>
|
|
|
|
|
<supportedRuntime version="v2.0.50727"/>
|
|
|
|
|
</startup>
|
2022-03-03 08:14:05 -06:00
|
|
|
</configuration>
|