Helper classes to create Windows Services based on TopShelf that host services built on IHostedService.
Info
Version: | 1.9.3 |
Author(s): | EMG |
Last Update: | Thursday, March 14, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/emgdev/dotnet-utils |
NuGet Url: | https://www.nuget.org/packages/EMG.Utilities.Hosting.TopShelf |
Install
Install-Package EMG.Utilities.Hosting.TopShelf
dotnet add package EMG.Utilities.Hosting.TopShelf
paket add EMG.Utilities.Hosting.TopShelf
EMG.Utilities.Hosting.TopShelf Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.Extensions.Configuration(>= 2.2.0)
- Microsoft.Extensions.Configuration.EnvironmentVariables(>= 2.2.0)
- Microsoft.Extensions.Configuration.Json(>= 2.2.0)
- Microsoft.Extensions.DependencyInjection(>= 2.2.0)
- Microsoft.Extensions.Hosting(>= 2.2.0)
- Microsoft.Extensions.Logging(>= 2.2.0)
- TopShelf(>= 4.2.0)
- Microsoft.Extensions.Configuration(>= 2.2.0)
- Microsoft.Extensions.Configuration.EnvironmentVariables(>= 2.2.0)
- Microsoft.Extensions.Configuration.Json(>= 2.2.0)
- Microsoft.Extensions.DependencyInjection(>= 2.2.0)
- Microsoft.Extensions.Hosting(>= 2.2.0)
- Microsoft.Extensions.Logging(>= 2.2.0)
- TopShelf(>= 4.2.0)
Tags