From f4d05e7ae4b299b729767290d051326baef6bd29 Mon Sep 17 00:00:00 2001 From: Repo Assist Date: Sat, 21 Feb 2026 23:58:12 +0000 Subject: [PATCH] Fix deprecated PackageLicenseUrl and update Microsoft.Bcl.AsyncInterfaces - Replace deprecated PackageLicenseUrl with PackageLicenseExpression (Apache-2.0) Addresses #168: the old URL format is deprecated by NuGet and caused a 404 - Update Microsoft.Bcl.AsyncInterfaces from 5.0 to 10.0.3 Eliminates NU1605 package downgrade warning: System.Threading.Channels (*) transitively requires 10.0.3, but the explicit 5.0.0 requirement caused it to be downgraded at resolution time Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/FSharp.Control.AsyncSeq/FSharp.Control.AsyncSeq.fsproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/FSharp.Control.AsyncSeq/FSharp.Control.AsyncSeq.fsproj b/src/FSharp.Control.AsyncSeq/FSharp.Control.AsyncSeq.fsproj index a3059a7..5c91481 100644 --- a/src/FSharp.Control.AsyncSeq/FSharp.Control.AsyncSeq.fsproj +++ b/src/FSharp.Control.AsyncSeq/FSharp.Control.AsyncSeq.fsproj @@ -5,7 +5,7 @@ Asynchronous sequences for F# Asynchronous sequences for F# Copyright 2017 - https://github.com/fsprojects/FSharp.Control.AsyncSeq/blob/main/LICENSE.md + Apache-2.0 https://fsprojects.github.io/FSharp.Control.AsyncSeq/ https://fsprojects.github.io/FSharp.Control.AsyncSeq/img/logo.png F#;async;fsharp;streaming @@ -22,7 +22,7 @@ - +