Skip to content

Commit

Permalink
chore: update coverlet.collector requirement from 1.* to 3.* (#126)
Browse files Browse the repository at this point in the history
Updates the requirements on [coverlet.collector](https://github.com/coverlet-coverage/coverlet) to permit the latest version.
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](https://github.com/coverlet-coverage/coverlet/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kieranties <Kieran@Kieranties.com>
  • Loading branch information
dependabot[bot] and Kieranties authored Mar 4, 2021
1 parent deedeb0 commit 69fe279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<PackageReference Update="GitTools.Testing" Version="1.*" />
<PackageReference Update="NSubstitute" Version="4.*" />
<PackageReference Update="coverlet.msbuild" Version="2.*" />
<PackageReference Update="coverlet.collector" Version="1.*" />
<PackageReference Update="coverlet.collector" Version="3.*" />
</ItemGroup>

<ItemGroup Label="Global project tooling">
Expand Down

0 comments on commit 69fe279

Please sign in to comment.