Is there a way to download packages from nuget.org and then do an offline installation in Visual Studio?

My visual studio is installed on a computer that does not have an Internet connection, so I cannot download installation packages from NuGet Manager to VS.
Therefore, I am looking for a way to use another machine with an Internet connection to download packages, and then install on VS.

thank

+47
nuget nuget-package
Nov 14 '11 at 10:33
source share
2 answers
  • First download the .nupkg file:

    • Follow the instructions. How to download the Nuget package without the nuget.exe or Visual Studio extension?

    • Or use the Google Chrome NuTake extension

  • Secondly, install the .nupkg file in your project

    • Follow the instructions in How to install the .nupkg file of the Nuget package locally?
+49
Feb 21 '13 at 11:01
source share
+6
Nov 14 '11 at 10:48
source share



All Articles