Search This Blog

Monday, 6 July 2020

Visual Studio Install Package Manually Using Package Manager Console.

1. Download Nuget.exe  and save this file to your project location.
2. Open CMD as Administrator 
3. Open the your project location in cmd.
4. Now execute following command
5. nuget restore SolutionName.sln

This will download the all required packages

No comments:

Post a Comment

Popular Posts