How can I use NuGet to add a library package reference, when I have Visual C# 2010 Express?
NuGet doesn't come up when I search for it in Tools > Extension Manager.
I downloaded "NuGet Package Manager" (the .vsix) from the downloads page, but when it prompts me for which versions of Visual studio to integrate into, it only lists Visual Web Developer Express 2010. Visual C# Express isn't shown. So I guess it would work with Silverlight in VWD, but I want to use it with WPF.
One of the documentation pages linked me to the 1.0 CTP download page, which included a command-line version of NuGet (no longer present in the latest version). But the command-line version seems to be crippled -- the only operation it seems to support is building a package for distribution; it doesn't seem to support the commands for adding a reference to a library package.
Is there any way at all to use NuGet with Visual C# Express?
See Question&Answers more detail:os