File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ source https://api.nuget.org/v3/index.json
4
4
framework: netstandard20
5
5
storage: none
6
6
7
- nuget FSharp.Core ~> 6.0.6
7
+ nuget FSharp.Core >= 6.0.6 lowest_matching:true
8
8
nuget FSharpx.Collections
9
9
10
10
group Test
11
11
source https://api.nuget.org/v3/index.json
12
12
framework: net48, net6
13
13
storage: none
14
- nuget FSharp.Core ~> 6.0.6
14
+ nuget FSharp.Core ~> 8.0
15
15
nuget NUnit
16
16
nuget NUnit3TestAdapter
17
17
nuget FsCheck
Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ NUGET
305
305
FsCheck.NUnit (2.16.5)
306
306
FsCheck (2.16.5)
307
307
NUnit (>= 3.13.1 < 4.0)
308
- FSharp.Core (6 .0.6 )
308
+ FSharp.Core (8 .0.301 )
309
309
FsUnit (5.1)
310
310
FSharp.Core (>= 5.0.2)
311
311
NUnit (>= 3.13.3 < 3.14)
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project >
3
3
<PropertyGroup >
4
- <VersionPrefix >3.2.0 </VersionPrefix >
4
+ <VersionPrefix >3.2.1 </VersionPrefix >
5
5
<Owners >Steffen Forkmann and others</Owners >
6
6
<Authors >Steffen Forkmann and others</Authors >
7
7
<PackageProjectUrl >https://fsprojects.github.io/FSharpx.Extras</PackageProjectUrl >
You can’t perform that action at this time.
0 commit comments