Skip to content

NuGet Restore

Patrick edited this page Jun 9, 2018 · 2 revisions

In some cases Visual Studio 2015 did not restore the NuGet packages well. The DLL files have not been restored and were not located in the project\packages\ folders.

The solution to resolve the issue was to delete the "packages" folder and the content of it in c:\Users\[Username]\.nuget.

See also Installing certain NuGet packages fails to actually extract the dll files to the relevant lib folder and fails to add an assembly reference to the csproj file

Clone this wiki locally