Skip to content

Commit 483523f

Browse files
committed
Depend on NLog 4.4.12
1 parent 3b82c96 commit 483523f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/EntityFramework6.Npgsql.Tests/EntityFramework6.Npgsql.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<Private>True</Private>
4545
</Reference>
4646
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
47-
<HintPath>..\..\packages\NLog.4.3.3\lib\net45\NLog.dll</HintPath>
47+
<HintPath>..\..\packages\NLog.4.4.12\lib\net45\NLog.dll</HintPath>
4848
<Private>True</Private>
4949
</Reference>
5050
<Reference Include="Npgsql, Version=3.2.5.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">

test/EntityFramework6.Npgsql.Tests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="EntityFramework" version="6.1.3" targetFramework="net46" />
4-
<package id="NLog" version="4.3.3" targetFramework="net46" />
4+
<package id="NLog" version="4.4.12" targetFramework="net46" />
55
<package id="Npgsql" version="3.2.5" targetFramework="net46" />
66
<package id="NUnit" version="3.8.1" targetFramework="net46" />
77
<package id="System.Threading.Tasks.Extensions" version="4.3.0" targetFramework="net46" />

0 commit comments

Comments
 (0)