mathnet-numerics
mathnet-numerics copied to clipboard
MathNet.Numerics.FSharp references non-existent v5.0.0 of System.ValueTuple
https://www.nuget.org/packages/MathNet.Numerics.FSharp/ indicates dependency on not (yet?) existing System.ValueTuple (>= 5.0.0) for .NETFramework 4.6.1. Latest is still 4.5.0 see https://www.nuget.org/packages/System.ValueTuple/
There seems to be a bug where DotNet.pack for fsproj sets the same version of the package for dependencies.

Bug still persists:
I'm unable to use it with .NETFramework 4.6.1....
How does it show up correctly for the dependency FSharp.Core but not for the MathNet.Numerics dependency? Maybe its possible to explicitly state version it depends on?