YaccConstructor/QuickGraph

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

xantari opened this issue · 1 comments

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

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.