Skip to content

Commit ceb153c

Browse files
committed
update Pomelo.EntityFrameworkCore.MySql to 8.0.0-beta.2, as 7.0 version does not support EF Core 8.0
1 parent 75c5eff commit ceb153c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HealthChecks.UI.MySql.Storage/HealthChecks.UI.MySql.Storage.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="7.0.0 " />
11+
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.0-beta.2" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

0 commit comments

Comments
 (0)