I have notice that when we work in a team if one of my colleague update the package on his side and publish the changes to our vcs, then if I downlload this update the visual studio manager will keep offering me to update the same packages again and again. I have notice that if I remove the old package from my disk(packages directory) then the Package manager stop offering. It seems that the list of possible update is link to what I have on disk and not what are my real dependencies.
Comments: The bug is still there . My colleque update a lib (<package id="Microsoft.Net.Http" version="2.2.13" targetFramework="net45" />) , commit and push to Bitbucket server. When I pull the change I am still offered to update the same library.
Comments: The bug is still there . My colleque update a lib (<package id="Microsoft.Net.Http" version="2.2.13" targetFramework="net45" />) , commit and push to Bitbucket server. When I pull the change I am still offered to update the same library.