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.
2 parents 97027ae + f9ae8f2 commit 574ed4eCopy full SHA for 574ed4e
PingCRM.csproj
@@ -19,7 +19,7 @@
19
<!-- Database Providers -->
20
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0" />
21
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0" />
22
- <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.0" />
+ <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" />
23
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.0" />
24
25
<!-- TypeGen for TypeScript generation -->
0 commit comments