Skip to content

Commit

Permalink
Depend on NUnit 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed Sep 17, 2017
1 parent 0845a5e commit 3b82c96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
<Reference Include="Npgsql, Version=3.2.5.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
<HintPath>..\..\packages\Npgsql.3.2.5\lib\net451\Npgsql.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=3.2.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<HintPath>..\..\packages\NUnit.3.2.1\lib\net45\nunit.framework.dll</HintPath>
<Reference Include="nunit.framework, Version=3.8.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<HintPath>..\..\packages\NUnit.3.8.1\lib\net45\nunit.framework.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.ComponentModel.DataAnnotations" />
Expand Down
2 changes: 1 addition & 1 deletion test/EntityFramework6.Npgsql.Tests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<package id="EntityFramework" version="6.1.3" targetFramework="net46" />
<package id="NLog" version="4.3.3" targetFramework="net46" />
<package id="Npgsql" version="3.2.5" targetFramework="net46" />
<package id="NUnit" version="3.2.1" targetFramework="net46" />
<package id="NUnit" version="3.8.1" targetFramework="net46" />
<package id="System.Threading.Tasks.Extensions" version="4.3.0" targetFramework="net46" />
</packages>

0 comments on commit 3b82c96

Please sign in to comment.