Skip to content

Commit

Permalink
Merge pull request #4261 from TheAngryByrd/4260-relax-fsharp-core-dep…
Browse files Browse the repository at this point in the history
…endency

Allow FSharp.Core to be >= rather than = to 6.x
  • Loading branch information
forki authored Jun 19, 2024
2 parents a3eb40c + 826ad61 commit 37e571a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ content: none

nuget Newtonsoft.Json >= 10.0.3 redirects: force
nuget Argu >= 5.1.0
nuget FSharp.Core = 6.0.3 redirects: force
nuget FSharp.Core >= 6.0.3 redirects: force
nuget Chessie >= 0.6
nuget Mono.Cecil ~> 0.11.1

Expand Down

0 comments on commit 37e571a

Please sign in to comment.