Fix supported EF Core version range. (#229)

pull/233/head
Laurents Meyer 2 years ago committed by GitHub
parent a7a2154fd0
commit c84a048e23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,6 +1,6 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<EFCoreVersion>[8.0.2, 9.0.0)</EFCoreVersion> <EFCoreVersion>[8.0.2,8.0.999]</EFCoreVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

Loading…
Cancel
Save