This package contains a set of generic classes that provide an aspnetcore framework for handling web api requests that integrate with a data store using entity framework core.
Info
Version: | 0.0.0.9 |
Author(s): | Steven McVicar |
Last Update: | Thursday, July 13, 2017 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/SE.Core.ServiceFramework |
Install
Install-Package SE.Core.ServiceFramework
dotnet add package SE.Core.ServiceFramework
paket add SE.Core.ServiceFramework
SE.Core.ServiceFramework Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore(>= 1.1.2)
- Microsoft.IdentityModel.Clients.ActiveDirectory(>= 3.14.1)
- AutoMapper(>= 6.1.1)
- Microsoft.AspNetCore.Mvc(>= 1.1.3)