We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a5ccc commit 9722eabCopy full SHA for 9722eab
test/EntityFramework6.Npgsql.Tests/EntityFramework6.Npgsql.Tests.csproj
@@ -7,7 +7,9 @@
7
<ProjectReference Include="..\..\src\EntityFramework6.Npgsql\EntityFramework6.Npgsql.csproj" />
8
</ItemGroup>
9
<ItemGroup>
10
- <PackageReference Include="NUnit" Version="3.8.1" />
+ <PackageReference Include="NUnit" Version="3.10.1" />
11
+ <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.2" />
12
+ <PackageReference Include="NUnit3TestAdapter" Version="3.10.0" />
13
<PackageReference Include="NLog" Version="4.4.12" />
14
15
</Project>
0 commit comments