Skip to content

Commit 37e571a

Browse files
authored
Merge pull request #4261 from TheAngryByrd/4260-relax-fsharp-core-dependency
Allow FSharp.Core to be >= rather than = to 6.x
2 parents a3eb40c + 826ad61 commit 37e571a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paket.dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ content: none
55

66
nuget Newtonsoft.Json >= 10.0.3 redirects: force
77
nuget Argu >= 5.1.0
8-
nuget FSharp.Core = 6.0.3 redirects: force
8+
nuget FSharp.Core >= 6.0.3 redirects: force
99
nuget Chessie >= 0.6
1010
nuget Mono.Cecil ~> 0.11.1
1111

0 commit comments

Comments
 (0)