Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ source https://api.nuget.org/v3/index.json
framework: netstandard20
storage: none

nuget FSharp.Core ~> 6.0.6
nuget FSharp.Core >= 6.0.6 lowest_matching:true
nuget FSharpx.Collections

group Test
source https://api.nuget.org/v3/index.json
framework: net48, net6
storage: none
nuget FSharp.Core ~> 6.0.6
nuget FSharp.Core ~> 8.0
nuget NUnit
nuget NUnit3TestAdapter
nuget FsCheck
Expand Down
2 changes: 1 addition & 1 deletion paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ NUGET
FsCheck.NUnit (2.16.5)
FsCheck (2.16.5)
NUnit (>= 3.13.1 < 4.0)
FSharp.Core (6.0.6)
FSharp.Core (8.0.301)
FsUnit (5.1)
FSharp.Core (>= 5.0.2)
NUnit (>= 3.13.3 < 3.14)
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<VersionPrefix>3.2.0</VersionPrefix>
<VersionPrefix>3.2.1</VersionPrefix>
<Owners>Steffen Forkmann and others</Owners>
<Authors>Steffen Forkmann and others</Authors>
<PackageProjectUrl>https://fsprojects.github.io/FSharpx.Extras</PackageProjectUrl>
Expand Down