From f4ec850ba0fae4fa3dc694dbc23a15cc71e06012 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 25 Mar 2026 00:22:33 +0000 Subject: [PATCH 1/2] =?UTF-8?q?Eng:=20bump=20Microsoft.Bcl.AsyncInterfaces?= =?UTF-8?q?=2010.0.3=20=E2=86=92=2010.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit System.Threading.Channels (pinned to *) resolves to 10.0.5, which transitively requires Microsoft.Bcl.AsyncInterfaces >= 10.0.5. With our explicit pin at 10.0.3 NuGet emitted a NU1605 downgrade warning on every build target. Bumping the direct reference to 10.0.5 aligns it with the transitive requirement and eliminates the warning. No API surface change; all 348/348 tests pass. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/FSharp.Control.AsyncSeq/FSharp.Control.AsyncSeq.fsproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FSharp.Control.AsyncSeq/FSharp.Control.AsyncSeq.fsproj b/src/FSharp.Control.AsyncSeq/FSharp.Control.AsyncSeq.fsproj index 20a5fe8..ff6b377 100644 --- a/src/FSharp.Control.AsyncSeq/FSharp.Control.AsyncSeq.fsproj +++ b/src/FSharp.Control.AsyncSeq/FSharp.Control.AsyncSeq.fsproj @@ -24,7 +24,7 @@ - + From b7fa49b36e9979d26b6b01e0d655357a5f277875 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 25 Mar 2026 00:26:38 +0000 Subject: [PATCH 2/2] ci: trigger checks