This morning I received the following error when trying to build my Visual Studio ASP.NET solution:
This project references NuGet package(s) that are missing on thiscomputer. Use NuGet Package Restore to download them. For moreinformation, see http://go.microsoft.com/fwlink/?LinkID=322105. Themissing file is..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props.
I performed a NuGet Package Restore as instructed but the results stated that: all packages are already installed and there is nothing to restore.
The NuGet Package Manager settings are as follows:
How can I solve this issue?