Simple startup framework for .NET Core services, mimicking semantics of ASP.NET Core startup.
Info
Version: | 1.0.0 |
Author(s): | AXOOM GmbH |
Last Update: | Wednesday, February 28, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/AXOOM/Startup.Core |
NuGet Url: | https://www.nuget.org/packages/Startup.Core |
Install
Install-Package Startup.Core
dotnet add package Startup.Core
paket add Startup.Core
Startup.Core Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection(>= 2.0.0)
- System.Runtime.Loader(>= 4.3.0)