Hello,
I have created one console application in .Net core 3.1 which is running fine on Linux.
But I have a new requirement that once I ran my app which should not block the terminal window. Currently it is blocking the terminal window as my app is running on it.
How to run the .Net core console application in background?
Best Regards,
Hari