I've installed a new package on an existing project.
The problem is it's detecting a different version of the Microsoft.Build.Framework
. I got Version=17.5.0
for both Microsoft.Build
and Microsoft.Build.Framework
but it's seeing Version=15.1.0.0
.
I have the updated version of NuGet (Version 6.5.0) which is compatible with my Visual Studio (Version 17.5.5) which according to this answer should fix it.
I've also restarted Visual Studio and tried again, which should also fix it according to this answer.
Is there something more going on under the hood here?