Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 754 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 754 Bytes

selfhost

.NET 5.0 self-hosting Kestrel Console App

This self-host template represents an .NET Core Web App with the minimum starting dependencies & configuration. For an empty .NET Core Web App with the recommended starting configuration use the web project template instead.

Browse source code, view live demo selfhost.web-templates.io and install with dotnet-new:

$ dotnet tool install -g x

$ x new selfhost ProjectName