mathnet / mathnet-numerics

Math.NET Numerics
http://numerics.mathdotnet.com
MIT License
3.47k stars 893 forks source link

MathNet.Numerics.FSharp references non-existent v5.0.0 of System.ValueTuple #922

Open YaakovN opened 2 years ago

YaakovN commented 2 years ago

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/

diluculo commented 2 years ago

There seems to be a bug where DotNet.pack for fsproj sets the same version of the package for dependencies.

image

daniatic commented 11 months ago

Bug still persists: image 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?