NetHacksPack.Data.Persistence.Abstractions
1.0.0.1
dotnet add package NetHacksPack.Data.Persistence.Abstractions --version 1.0.0.1
NuGet\Install-Package NetHacksPack.Data.Persistence.Abstractions -Version 1.0.0.1
<PackageReference Include="NetHacksPack.Data.Persistence.Abstractions" Version="1.0.0.1" />
<PackageVersion Include="NetHacksPack.Data.Persistence.Abstractions" Version="1.0.0.1" />
<PackageReference Include="NetHacksPack.Data.Persistence.Abstractions" />
paket add NetHacksPack.Data.Persistence.Abstractions --version 1.0.0.1
#r "nuget: NetHacksPack.Data.Persistence.Abstractions, 1.0.0.1"
#:package NetHacksPack.Data.Persistence.Abstractions@1.0.0.1
#addin nuget:?package=NetHacksPack.Data.Persistence.Abstractions&version=1.0.0.1
#tool nuget:?package=NetHacksPack.Data.Persistence.Abstractions&version=1.0.0.1
This package contains the basic repository abstractions, to NetHacksPack.
It helps to write plugable infrastruture storage projects being mokes and replaces data provides easely
| 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. 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. |
| .NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on NetHacksPack.Data.Persistence.Abstractions:
| Package | Downloads |
|---|---|
|
NetHacksPack.Data.Persistence.EF
This package implements a generic repository from NetHacksPack.Data.Persistence.Abstraction based on EntityFrameworkCore. It helps write entity framework repositories easily, without creating explicity dependencies from a EFCore implementation |
GitHub repositories
This package is not used by any popular GitHub repositories.
Added license file + basic descriptions