build(deps): bump EFCore.NamingConventions

Bumps [EFCore.NamingConventions](https://github.com/efcore/EFCore.NamingConventions) from 6.0.0-rc.1 to 6.0.0.
- [Release notes](https://github.com/efcore/EFCore.NamingConventions/releases)
- [Commits](https://github.com/efcore/EFCore.NamingConventions/compare/v6.0.0-rc.1...v6.0.0)

---
updated-dependencies:
- dependency-name: EFCore.NamingConventions
  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] 2021-11-22 06:04:04 +00:00 committed by Collin M. Barrett
parent 85e3f3dc05
commit f9e9d313ba

View file

@ -17,7 +17,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EFCore.NamingConventions" Version="6.0.0-rc.1" />
<PackageReference Include="EFCore.NamingConventions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="6.0.0" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.0" />
</ItemGroup>