Ardalis.Specification.EntityFramework6 6.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Ardalis.Specification.EntityFramework6 --version 6.1.0
NuGet\Install-Package Ardalis.Specification.EntityFramework6 -Version 6.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Ardalis.Specification.EntityFramework6" Version="6.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ardalis.Specification.EntityFramework6 --version 6.1.0
#r "nuget: Ardalis.Specification.EntityFramework6, 6.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Ardalis.Specification.EntityFramework6 as a Cake Addin
#addin nuget:?package=Ardalis.Specification.EntityFramework6&version=6.1.0

// Install Ardalis.Specification.EntityFramework6 as a Cake Tool
#tool nuget:?package=Ardalis.Specification.EntityFramework6&version=6.1.0

EF6 plugin package to Ardalis.Specification containing EF6 evaluator and abstract repository.

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Ardalis.Specification.EntityFramework6:

Package Downloads
Centeva.Dal.EntityFramework The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

The Centeva Data Access Layer for Entity Framework 6

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.0 921 11/22/2023
7.0.0 441 5/26/2023
6.1.0 24,086 6/24/2022
6.0.1 3,657 1/19/2022
6.0.0 529 1/13/2022
5.2.0 1,621 9/7/2021
5.1.0 378 9/2/2021

- Added `AddRangeAsync`. [PR 239](https://github.com/ardalis/Specification/pull/239)
       - Added dictionary as arbitrary state for specifications. [PR 248](https://github.com/ardalis/Specification/pull/248)
       - Added support for updating specifications. [PR 251](https://github.com/ardalis/Specification/pull/251)
       - Updated base specifications as non-abstract classes. [PR 252](https://github.com/ardalis/Specification/pull/252)
       - Update the infrastructure for single result specifications. [PR 272](https://github.com/ardalis/Specification/pull/272)
       - Added `UpdateRangeAsync`. [PR 272](https://github.com/ardalis/Specification/pull/272)
       - Add WithSpecification overload for specifications with Select. [PR 273](https://github.com/ardalis/Specification/pull/273)