Skip to content

Commit b4de307

Browse files
[deps] Billing: Update coverlet.collector to v10 (#7542)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Stephon Brown <sbrown@livefront.com>
1 parent 3724ecf commit b4de307

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/Core.IntegrationTest/Core.IntegrationTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="coverlet.collector" Version="8.0.0" />
13+
<PackageReference Include="coverlet.collector" Version="10.0.0" />
1414
<PackageReference Include="MartinCostello.Logging.XUnit" Version="0.7.0" />
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(MicrosoftNetTestSdkVersion)" />
1616
<PackageReference Include="Rnwood.SmtpServer" Version="3.1.0-ci0868" />

test/Infrastructure.Dapper.Test/Infrastructure.Dapper.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
<PrivateAssets>all</PrivateAssets>
1616
</PackageReference>
17-
<PackageReference Include="coverlet.collector" Version="8.0.0">
17+
<PackageReference Include="coverlet.collector" Version="10.0.0">
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
<PrivateAssets>all</PrivateAssets>
2020
</PackageReference>

0 commit comments

Comments
 (0)