devdeer.Templates.HostConsole
2.0.0
dotnet new install devdeer.Templates.HostConsole::2.0.0
This package contains a .NET Template Package you can call from the shell/command line.
DEVDEER Hosted Console Template for .NET
Description
This nuget package can be used to initialize a C# console app using Microsoft.Extensions.Hosting
to deliver the same dependency injection experience as ASP.NET.
Installation
The project template package can be found at nuget.org. To perform the installation the dotnet cli
is required.
dotnet new --install devdeer.Templates.HostConsole
The valid versions can be found on the nuget package site.
Usage
dotnet new devdeer-hostconsole --ProjectName MyConsoleApp
-
net8.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- First release