Pages

Tuesday, November 29, 2016

Reinstall NUGET Packages in a Visual Studio Project

Follow these steps:

  1. Start Tools –> NUGET Package Manager –> Package Manager Console
  2. Type the following command and hit enter

    Update-Package –reinstall –project <PROJECT_NAME>

No comments:

Post a Comment