зеркало из
1
0
Форкнуть 0
[Archived] Contains common DI abstractions that ASP.NET Core and Entity Framework Core use. Project moved to https://github.com/aspnet/Extensions
Перейти к файлу
Pranav K 15bda75631 Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:33 -07:00
src Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:33 -07:00
test/Microsoft.Extensions.DependencyInjection.Tests Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:33 -07:00
.gitattributes Initial commit. 2014-01-10 17:15:37 -08:00
.gitignore Add project.lock.json to .gitignore 2015-02-16 12:11:14 -08:00
.travis.yml Update .travis.yml 2015-08-01 05:04:52 -07:00
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:50:33 -07:00
DependencyInjection.sln Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:33 -07:00
LICENSE.txt Update LICENSE.txt and license header on files. 2015-05-01 13:46:14 -07:00
NuGet.config Update nuget.exe and corresponding feeds to v3. 2015-09-17 18:31:43 -07:00
NuGetPackageVerifier.json Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:33 -07:00
README.md Correct version for EF in README.md 2015-05-13 16:29:48 +02:00
appveyor.yml Update .travis.yml and appveyor.yml to build quietly. 2015-04-07 16:14:32 -07:00
build.cmd Update 'build.cmd' alias parameter to use full name. 2015-10-01 11:56:49 -07:00
build.sh Update nuget.exe and corresponding feeds to v3. 2015-09-17 18:31:43 -07:00
global.json Update global.json, sources=>projects 2015-04-02 09:19:56 -07:00
makefile.shade Change the default author in makefile.shade 2014-06-18 16:19:15 -07:00

README.md

DependencyInjection

AppVeyor: AppVeyor

Travis: Travis

Contains the common DI abstractions that all of ASP.NET 5 and Entity Framework 7 use, as well as adapters for some IoC containers.

This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the Home repo.