YaccConstructor / QuickGraph

Generic Graph Data Structures and Algorithms for .NET
http://yaccconstructor.github.io/QuickGraph/
Microsoft Public License
523 stars 198 forks source link

Nuget package for YC.Quickgraph 3.7.3.0 contains invalid references to FSharp.Core 4.3.0.0 when it should be FSharp.Core 4.4.0.0 #172

Open xantari opened 6 years ago

xantari commented 6 years ago

Latest nuget package for 3.7.3.0 pulls down FSharp.Core 4.3.0.0

But YC.QuickGraphFS.dll (which has no version number BTW, should probably fix that too) contains reference to FSharp.Core 4.4.0.0

xantari commented 6 years ago

OK, looked into this more. I'm not even sure where you are getting FSharp.Core4.4.00 as the only version that exists in nuget is up to 4.2.3.

EDIT: Apparently FSharp.Core 3.0.2 on Nuget = FSharp.Core 4.3.0.0. WTF microsoft.