Sample .NET minimal template console app showing how to add configuration using appsettings.json and secrets.json.
The .NET minimal template for a console application simplifies the setup by omitting extra boilerplate code. This template uses top-level statements, removing the need for a Main method declaration.