Closed wjdavis5 closed 4 years ago
Update here, I've been able to work around this issue by manually modifying packages.config to include the new version. Everything seems to restore fine.
Just an FYI for others like me, you'll want to explicitly add
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net461" />
to the packages.config of the project you're trying to add the appropriate NuGet package to. Once that's done, this solution works for me.
I'm no longer able to reproduce this issue in the latest version of VS.
Please feel free to reopen if the issue is still blocking you.
VS Enterprise 2017 15.8.9 NET461 Project Windows 10 1803
If I manually add the package to the package.config file it restores fine.
Existing package.config