I've got a solution that has 2 projects. The first is a asp.net core 6.0 mvc app that calls a web service that is exposed by the second one (Web API alsso built with asp.net core 6.0). Is there a way for me to start both projects at the same time in order? I've tried the coumpound option, but it seems like there's no way for me to set the order (it will always be run in alphabetical order).
Thanks.