update to .NET SDK 8.0.4

This commit is contained in:
sbwalker
2024-04-10 16:24:23 -04:00
parent a148941a39
commit c79c638f35
6 changed files with 15 additions and 15 deletions

View File

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