Skip to content

Commit 3b82c96

Browse files
committed
Depend on NUnit 3.8.1
1 parent 0845a5e commit 3b82c96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
<Reference Include="Npgsql, Version=3.2.5.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
5151
<HintPath>..\..\packages\Npgsql.3.2.5\lib\net451\Npgsql.dll</HintPath>
5252
</Reference>
53-
<Reference Include="nunit.framework, Version=3.2.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
54-
<HintPath>..\..\packages\NUnit.3.2.1\lib\net45\nunit.framework.dll</HintPath>
53+
<Reference Include="nunit.framework, Version=3.8.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
54+
<HintPath>..\..\packages\NUnit.3.8.1\lib\net45\nunit.framework.dll</HintPath>
5555
<Private>True</Private>
5656
</Reference>
5757
<Reference Include="System.ComponentModel.DataAnnotations" />

test/EntityFramework6.Npgsql.Tests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<package id="EntityFramework" version="6.1.3" targetFramework="net46" />
44
<package id="NLog" version="4.3.3" targetFramework="net46" />
55
<package id="Npgsql" version="3.2.5" targetFramework="net46" />
6-
<package id="NUnit" version="3.2.1" targetFramework="net46" />
6+
<package id="NUnit" version="3.8.1" targetFramework="net46" />
77
<package id="System.Threading.Tasks.Extensions" version="4.3.0" targetFramework="net46" />
88
</packages>

0 commit comments

Comments
 (0)