Skip to content

Commit

Permalink
Update NUnit, set up cmdline testing
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed Jul 8, 2018
1 parent d0a5ccc commit 9722eab
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
<ProjectReference Include="..\..\src\EntityFramework6.Npgsql\EntityFramework6.Npgsql.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NUnit" Version="3.8.1" />
<PackageReference Include="NUnit" Version="3.10.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.2" />
<PackageReference Include="NUnit3TestAdapter" Version="3.10.0" />
<PackageReference Include="NLog" Version="4.4.12" />
</ItemGroup>
</Project>

0 comments on commit 9722eab

Please sign in to comment.