GenericMvc is group of classes for speeding Asp.Net Core development.
Info
Version: | 1.0.4 |
Author(s): | Joshua Clark |
Last Update: | Wednesday, April 5, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/clarkis117/GenericMvc |
NuGet Url: | https://www.nuget.org/packages/GenericMvc |
Install
Install-Package GenericMvc
dotnet add package GenericMvc
paket add GenericMvc
GenericMvc Download (Unzip the "nupkg" after downloading)
Dependencies
- GenericMvc.Api(>= 1.0.0)
- GenericMvc.Auth(>= 1.0.0)
- GenericMvc.Models(>= 1.0.0)
- GenericMvc.Repositories(>= 1.0.0)
- NETStandard.Library(>= 1.6.1)
- Microsoft.AspNetCore.Authorization(>= 1.1.1)
- Microsoft.EntityFrameworkCore(>= 1.1.1)
- Microsoft.AspNetCore.Identity(>= 1.1.1)
- Microsoft.AspNetCore.Identity.EntityFrameworkCore(>= 1.1.1)
- Microsoft.AspNetCore.Mvc(>= 1.1.2)
- Microsoft.AspNetCore.Mvc.TagHelpers(>= 1.1.2)
- Microsoft.AspNetCore.StaticFiles(>= 1.1.1)
- Microsoft.AspNetCore.Razor(>= 1.1.1)
- Microsoft.Extensions.Logging(>= 1.1.1)
- Microsoft.Extensions.Logging.Console(>= 1.1.1)
- Microsoft.Extensions.Logging.Debug(>= 1.1.1)
- Microsoft.Extensions.Logging.Abstractions(>= 1.1.1)
- Microsoft.Extensions.FileProviders.Embedded(>= 1.1.0)
- Microsoft.AspNetCore.Mvc.ViewFeatures(>= 1.1.2)
Tags