Skip to content

Commit

Permalink
Depend on NLog 4.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed Sep 17, 2017
1 parent 3b82c96 commit 483523f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<Private>True</Private>
</Reference>
<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.4.12\lib\net45\NLog.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Npgsql, Version=3.2.5.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion test/EntityFramework6.Npgsql.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="EntityFramework" version="6.1.3" targetFramework="net46" />
<package id="NLog" version="4.3.3" targetFramework="net46" />
<package id="NLog" version="4.4.12" targetFramework="net46" />
<package id="Npgsql" version="3.2.5" targetFramework="net46" />
<package id="NUnit" version="3.8.1" targetFramework="net46" />
<package id="System.Threading.Tasks.Extensions" version="4.3.0" targetFramework="net46" />
Expand Down

0 comments on commit 483523f

Please sign in to comment.