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.
Visit this video: https://youtu.be/8DcANVHLE0o The way is: Download .exe file from nuget.org, and make a folder in %appdata% "NuGet", paste the exe file in the folder, after that open cmd, type cd (the folder adress), and type nuget install (package), the go in the package folder, lib, copy the dll file, and put it as Reference in visual basic