fsprojects-archive / zzarchive-FSharpCommunityTemplates

Templates for F# projects, by the F# community, for use in Visual Studio, Xamarin Studio and other editors
MIT License
103 stars 27 forks source link

Nuget package restore fails on FsWebAddRegistryEntries #71

Closed frankhale closed 10 years ago

frankhale commented 10 years ago

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'..
frankhale commented 10 years ago

Thank you!