Skip to content

Commit 525b506

Browse files
authored
Merge pull request #22 from myarichuk/develop
add msbuild for coverlet for properly running it on CI
2 parents 3e26355 + d9c1a98 commit 525b506

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Simple.HttpClientFactory.Tests/Simple.HttpClientFactory.Tests.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
<TargetFrameworks>netcoreapp3.1;net472</TargetFrameworks>
1212
</PropertyGroup>
1313
<ItemGroup>
14+
<PackageReference Include="coverlet.msbuild" Version="2.8.1">
15+
<PrivateAssets>all</PrivateAssets>
16+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
17+
</PackageReference>
1418
<PackageReference Include="Flurl" Version="2.8.2" />
1519
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
1620
<PackageReference Include="WireMock.Net" Version="1.2.7" />

0 commit comments

Comments
 (0)