Skip to content

Commit

Permalink
Update Npgsql.EntityFrameworkCore.PostgreSQL to 8.0.10
Browse files Browse the repository at this point in the history
Upgraded the Npgsql.EntityFrameworkCore.PostgreSQL package from
version 8.0.8 to 8.0.10 in the Moonglade.Data.PostgreSql.csproj
file. This update includes potential bug fixes, performance
improvements, and new features available in the newer version.
  • Loading branch information
EdiWang committed Oct 22, 2024
1 parent ccb84be commit 356e165
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.8" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.10" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Moonglade.Data\Moonglade.Data.csproj" />
Expand Down

0 comments on commit 356e165

Please sign in to comment.