Skip to content

Commit 8aad2da

Browse files
committed
Relax requirement for FSharp.Core and test with FSharp.Core 8.0
1 parent 3c24b64 commit 8aad2da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

paket.dependencies

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ source https://api.nuget.org/v3/index.json
44
framework: netstandard20
55
storage: none
66

7-
nuget FSharp.Core ~> 6.0.6
7+
nuget FSharp.Core >= 6.0.6 lowest_matching:true
88
nuget FSharpx.Collections
99

1010
group Test
1111
source https://api.nuget.org/v3/index.json
1212
framework: net48, net6
1313
storage: none
14-
nuget FSharp.Core ~> 6.0.6
14+
nuget FSharp.Core ~> 8.0
1515
nuget NUnit
1616
nuget NUnit3TestAdapter
1717
nuget FsCheck

paket.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ NUGET
305305
FsCheck.NUnit (2.16.5)
306306
FsCheck (2.16.5)
307307
NUnit (>= 3.13.1 < 4.0)
308-
FSharp.Core (6.0.6)
308+
FSharp.Core (8.0.301)
309309
FsUnit (5.1)
310310
FSharp.Core (>= 5.0.2)
311311
NUnit (>= 3.13.3 < 3.14)

0 commit comments

Comments
 (0)