Skip to content

Commit

Permalink
Merge pull request #1005 from nunit/renovate/coverlet.collector-6.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency coverlet.collector to 6.0.3
  • Loading branch information
mikkelbu authored Dec 31, 2024
2 parents ce29929 + 3c48b3e commit 53b72b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/snippets/Snippets.NUnit/Snippets.NUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="6.0.2">
<PackageReference Include="coverlet.collector" Version="6.0.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion docs/snippets/Snippets.NUnitLite/Snippets.NUnitLite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="6.0.2" />
<PackageReference Include="coverlet.collector" Version="6.0.3" />
<PackageReference Include="NUnitLite" Version="4.3.2" />
</ItemGroup>

Expand Down

0 comments on commit 53b72b3

Please sign in to comment.