Setup Multiple Settings Files with a .NET Console Application
In ASP.NET Core we are used to having multiple appsettings.json files with settings that differ per environment. I want to do the same in a Console Application. This makes debugging the application easier.
Read the article Setup Multiple Settings Files with a .NET Console Application