Xamarin adding NuGet package

640 views Asked by At

I want to add NuGet package in my Xamarin Forms project to use SQLite-Net package. Following the guideline from Xamarin web site, I click on Add NuGet Packages in my XamarinForms.iOS. It processes and error ConnectFailure (connection timed out).

I have been trying this from last two days and I am getting same error. How can I add SQLite-net library to my project?

It is a type of PCL library Xamarin Forms project.

1

There are 1 answers

0
DaveO On

This seems to be a problem with the latest Nuget manager. If you remove it then go to nugets website and install the v3.3 one you should not have any more problems.