update to .NET SDK 9.0.6

This commit is contained in:
sbwalker
2025-07-08 13:09:10 -04:00
parent cb5e4e076f
commit ac236607f5
6 changed files with 21 additions and 21 deletions

View File

@ -34,7 +34,7 @@
<ItemGroup>
<PackageReference Include="EFCore.NamingConventions" Version="9.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.6" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" />
</ItemGroup>