I have created a local nuget package (as a local package source in a folder in the project).When creating a new version and copy the .nupkg file to the folder, and going to the package manager, it does correctly show a new version is available from that local source.I then update the package and it shows the latest version is installed in the package manager as well in the referenced packages in solution explorer and the csproj packagereferences.
But when i go to a class that implements an interface from that package, it still appears as the previous version of the package.If I go to the definition of the interface it shows the previous version.
I tried several things, cleaning the package cache, deleting the .nuget/package folder, but without success.The only way I can force to update to the latest package, is by deleting the bin and obj folders everytime I want to update the package.