Skip to content

Commit 30336a9

Browse files
committed
EF Core 3.x providers are not compatible with EF Core 5.x.
1 parent 568feee commit 30336a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dependencies.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<EFCoreVersion>3.1.10</EFCoreVersion>
3+
<EFCoreVersion>[3.1.10, 5.0.0)</EFCoreVersion>
44
<MicrosoftExtensionsVersion>3.1.10</MicrosoftExtensionsVersion>
55
</PropertyGroup>
66

0 commit comments

Comments
 (0)