I have lots of nuget package files added in my current project solution. whenever i was taking get latest of solution, it was taking 5 minutes to ready solution and in the output window, it shows “The item ….. is already exists” for each and every package file i added in my project.
To overcome this issue, I googled and found that this is know issue with nuget package manager 1.7 and solution is to upgrade it to latest version of nuget package manager so I uninstalled nuget package manager 1.7 from my pc and reinstall the latest nuget package manager 2.0.
After this my issue got resolved.