Skip to content

Commit

Permalink
Updated NLog dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
phatboyg committed Sep 20, 2016
1 parent 7ee303b commit 21ceae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Topshelf.NLog/Topshelf.NLog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.3.3\lib\net45\NLog.dll</HintPath>
<HintPath>..\packages\NLog.4.3.9\lib\net45\NLog.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion src/Topshelf.NLog/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NLog" version="4.3.3" targetFramework="net452" />
<package id="NLog" version="4.3.9" targetFramework="net452" />
</packages>

0 comments on commit 21ceae0

Please sign in to comment.