зеркало из
1
0
Форкнуть 0

Correct version for EF in README.md

Entity Framework is on version 7, not 5. Also, Entity Framework looks better than EF imo.
This commit is contained in:
Henk Mollema 2015-05-13 16:29:48 +02:00
Родитель aad25842f9
Коммит 8331058e53
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -4,6 +4,6 @@ AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/o6mbbm70k0gdd
Travis: [![Travis](https://travis-ci.org/aspnet/DependencyInjection.svg?branch=dev)](https://travis-ci.org/aspnet/DependencyInjection)
Contains the common DI abstractions that all of ASP.NET and EF 5 use, as well as adapters for some IoC containers.
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](https://github.com/aspnet/home) repo.