ECO.Core.Providers.EntityFramework
2.3.2
dotnet add package ECO.Core.Providers.EntityFramework --version 2.3.2
NuGet\Install-Package ECO.Core.Providers.EntityFramework -Version 2.3.2
<PackageReference Include="ECO.Core.Providers.EntityFramework" Version="2.3.2" />
paket add ECO.Core.Providers.EntityFramework --version 2.3.2
#r "nuget: ECO.Core.Providers.EntityFramework, 2.3.2"
// Install ECO.Core.Providers.EntityFramework as a Cake Addin #addin nuget:?package=ECO.Core.Providers.EntityFramework&version=2.3.2 // Install ECO.Core.Providers.EntityFramework as a Cake Tool #tool nuget:?package=ECO.Core.Providers.EntityFramework&version=2.3.2
ECO.Providers.EntityFramework is the base package for EFCore. It contains all the basic EFCore stuff (repositories, contexts) but it's required to install also the EFCore specific provider (es. ECO.Providers.EntityFramework.SqlServer).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net7.0
- ECO.Core (>= 2.3.2)
- Microsoft.EntityFrameworkCore (>= 7.0.13)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on ECO.Core.Providers.EntityFramework:
Package | Downloads |
---|---|
ECO.Core.Providers.EntityFramework.SqlServer
ECO.Providers.EntityFramework.SqlServer is the specific package for EFCore - Sql Server and its persistence unit implementation. It requires the base ECO.Providers.EntityFramework package. |
|
ECO.Core.Providers.EntityFramework.InMemory
ECO.Providers.EntityFramework.InMemory is the specific package for EFCore - In Memory and its persistence unit implementation. It requires the base ECO.Providers.EntityFramework package. |
GitHub repositories
This package is not used by any popular GitHub repositories.