update SQLite and PostgreSQL to latest packages

This commit is contained in:
sbwalker
2023-11-29 13:28:53 -05:00
parent 65f463dbbd
commit 2344a49260
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
<ItemGroup>
<PackageReference Include="EFCore.NamingConventions" Version="8.0.0-rc.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.0-rc.2" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.0" />
</ItemGroup>
<ItemGroup>