Helper package to help you Host a Windows Background Service, making the Program and Startup look similar to the ASP.NET startup code.
Info
| Version: | 1.0.0 |
| Author(s): | brandonhein |
| Last Update: | Monday, September 30, 2019 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/brandonhein/Hein.Framework/tree/master/Hosting |
| NuGet Url: | https://www.nuget.org/packages/Hein.Framework.Hosting |
Install
Install-Package Hein.Framework.Hosting
dotnet add package Hein.Framework.Hosting
paket add Hein.Framework.Hosting
Hein.Framework.Hosting Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Hosting(>= 2.2.0)