For .NET Framework projects, MSBuild has (IMO a bug) an issue where, sometimes, DLL references in project dependencies are not copied to the bin folder. Here's a pretty full discussion of the issue: MSBuild doesn't copy references (DLL files) if using project dependencies in solution
Is this also the case in .NET Core projects?