'Install .NuPKG on VS 2017
I have seen 4+ different answers, some of which say "But doesn't work on VS 2017" (which I have). Sshould be straightforwad, but nothing is.
I have FluentFTP.NuPKG sitting in a local folder on C:\vs2017\FTP\FluentFTP.Nupkg I'm running VS 2017 With this combination, how do I install?
Solution 1:[1]
Unless you really NEED to install a NuGet package from a local file, by far the easiest way to do it is via the NuGet manager in Visual Studio itself. You can right-click on your Project and select "Manage NuGet Packages..." or right-click on your Solution and select "Manage NuGet Packages for Solution...". The process is basically the same for both, with the only real difference being that the latter approach allows you to quickly add the same package to multiple Projects if you need to do that.
Solution 2:[2]
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Julian |
Solution 2 | ARLibertarian |