We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7c0ab2 commit 96613d6Copy full SHA for 96613d6
1 file changed
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="[10.0.1]" />
15
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="[8.0.2]" />
16
<PackageReference Include="linq2db.EntityFrameworkCore" Version="[8.1.0]" />
17
</ItemGroup>
0 commit comments