A simple library intended to clean up the start code for .NET Core MVC applications.
Info
Version: | 1.2.3 |
Author(s): | David Love |
Last Update: | Friday, September 28, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/bungeemonkee/AspNetCore.CleanStart |
NuGet Url: | https://www.nuget.org/packages/AspNetCore.CleanStart |
Install
Install-Package AspNetCore.CleanStart
dotnet add package AspNetCore.CleanStart
paket add AspNetCore.CleanStart
AspNetCore.CleanStart Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore(>= 2.1.3)
- Microsoft.AspNetCore.Mvc(>= 2.1.2)
- Microsoft.Extensions.Logging.Debug(>= 2.1.1)
Tags