Skip to content

Commit e6b2ae3

Browse files
authored
Merge pull request #228 from fsprojects/repo-assist/deps-fix-license-bcl-2026-02-21-b39ffdb8841cd066
[Repo Assist] Fix deprecated PackageLicenseUrl and update Microsoft.Bcl.AsyncInterfaces
2 parents 0c1f7a0 + 7a51e5a commit e6b2ae3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/FSharp.Control.AsyncSeq/FSharp.Control.AsyncSeq.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Summary>Asynchronous sequences for F#</Summary>
66
<Description>Asynchronous sequences for F#</Description>
77
<Copyright>Copyright 2017</Copyright>
8-
<PackageLicenseUrl>https://github.com/fsprojects/FSharp.Control.AsyncSeq/blob/main/LICENSE.md</PackageLicenseUrl>
8+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
99
<PackageProjectUrl>https://fsprojects.github.io/FSharp.Control.AsyncSeq/</PackageProjectUrl>
1010
<PackageIconUrl>https://fsprojects.github.io/FSharp.Control.AsyncSeq/img/logo.png</PackageIconUrl>
1111
<PackageTags>F#;async;fsharp;streaming</PackageTags>
@@ -22,7 +22,7 @@
2222
</ItemGroup>
2323
<ItemGroup>
2424
<PackageReference Update="FSharp.Core" Version="4.7.2" />
25-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="5.0" />
25+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.3" />
2626
<PackageReference Include="System.Threading.Channels" Version="*" />
2727
<Content Include="*.fsproj; **\*.fs; **\*.fsi;" PackagePath="fable\" />
2828
</ItemGroup>

0 commit comments

Comments
 (0)