2016. 11. 10. 16:36

How to remove project dependency in Visual Studio

Issue : When removing a dependency of a project, I got a message "The dependency was added by the project system and cannot be removed


Solution

  1. Right click project, select Properties.
  2. Select Framework and References under Common Properties
  3. Select the references thats not needed.
  4. Click on Remove Reference.