I try to config my project to run two consoles - one for Angular front-end app project and the other for the asp .net core back-end project. But It doesn't work: Npm console starts, when the asp .net core console does not.
Solution settings:
Only the console does not appear and it seems to build the project (asp .net core) properly. Any ideas how to set this?