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.
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.