update Npgsql.EntityFrameworkCore.PostgreSQL to version 8.0.2

This commit is contained in:
sbwalker
2024-02-18 10:21:36 -05:00
parent 2c17551d50
commit 54418957b6
4 changed files with 79 additions and 6 deletions

View File

@ -35,7 +35,7 @@
<ItemGroup>
<PackageReference Include="EFCore.NamingConventions" Version="8.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.2" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.0" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.2" />
</ItemGroup>
<ItemGroup>