'Visual Studio: Centralized Output Folder - No 3rd Party Libraries Copied
I have a C# solution containing many projects (DLL and EXE projects) and decided to centralize the Output folder so that Visual Studio builds all projects to one folder (instead of a bin folder inside each project). This works fine, all can see all the DLLs and EXE from my projects output in this folder.
But 3rd dependencies (all acquired via NuGet) like EntityFramework do not copy automatically to the centralized output folder. All references have Copy To Local set to true. What am I doing wrong?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
