Service.NET Core is a minimal framework for building service applications.
Info
Version: | 1.0.1 |
Author(s): | Eugene Yamenko |
Last Update: | Tuesday, December 12, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/eyamenko/ServiceNetCore |
NuGet Url: | https://www.nuget.org/packages/ServiceNetCore |
Install
Install-Package ServiceNetCore
dotnet add package ServiceNetCore
paket add ServiceNetCore
ServiceNetCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Configuration(>= 2.0.0)
- Microsoft.Extensions.Configuration.Abstractions(>= 2.0.0)
- Microsoft.Extensions.Configuration.EnvironmentVariables(>= 2.0.0)
- Microsoft.Extensions.Configuration.Json(>= 2.0.0)
- Microsoft.Extensions.DependencyInjection(>= 2.0.0)