Akka.FSharp: need to pin FSharp.Core
package version to 6.0
#6687
Labels
Milestone
FSharp.Core
package version to 6.0
#6687
Version Information
Version of Akka.NET? v1.4.47 and later
Which Akka.NET Modules? Akka.FSharp, Akka.Persistence.FSharp
Describe the bug
A F# Akka.NET user reported in Discord that Akka.NET triggers a NuGet package downgrade warning when installing into a .NET 6 solution in F#:
To Reproduce
Full repo from @hkirk here https://github.com/hkirk/Akka1.5.3Test
Expected behavior
Akka.FSharp should install normally into a .NET 6 application with no NuGet package downgrade warnings.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
.NET 6 and below - anything below .NET 7.
Additional context
Obviously this doesn't happen - the issue occurred in Akka.NET v1.4.47 when we removed explicit references to Akka.FSharp here #6641 and bumped to 7.x here #6402.
Both of these PRs should be reverted.
The text was updated successfully, but these errors were encountered: