We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c15c418 commit 09802d6Copy full SHA for 09802d6
src/Infrastructure.EntityFramework/Infrastructure.EntityFramework.csproj
@@ -11,7 +11,7 @@
11
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="[8.0.8]" />
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]" />
+ <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="[8.0.11]" />
15
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="[8.0.2]" />
16
<PackageReference Include="linq2db.EntityFrameworkCore" Version="[8.1.0]" />
17
</ItemGroup>
0 commit comments