Posts

Showing posts from October, 2020

Offline Nuget packages

Image
Local NuGet packages using a relative path HI friends, Many time we will be disconnected for some reasons, today we will know how to continue our  work when we are offline particularly in case when Nuget packages must be available to run the project solution.    Lets install and use Nuget packages offline. Step1: First get the list of  nuget packages which you needed in you project  Step2: Download the packages from the official site  https://www.nuget.org/               and store them in dedicated folder (the files will be stored in the format of .nupkg) Step3: Now open the solution in Visual Studio (any version on your machine will works)                              Navigate to Tools>Nuget Package Manager>Package manager settings                                  Select the package sources and new packages Source by clicking on  +  icon   Change the name and give the source path of the dedicated  folder where you downloaded nuget files. Click Update and OK  you have given re