build(deps): bump Npgsql.EntityFrameworkCore.PostgreSQL

Bumps [Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/npgsql/efcore.pg) from 7.0.11 to 7.0.18.
- [Release notes](https://github.com/npgsql/efcore.pg/releases)
- [Commits](https://github.com/npgsql/efcore.pg/compare/v7.0.11...v7.0.18)

---
updated-dependencies:
- dependency-name: Npgsql.EntityFrameworkCore.PostgreSQL
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-25 20:42:06 +00:00 committed by Collin Barrett
parent d9b0fb7ad9
commit 9c93290feb

View file

@ -20,7 +20,7 @@
<PackageReference Include="EFCore.NamingConventions" Version="7.0.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="7.0.18" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="7.0.0" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.11" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.18" />
</ItemGroup>
<ItemGroup>