New: Update NLog to 4.6.6

This commit is contained in:
Qstick
2019-08-06 22:25:21 -04:00
parent 71c398f0fc
commit d53320779c
36 changed files with 48 additions and 41 deletions

View File

@@ -52,7 +52,7 @@
<HintPath>..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
</Reference>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.5.0-rc06\lib\net45\NLog.dll</HintPath>
<HintPath>..\packages\NLog.4.6.6\lib\net45\NLog.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=3.5.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<HintPath>..\packages\NUnit.3.5.0\lib\net45\nunit.framework.dll</HintPath>

View File

@@ -3,6 +3,6 @@
<package id="FluentAssertions" version="4.18.0" targetFramework="net461" />
<package id="Moq" version="4.0.10827" targetFramework="net461" />
<package id="NBuilder" version="4.0.0" targetFramework="net461" />
<package id="NLog" version="4.5.0-rc06" targetFramework="net461" />
<package id="NLog" version="4.6.6" targetFramework="net461" />
<package id="NUnit" version="3.5.0" targetFramework="net461" />
</packages>