fslaborg / Deedle

Easy to use .NET library for data and time series manipulation and for scientific programming
http://fslab.org/Deedle/
BSD 2-Clause "Simplified" License
924 stars 196 forks source link

WIP: Updating to .NET framework 4.6.1 and F# 4.4.0 #374

Closed fractus closed 6 years ago

fractus commented 6 years ago

This is first iteration on trying to convert to the aforementioned versions, before going to .netstandard, that can fit both dotnet.core and net.framework.

[At least] still to be done

tpetricek commented 6 years ago

Supporting .NET Core would be awesome - thanks for the first step towards that!

zyzhu commented 6 years ago

@fractus Thanks for trying to fix the build. I've recently fixed the build. https://github.com/fslaborg/Deedle/pull/386

I reference FSharp.Core 4.2.3 and target .net 4.5 for now. It's supposed to work with both VS2017 and VS2015 now. I'll close this pull for now as some changes are similar to mine. Welcome any future efforts to bump Deedle to dotnet standard.