I'm using the pure F# template for creating a Web Api project. I've configured nuget package restore. Using Nuget package restore fails because FsWebAddRegistryEntries cannot be found. A search on the Nuget Gallery results in no results.
Error 1 NuGet Package restore failed for project WebApiHelloWorld: Unable to find version '0.1.0.0' of package 'FsWebAddRegistryEntries'..
I'm using the pure F# template for creating a Web Api project. I've configured nuget package restore. Using Nuget package restore fails because FsWebAddRegistryEntries cannot be found. A search on the Nuget Gallery results in no results.