-
Notifications
You must be signed in to change notification settings - Fork 148
Closed
Description
Description
FSharpx.Extras v3.2.0 has a forced restriction that Fsharp.Core requires to be (>= 6.0.6 && < 6.1.0), making projects using other versions to break. v3.1.0 didn't have that restriction (>= 4.6.2).
Repro steps
Create an F# project with .Net 8 and try to add FSharpx.Extras v3.2.0 nuget
Expected behavior
Project with FSharpx.Extras compiles correctly
Actual behavior
Project with FSharpx.Extras fails to compile
Known workarounds
Install FSharpx.Extras v3.1.0 or force Fsharp.Core to be (>= 6.0.6 && < 6.1.0)
Related information
- Operating system: Windows 11
- .NET Runtime, CoreCLR or Mono Version: .Net 8.0
Metadata
Metadata
Assignees
Labels
No labels