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
44framework: netstandard20
55storage: none
66
7- nuget FSharp.Core ~> 6.0.6
7+ nuget FSharp.Core >= 6.0.6 lowest_matching:true
88nuget FSharpx.Collections
99
1010group 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
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments