mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Update Nlog to 4.5.4 (#359)
* Update Nlog to 4.5.4 * fixup: Remove Unused References * fixup: more references
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
<Private>True</Private>
|
||||
</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.5.4\lib\net45\NLog.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
<package id="Nancy.Authentication.Basic" version="1.4.1" targetFramework="net461" />
|
||||
<package id="Nancy.Authentication.Forms" version="1.4.1" targetFramework="net461" />
|
||||
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net461" />
|
||||
<package id="NLog" version="4.5.0-rc06" targetFramework="net461" />
|
||||
<package id="NLog" version="4.5.4" targetFramework="net461" />
|
||||
</packages>
|
||||
Reference in New Issue
Block a user