Skip to content

Commit

Permalink
update Pomelo.EntityFrameworkCore.MySql to 8.0.0-beta.2, as 7.0 versi…
Browse files Browse the repository at this point in the history
…on does not support EF Core 8.0
  • Loading branch information
adamsitnik committed Nov 23, 2023
1 parent 75c5eff commit ceb153c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="7.0.0 " />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.0-beta.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit ceb153c

Please sign in to comment.