Skip to content

Commit

Permalink
Added warning for EF Core v7 users
Browse files Browse the repository at this point in the history
  • Loading branch information
aivascu authored Jul 25, 2023
1 parent d483899 commit ed9a813
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ target frameworks that support at most `netstandard2.0` (`>= net47` and `netcore
Versions after `v3.1` are targeting `netstandard2.0`. If you've encountered this issue consider upgrading to a later
version of Entity Framework Core.

#### :warning: EF Core v7.0.x :warning:

If you're using EF Core v7 you must install the corresponding database provider package alongside this library.<br/>
So for example if you're using SQLite, you must install `Microsoft.EntityFrameworkCore.Sqlite v7.0.0` or later, otherwise your tests will not pass.

## Features

**EntityFrameworkCore.AutoFixture** offers three customizations to help your unit testing workflow:
Expand Down

0 comments on commit ed9a813

Please sign in to comment.