From 62f8b5b294762cc74bb7cf58fa3eb054cd260c1f Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Sun, 26 Apr 2026 01:30:49 +0000
Subject: [PATCH 1/2] 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>
---
.../FSharp.Control.TaskSeq.Test.fsproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/FSharp.Control.TaskSeq.Test/FSharp.Control.TaskSeq.Test.fsproj b/src/FSharp.Control.TaskSeq.Test/FSharp.Control.TaskSeq.Test.fsproj
index 0284354..26799ec 100644
--- a/src/FSharp.Control.TaskSeq.Test/FSharp.Control.TaskSeq.Test.fsproj
+++ b/src/FSharp.Control.TaskSeq.Test/FSharp.Control.TaskSeq.Test.fsproj
@@ -97,7 +97,7 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
From d01754a5674310acb63ada894587408ff3ec0a41 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
Date: Sun, 26 Apr 2026 01:30:52 +0000
Subject: [PATCH 2/2] ci: trigger checks