0

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?

Suraj
  • 35,905
  • 47
  • 139
  • 250

1 Answers1

0

Seems like this will be released with netcoreapp3.0

See here: https://github.com/Microsoft/msbuild/issues/4156

Suraj
  • 35,905
  • 47
  • 139
  • 250