Is there any way to install C# libraries other than using the Package Manager Console? I want to use the Facebook C# SDK but I’m using Visual Studio Express for WP and I don’t have the PMC. I found this guide on nuget, but I’m going to have to do it some other way.
Any ideas?
It is mentioned in README.md file on how to download Facebook C# SDK
.dllfiles without using NuGet Package Manager Console at https://github.com/facebook-csharp-sdk/facebook-csharp-sdkUpdate:
Yo can download version directly from the browser by navigating to http://nuget.org/api/v2/package/Facebook/6.4.0 rename the .nupkg to .zip and extract it using your favorite zip program.