Skip to content

Commit 146bbf8

Browse files
fix: bump Microsoft.Bcl.AsyncInterfaces to 10.0.6 to resolve Fable CI NU1605 downgrade warning
System.Threading.Channels 10.0.6 (resolved via Version="*") requires Microsoft.Bcl.AsyncInterfaces >= 10.0.6, but the project pinned it at 10.0.5. Fable's MSBuildCrackerResolver treats NU1605 (package downgrade) as a fatal error, causing the Fable CI job to fail. Bumping to 10.0.6 resolves the conflict. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 53d0867 commit 146bbf8

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

0 commit comments

Comments
 (0)