Entity Framework Core is a lightweight and extensible version of the popular Entity Framework data access technology. Commonly Used Types: Microsoft.EntityFrameworkCore.DbContext Microsoft.EntityFrameworkCore.DbSet This package was built from the source code at https://github.com/aspnet/EntityFrameworkCore/tree/bf24028cec2e5f63c02307865729f3c1b3afcf38
dotnet add package Microsoft.EntityFrameworkCore --version 2.2.3
Install-Package Microsoft.EntityFrameworkCore -Version 2.2.3
| 包名 | 版本要求 |
|---|---|
| Microsoft.EntityFrameworkCore.Abstractions | [2.2.3, ) |
| Microsoft.EntityFrameworkCore.Analyzers | [2.2.3, ) |
| Microsoft.Extensions.Caching.Memory | [2.2.0, ) |
| Microsoft.Extensions.DependencyInjection | [2.2.0, ) |
| Microsoft.Extensions.Logging | [2.2.0, ) |
| Remotion.Linq | [2.2.0, ) |
| System.Collections.Immutable | [1.5.0, ) |
| System.ComponentModel.Annotations | [4.5.0, ) |
| System.Diagnostics.DiagnosticSource | [4.5.0, ) |
| System.Interactive.Async | [3.2.0, ) |
| 作者 | Microsoft |
|---|---|
| 发布时间 | 2019-03-11 22:45:01 |
| 项目主页 | https://asp.net/ |
| 许可证 | https://raw.githubusercontent.com/aspnet/AspNetCore/2.0.0/LICENSE.txt |