Skip to content

Commit

Permalink
- updated test adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
miroiu committed Feb 1, 2020
1 parent 5c8c348 commit 9795ed5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions StringMath.Tests/StringMath.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@

<ItemGroup>
<PackageReference Include="nunit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.15.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.16.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 9795ed5

Please sign in to comment.