From e8b39edb274ea12f9200fd0c20f192539f1c2500 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 00:29:00 +0000 Subject: [PATCH 1/2] =?UTF-8?q?eng:=20bump=20Microsoft.Bcl.AsyncInterfaces?= =?UTF-8?q?=2010.0.6=20=E2=86=92=2010.0.7=20to=20fix=20NU1605?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit System.Threading.Channels (resolved as 10.0.7 via Version="*") transitively requires Microsoft.Bcl.AsyncInterfaces >= 10.0.7, but the project pinned it at 10.0.6. This produced 5 NU1605 package- downgrade warnings on every restore/build. Bumping the direct reference to 10.0.7 aligns both packages to the same .NET 10.0.7 release, eliminating all 5 NU1605 warnings. Total build warnings: 12 → 7. 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 9059760..c109047 100644 --- a/src/FSharp.Control.AsyncSeq/FSharp.Control.AsyncSeq.fsproj +++ b/src/FSharp.Control.AsyncSeq/FSharp.Control.AsyncSeq.fsproj @@ -24,7 +24,7 @@ - + From b09201f54f00ccf82f44e471220bb398476dc22c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 29 Apr 2026 00:29:04 +0000 Subject: [PATCH 2/2] ci: trigger checks