Skip to content

Commit 5bbf3f4

Browse files
committed
updated nlog
1 parent 65b93c0 commit 5bbf3f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Rubberduck.VBEEditor/Rubberduck.VBEditor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<Private>True</Private>
111111
</Reference>
112112
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
113-
<HintPath>..\packages\NLog.4.0.1\lib\net45\NLog.dll</HintPath>
113+
<HintPath>..\packages\NLog.4.4.12\lib\net45\NLog.dll</HintPath>
114114
</Reference>
115115
<Reference Include="office">
116116
<HintPath>..\libs\Office.dll</HintPath>

Rubberduck.VBEEditor/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="NLog" version="4.0.1" targetFramework="net45" />
3+
<package id="NLog" version="4.4.12" targetFramework="net45" />
44
<package id="System.ValueTuple" version="4.4.0" targetFramework="net45" />
55
</packages>

0 commit comments

Comments
 (0)