Why does .NET Core not add the reference Dlls from the nuget packages to the bin folder

Viewed 2197

.Net Core projects do not put the reference DLLs from the nuget packages in the bin folder. Is there a way of any properties that helps in doing that? It's needed for some third party tools to understand the reference DLLs.

1 Answers
Related