Skip to content

Commit

Permalink
Update Npgsql.EntityFrameworkCore.PostgreSQL to 8.0.8
Browse files Browse the repository at this point in the history
Updated the Npgsql.EntityFrameworkCore.PostgreSQL package version
from 8.0.4 to 8.0.8 in the Moonglade.Data.PostgreSql.csproj file.
This update includes potential bug fixes, performance improvements,
and new features.
  • Loading branch information
EdiWang committed Sep 27, 2024
1 parent 851fcbc commit 2954162
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.4" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.8" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Moonglade.Data\Moonglade.Data.csproj" />
Expand Down

0 comments on commit 2954162

Please sign in to comment.