Skip to content

Commit

Permalink
Updated packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstebo committed Sep 1, 2016
1 parent 04c2d72 commit aa1f6dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/RequestLogger.NLog/RequestLogger.NLog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.2.3\lib\net35\NLog.dll</HintPath>
<HintPath>..\packages\NLog.4.3.7\lib\net35\NLog.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="RequestLogger, Version=1.1.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\RequestLogger.1.1.1\lib\net35\RequestLogger.dll</HintPath>
<Reference Include="RequestLogger, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\RequestLogger.1.2.0\lib\net35\RequestLogger.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
4 changes: 2 additions & 2 deletions src/RequestLogger.NLog/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NLog" version="4.2.3" targetFramework="net35" />
<package id="RequestLogger" version="1.1.1" targetFramework="net35" />
<package id="NLog" version="4.3.7" targetFramework="net35" />
<package id="RequestLogger" version="1.2.0" targetFramework="net35" />
</packages>

0 comments on commit aa1f6dc

Please sign in to comment.