After consuming .net standard projects in a .net framework(4.6) console application, the dependencies of the .net standard projects are not copied into the output directory.
Another answer is to publish the project:
dotnet publish -o path/to/output/folder