Enhanced Console App with Hosting Framework (Dependency Injection, Configuration, Logging, Database)
- VS Code or Visual Studio
- .Net 8
The project template package can be found at nuget.org. To perform the installation the dotnet cli is required.
dotnet new install Zerow.Templates.ConsoleThe valid versions can be found on the nuget package site.
dotnet new Zerow.Templates.Console -n MyConsoleAppor
dotnet new zerow-console -n MyConsoleApp