Update NLog to Version 5

This commit is contained in:
Jonathan Jenne
2022-11-29 10:46:36 +01:00
parent 7c0ccb7184
commit 9094f8abe8
5 changed files with 14 additions and 6 deletions

View File

@@ -51,4 +51,12 @@
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="NLog" publicKeyToken="5120e14c03d0593c" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>