Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lamadelrae/doc faq ef versions #324

Merged
merged 3 commits into from
May 1, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
fixing line
  • Loading branch information
lamadelrae committed Apr 29, 2023
commit 05097093e41cace7a9165afbdbec6a1396e3fd06
7 changes: 5 additions & 2 deletions docs/getting-started/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,10 @@ Also make sure that the base class of your Specification using `Select` is a `Sp

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 sets the minimum required version only. (EF Core 6.0.6 and EF 6.4.4) But you are free to explicity install higher versions if you like.
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.