EfCore.BaseRepositoryPack
1.1.3
dotnet add package EfCore.BaseRepositoryPack --version 1.1.3
NuGet\Install-Package EfCore.BaseRepositoryPack -Version 1.1.3
<PackageReference Include="EfCore.BaseRepositoryPack" Version="1.1.3" />
<PackageVersion Include="EfCore.BaseRepositoryPack" Version="1.1.3" />
<PackageReference Include="EfCore.BaseRepositoryPack" />
paket add EfCore.BaseRepositoryPack --version 1.1.3
#r "nuget: EfCore.BaseRepositoryPack, 1.1.3"
#:package EfCore.BaseRepositoryPack@1.1.3
#addin nuget:?package=EfCore.BaseRepositoryPack&version=1.1.3
#tool nuget:?package=EfCore.BaseRepositoryPack&version=1.1.3
EfCore.BaseRepositoryPack
This is the base package for EfCore.RepositoryPack
.
It contains shared abstractions, base repository classes, and helper components used by the main library.
This package is not intended for direct use !.
You should reference and useEfCore.RepositoryPack
in your application.
Installation
dotnet add package EfCore.BaseRepositoryPack
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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 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 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net6.0
- Microsoft.EntityFrameworkCore (>= 6.0.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 6.0.0)
- Microsoft.Extensions.DependencyInjection (>= 6.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Options (>= 6.0.0)
-
net7.0
- Microsoft.EntityFrameworkCore (>= 7.0.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 7.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 7.0.0)
- Microsoft.Extensions.DependencyInjection (>= 7.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0.0)
- Microsoft.Extensions.Options (>= 7.0.0)
-
net8.0
- Microsoft.EntityFrameworkCore (>= 8.0.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 8.0.0)
- Microsoft.Extensions.DependencyInjection (>= 8.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Options (>= 8.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on EfCore.BaseRepositoryPack:
Package | Downloads |
---|---|
EfCore.RepositoryPack
Provides a generic repository pattern implementation for Entity Framework Core, supporting all SQL-based databases. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Includes core abstractions and configuration options for repository implementations.