I\'m trying to build a solution with packages content missing (except repositories.config inside) with MSBuild 12.0. I expect it to auto restore al
packages
repositories.config
You can also use
Update-Package -reinstall
to restore the NuGet packages on the Package Management Console in Visual Studio.