Skip to content

Commit e037135

Browse files
Merge pull request #437 from fsprojects/Relax-FSharp.Core-requirement
Relax requirement for FSharp.Core and test with FSharp.Core 8.0
2 parents 3c24b64 + e9b8910 commit e037135

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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)

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project>
33
<PropertyGroup>
4-
<VersionPrefix>3.2.0</VersionPrefix>
4+
<VersionPrefix>3.2.1</VersionPrefix>
55
<Owners>Steffen Forkmann and others</Owners>
66
<Authors>Steffen Forkmann and others</Authors>
77
<PackageProjectUrl>https://fsprojects.github.io/FSharpx.Extras</PackageProjectUrl>

0 commit comments

Comments
 (0)