Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency coverlet.msbuild to v6.0.1
Browse files Browse the repository at this point in the history
| datasource | package          | from  | to    |
| ---------- | ---------------- | ----- | ----- |
| nuget      | coverlet.msbuild | 6.0.0 | 6.0.1 |
renovate[bot] authored Feb 20, 2024
1 parent 7a3483e commit 5ce35f4
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="coverlet.msbuild" Version="6.0.0">
<PackageReference Include="coverlet.msbuild" Version="6.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="coverlet.msbuild" Version="6.0.0">
<PackageReference Include="coverlet.msbuild" Version="6.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
2 changes: 1 addition & 1 deletion Testing/BranchValidatorTests/BranchValidatorTests.csproj
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="coverlet.msbuild" Version="6.0.0">
<PackageReference Include="coverlet.msbuild" Version="6.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
2 changes: 1 addition & 1 deletion Testing/ScriptGeneratorTests/ScriptGeneratorTests.csproj
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="coverlet.msbuild" Version="6.0.0">
<PackageReference Include="coverlet.msbuild" Version="6.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>

0 comments on commit 5ce35f4

Please sign in to comment.