14.4.1 specifies that the package depends on FSharp.Core v8
14.4.0 (and ones before that for quite a bit) omits it
Problem is that an app of mine had a FSharp.Core ~> 7 in it's paket.dependencies.
Paket correctly says "well the latest I can give you is 14.4.0, which doesnt even require FSharp.Core`
14.4.1 specifies that the package depends on FSharp.Core v8
14.4.0 (and ones before that for quite a bit) omits it
Problem is that an app of mine had a
FSharp.Core ~> 7in it's paket.dependencies.Paket correctly says "well the latest I can give you is 14.4.0, which doesnt even require FSharp.Core`