Ran into this while trying to repro a bug.
1. I have %appdata%\nuget\nuget.config with repositoryPath pointing to c:\temp
2. Create a mvc app and update all the packages to c:\temp
3. Create a console app
4. Open package manager console
Actual:
It shows all the package in c:\temp as installed for the console project
Expected:
Should look at package.config to decide if the packages installed are actually part of this project.
(in this case there was no package.config for the console app)
1. I have %appdata%\nuget\nuget.config with repositoryPath pointing to c:\temp
2. Create a mvc app and update all the packages to c:\temp
3. Create a console app
4. Open package manager console
Actual:
It shows all the package in c:\temp as installed for the console project
Expected:
Should look at package.config to decide if the packages installed are actually part of this project.
(in this case there was no package.config for the console app)