Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/getting-started/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,11 @@ In this case, each element x is being "transformed" into its `Name` property.
Also make sure that the base class of your Specification using `Select` is a `Specification<T, TReturn>`.

See the [doc page](../features/select.md) on `Select` for a more detailed explanation.

## Which versions of EF and EF Core can I use?

Ardalis.Specification by default sets the minimum required version.

Which is: `EF Core 6.0.6` and `EF 6.4.4`.

But you are free to explicitly set higher versions if you like.