update NLog to 4.7.2

This commit is contained in:
Jonathan Jenne
2020-05-28 14:55:43 +02:00
parent 09e2787704
commit 69c7772417
61 changed files with 1019 additions and 85 deletions

View File

@@ -118,7 +118,7 @@
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.7.0\lib\net45\NLog.dll</HintPath>
<HintPath>..\packages\NLog.4.7.2\lib\net45\NLog.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />

View File

@@ -2,5 +2,5 @@
<packages>
<package id="FirebirdSql.Data.FirebirdClient" version="6.4.0" targetFramework="net461" />
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net461" />
<package id="NLog" version="4.7.0" targetFramework="net461" />
<package id="NLog" version="4.7.2" targetFramework="net461" />
</packages>