Skip to content

Commit

Permalink
housekeeping: Add coverlet msbuild collector
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson committed Jun 28, 2022
1 parent 613bb7c commit 212fd32
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" PrivateAssets="all" />
<PackageReference Include="coverlet.collector" Version="3.1.2" PrivateAssets="all" />
<PackageReference Include="coverlet.msbuild" Version="3.1.2" />
<PackageReference Include="Verify.SourceGenerators" Version="1.5.0" />
<PackageReference Include="ReactiveMarbles.SourceGenerator.TestNuGetHelper" Version="1.2.1" />
<PackageReference Include="Verify.Xunit" Version="17.1.5" />
Expand All @@ -22,4 +22,4 @@
<ProjectReference Include="..\Splat.DependencyInjection.SourceGenerator\Splat.DependencyInjection.SourceGenerator.csproj" />
</ItemGroup>

</Project>
</Project>

0 comments on commit 212fd32

Please sign in to comment.