Skip to content

Commit a6a4134

Browse files
committed
Fix version conflicts caused by PR#271
1 parent 696b066 commit a6a4134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/EntityFrameworkCore.Generator.Core/EntityFrameworkCore.Generator.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="3.9.0" />
2121
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.6" />
2222
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="5.0.0" />
23-
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="5.0.0" />
23+
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="5.0.1" />
2424
<PackageReference Include="System.ComponentModel.TypeConverter" Version="4.3.0" />
2525
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.7.0" />
26-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.6" />
26+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.7" />
2727
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.6" />
2828
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.6" />
2929
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="5.0.6" />

0 commit comments

Comments
 (0)