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.

Version Downloads Last updated
2.0.0 2,271 1/26/2024
1.0.4 1,064 1/22/2024
1.0.3 919 1/21/2024

- First release