Skip to content

Commit f4ec850

Browse files
Eng: bump Microsoft.Bcl.AsyncInterfaces 10.0.3 → 10.0.5
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>
1 parent 7319e42 commit f4ec850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</ItemGroup>
2525
<ItemGroup>
2626
<PackageReference Update="FSharp.Core" Version="4.7.2" />
27-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.3" />
27+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.5" />
2828
<PackageReference Include="System.Threading.Channels" Version="*" />
2929
<Content Include="*.fsproj; **\*.fs; **\*.fsi;" PackagePath="fable\" />
3030
</ItemGroup>

0 commit comments

Comments
 (0)