I'm getting a build error that I need to upgrade NuGet:
The 'Microsoft.NETCore.Platforms 1.1.0' package requires NuGet client version '2.12' or above, but the current NuGet version is '2.8.60318.667'.
From what I've found online, within VS, I'm supposed to go to Tools > Extensions and Updates. And I'm supposed to see an option to upgrade NuGet within the Updates tab. As you can see, that option isn't there:
My solution has a .nuget
folder, and it has NuGet.exe
in it, which has a version of 2.8.x. How can I upgrade to 2.12?