Microsoft.EntityFrameworkCore (7.0.4)
Published 2023-05-05 11:30:44 +10:00 by achi
Installation
dotnet nuget add source --name lers --username your_username --password your_token
dotnet add package --source lers --version 7.0.4 Microsoft.EntityFrameworkCore
About this package
Entity Framework Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. EF Core works with SQL Server, Azure SQL Database, SQLite, Azure Cosmos DB, MySQL, PostgreSQL, and other databases through a provider plugin API.
Commonly Used Types: Microsoft.EntityFrameworkCore.DbContext Microsoft.EntityFrameworkCore.DbSet
Dependencies
ID | Version | Target Framework |
---|---|---|
Microsoft.EntityFrameworkCore.Abstractions | 7.0.4 | net6.0 |
Microsoft.EntityFrameworkCore.Analyzers | 7.0.4 | net6.0 |
Microsoft.Extensions.Caching.Memory | 7.0.0 | net6.0 |
Microsoft.Extensions.DependencyInjection | 7.0.0 | net6.0 |
Microsoft.Extensions.Logging | 7.0.0 | net6.0 |