Skip to content

Commit f4d05e7

Browse files
Repo AssistCopilot
authored andcommitted
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 <[email protected]>
1 parent b2feef3 commit f4d05e7

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)