Skip to content

Commit 0d66745

Browse files
build(deps): Bump coverlet.msbuild from 3.1.2 to 3.2.0 (#905)
Bumps [coverlet.msbuild](https://github.com/coverlet-coverage/coverlet) from 3.1.2 to 3.2.0. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/commits/v3.2.0) --- updated-dependencies: - dependency-name: coverlet.msbuild dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9ecc527 commit 0d66745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<PackageReference Include="xunit" Version="2.4.2" />
2323
<PackageReference Include="Xunit.Combinatorial" Version="1.5.25" />
2424
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" PrivateAssets="All" />
25-
<PackageReference Include="coverlet.msbuild" Version="3.1.2" PrivateAssets="All" />
25+
<PackageReference Include="coverlet.msbuild" Version="3.2.0" PrivateAssets="All" />
2626
</ItemGroup>
2727

2828
<ItemGroup Label="Implicit usings" Condition="$(MSBuildProjectName) != 'bunit.testassets' AND $(MSBuildProjectName) != 'AngleSharpWrappers.Tests'">

0 commit comments

Comments
 (0)