Skip to content

Commit

Permalink
housekeeping: add coverlet (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson committed Oct 23, 2020
1 parent 162efbb commit bc57486
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Akavache.Tests/Akavache.Tests.csproj
Expand Up @@ -23,6 +23,10 @@
<PackageReference Include="FluentAssertions" Version="5.10.3" />
<PackageReference Include="DiffEngine" Version="6.1.4" />
<PackageReference Include="PublicApiGenerator" Version="10.2.0" />
<PackageReference Include="coverlet.msbuild" Version="2.9.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit bc57486

Please sign in to comment.