From fb5527036a8f184a47d7e6ef2e2ab0aaa3487626 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Fri, 25 Nov 2022 13:05:44 +0100 Subject: [PATCH] Windows: Update to Nlog 5 - Version 1.5.0.0 --- Windows/My Project/AssemblyInfo.vb | 6 +++--- Windows/Windows.vbproj | 4 ++-- Windows/packages.config | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Windows/My Project/AssemblyInfo.vb b/Windows/My Project/AssemblyInfo.vb index c1c4e43e..43a51866 100644 --- a/Windows/My Project/AssemblyInfo.vb +++ b/Windows/My Project/AssemblyInfo.vb @@ -13,7 +13,7 @@ Imports System.Runtime.InteropServices - + @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - - + + diff --git a/Windows/Windows.vbproj b/Windows/Windows.vbproj index 0357ad45..13a5c2bc 100644 --- a/Windows/Windows.vbproj +++ b/Windows/Windows.vbproj @@ -44,8 +44,8 @@ - - ..\packages\NLog.4.7.15\lib\net45\NLog.dll + + ..\packages\NLog.5.0.5\lib\net46\NLog.dll diff --git a/Windows/packages.config b/Windows/packages.config index 208d98d7..37cb9210 100644 --- a/Windows/packages.config +++ b/Windows/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file