When I build the netcore 2.0 project, VS2017 generated files in \bin\DEBUG\netcoreapp2.0\* rather than in \bin\DEBUG\*.
It gives a mirage effect while debugging, since the generated app run as in \bin\DEBUG\ folder.
So, my config.json file to load should be in \bin\DEBUG\ folder and so my module folders.
Worse, my modules are netcore project too, and their output folder are in *\netcoreapp2.0 too.
I find it difficult to copy them manually every time I build the projects.
Is there any way to change TargetDir on netcoreapp2.0? (Without post-build commands)