Skip to content

Commit

Permalink
Explicitly set the supported EF Core version to < 5.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
lauxjpn committed Sep 22, 2020
1 parent 1e329ba commit 2c6c3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<UsingToolXliff>False</UsingToolXliff>
</PropertyGroup>
<PropertyGroup Label="Common Versions">
<EntityFrameworkCoreVersion>3.1.8</EntityFrameworkCoreVersion>
<EntityFrameworkCoreVersion>[3.1.8, 5.0.0)</EntityFrameworkCoreVersion>
</PropertyGroup>
<PropertyGroup Label="Dependencies">
<!-- Runtime Dependencies -->
Expand Down

0 comments on commit 2c6c3fa

Please sign in to comment.