GradientVector
GradientVector
Perhaps we could use paket to lock the FAKE version?
Just realized my previous comment was a bit vague. The FsBlog source code already uses Paket, but the resulting Nuget package does not make use of Paket (it includes NuGet.exe...
In the NuGet package, I tried using FAKE version 3.9.0, and got a little further but still ran into an exception: ``` Building project with version: LocalBuild Shortened DependencyGraph for...
Since the official NuGet package is relatively old (2014-03-07), I decided to see what happens when I created a new NuGet package from latest source. Everything works great, except that...
I moved `paket.bootstrapper.exe` and `paket.targets` from `tools` directory to `tools/paket` directory. There are copies still in the `.paket` directory too. I might take a stab at changing references in the...
Included paket.bootstrapper.exe and paket.targets in the tools folder. I am not sure if that is the best place in source, but the generated NuGet package is correct.