We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad7a10 commit e3753a4Copy full SHA for e3753a4
1 file changed
src/Infrastructure.EntityFramework/Infrastructure.EntityFramework.csproj
@@ -12,7 +12,7 @@
12
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="[8.0.8]" />
13
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="[8.0.8]" />
14
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="[8.0.4]" />
15
- <PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="[8.0.2]" />
+ <PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="[9.0.0]" />
16
<PackageReference Include="linq2db.EntityFrameworkCore" Version="[8.1.0]" />
17
</ItemGroup>
18
0 commit comments