Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
Apparently this is controlled by the registry value Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\NuGet\Repository\UWPNugetPackages. I changed it from C:\Program Files (x86)\Microsoft SDKs\UWPNu...
Answer
#1: Initial revision
Apparently this is controlled by the registry value `Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\NuGet\Repository\UWPNugetPackages`. I changed it from `C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\` to `D:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\` and now Visual Studio is happily compiling my program.