<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <!-- slf4net.NLog 1.2.2 is built against NLog 6.0.0.0, Library\net48 ships NLog 5.0.0.0.
	     The slf4net logger factory itself is registered in App.xaml.cs, not via a <slf4net> section:
	     slf4net's AppConfigFactoryResolver reads a hardcoded "slf4net.Tests.dll.config" and would
	     always fall back to slf4net.NOPLogger. -->
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="NLog" publicKeyToken="5120e14c03d0593c" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="5.0.0.0" />
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
  </startup>
</configuration>