Referencing NuGet packages from directory in solution
问题 I have a solution with several ASP.NET Core projects in it, managed in Visual Studio 2015. My NuGet packages are currently being stored in C:\Users\My User\.nuget\packages\ . I need to instead have a Packages directory in my solution and reference packages from there. Like this: SolutionFolder src Project1 Project2 [...] Packages I copied the packages from the default path above into a solution directory, then removed all references for a project. I then added my Packages directory as a NuGet