Skip to content

Commit

Permalink
Update Npgsql package to version 9.0.0
Browse files Browse the repository at this point in the history
Upgraded the Npgsql.EntityFrameworkCore.PostgreSQL package from version 8.0.10 to 9.0.0 in the EasyExtensions.EntityFrameworkCore.Npgsql.csproj file. This update is intended to leverage the new features, improvements, and bug fixes provided in the latest version of the package.
  • Loading branch information
bvdcode committed Nov 19, 2024
1 parent 3913107 commit 3d39500
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
<None Include="packageIcon.png" Pack="true" PackagePath="\" />
<None Include="..\..\LICENSE.md" Pack="true" PackagePath="LICENSE.md" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.10" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="9.0.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>
Expand Down

0 comments on commit 3d39500

Please sign in to comment.