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                 ...