Skip to content

Commit 90261a1

Browse files
committed
Pin Coverlet.collector to 6.0.4
Coverlet.collector 8+ requires .NET 8+ See coverlet-coverage/coverlet#1842
1 parent 0a086e0 commit 90261a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/FluentAssertions.DataSets.Specs/FluentAssertions.DataSets.Specs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<ItemGroup>
2121
<PackageReference Include="xunit" Version="2.9.3" />
2222
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
23-
<PackageReference Include="coverlet.collector" Version="6.0.4" PrivateAssets="all">
23+
<PackageReference Include="coverlet.collector" Version="[6.0.4]" PrivateAssets="all">
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2525
</PackageReference>
2626
</ItemGroup>

0 commit comments

Comments
 (0)