Skip to content

Commit 5fa8213

Browse files
build(deps): bump coverlet.msbuild from 3.1.1 to 3.1.2 (#629)
Bumps [coverlet.msbuild](https://github.com/coverlet-coverage/coverlet) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/commits) --- updated-dependencies: - dependency-name: coverlet.msbuild dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 48de38e commit 5fa8213

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.1" />
2323
<PackageReference Include="Xunit.Combinatorial" Version="1.4.1" />
2424
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" PrivateAssets="All" />
25-
<PackageReference Include="coverlet.msbuild" Version="3.1.1" PrivateAssets="All" />
25+
<PackageReference Include="coverlet.msbuild" Version="3.1.2" PrivateAssets="All" />
2626
</ItemGroup>
2727

2828
<ItemGroup Condition="('$(TargetFramework)' == 'netstandard2.1' OR '$(TargetFramework)' == 'netcoreapp3.1')">

0 commit comments

Comments
 (0)