Skip to content

Commit 91f9c9f

Browse files
eng: bump Microsoft.Bcl.AsyncInterfaces 10.0.6 → 10.0.7 to fix NU1605
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>
1 parent 8d6035d commit 91f9c9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.6" />
27+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.7" />
2828
<PackageReference Include="System.Threading.Channels" Version="*" />
2929
<Content Include="*.fsproj; **\*.fs; **\*.fsi;" PackagePath="fable\" />
3030
</ItemGroup>

0 commit comments

Comments
 (0)