fsprojects / FSharp.Data.Adaptive

On-demand adaptive/incremental data for F# https://fsprojects.github.io/FSharp.Data.Adaptive/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FSharp.Core 4.7 support

amongonz opened this issue · comments

I wanted to try the library and immediately found that the NuGet package has an constraint < 4.7.0 on FSharp.Core. I assumed that wasn't intentional, so I installed it by forcing the FSharp.Core version as == 4.7 on Paket, and the API seems to work fine. I guess the upper bound should be lifted?

yep, will do...
I'm just used to SemVer so i tend to be a little over-conservative with dependency versions but I think the used F# features won't be changed any time soon...

should be resolved via d1af512, package version 0.0.3 on nuget.
Cheers