fsprojects / IfSharp

F# for Jupyter Notebooks
Other
442 stars 71 forks source link

Support .NET Standard 2.0 better with a switch to .NET 4.7.1 #183

Closed cgravill closed 6 years ago

cgravill commented 6 years ago

181

Update to .net 4.7.1 which makes supporting .NET Standard easier - https://blogs.msdn.microsoft.com/dotnet/2017/10/17/announcing-the-net-framework-4-7-1/

Updated the various Paket components used for consistency. Only get .NET 4.7.1 throughout so lighter downloads and less noise in project files.

Move up the helper scripts to adjusted dependencies. Note I had an aborted attempt to rely more on Paket rather than #r into NuGets. Unfortunately there's a load time issue with that approach. If you #load an fsx it located all nested #load which means you can't create them as part of the script itself.