Stuck at missing NuGet package from Visual Studio 2017

  • Thread starter Thread starter alecela
  • Start date Start date
A

alecela

Guest
Hi all!

Trying to build a piece of sample code within VS 2017 and I got the error message of:

Error This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see Troubleshooting NuGet Package Restore in Visual Studio. The missing file is ..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets.

BUT when I look into the folder of:

..\packages\Microsoft.Bcl.Build.1.0.21\build

I do see the file: Microsoft.Bcl.Build.targets.

Both package restore options within package manager settings are ticked/enabled.

Thanks in advance for any pointer/suggestion.

Continue reading...
 
Back
Top