Skip to content

Commit 62f8b5b

Browse files
eng: update coverlet.collector from 6.0.4 to 10.0.0 in test project
The test project targets net10.0; aligning coverlet.collector to the matching 10.0.0 release is appropriate. All 5251 tests continue to pass. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent fc687a3 commit 62f8b5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/FSharp.Control.TaskSeq.Test/FSharp.Control.TaskSeq.Test.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
9898
<PrivateAssets>all</PrivateAssets>
9999
</PackageReference>
100-
<PackageReference Include="coverlet.collector" Version="6.0.4">
100+
<PackageReference Include="coverlet.collector" Version="10.0.0">
101101
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
102102
<PrivateAssets>all</PrivateAssets>
103103
</PackageReference>

0 commit comments

Comments
 (0)