ECO.Core.Providers.EntityFramework
2.1.2
See the version list below for details.
dotnet add package ECO.Core.Providers.EntityFramework --version 2.1.2
NuGet\Install-Package ECO.Core.Providers.EntityFramework -Version 2.1.2
<PackageReference Include="ECO.Core.Providers.EntityFramework" Version="2.1.2" />
paket add ECO.Core.Providers.EntityFramework --version 2.1.2
#r "nuget: ECO.Core.Providers.EntityFramework, 2.1.2"
// Install ECO.Core.Providers.EntityFramework as a Cake Addin #addin nuget:?package=ECO.Core.Providers.EntityFramework&version=2.1.2 // Install ECO.Core.Providers.EntityFramework as a Cake Tool #tool nuget:?package=ECO.Core.Providers.EntityFramework&version=2.1.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 | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. 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. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- ECO.Core (>= 2.1.2)
- Microsoft.EntityFrameworkCore (>= 5.0.12)
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.