Skip to content

Commit 0f7b75f

Browse files
build(deps): Bump Npgsql.EntityFrameworkCore.PostgreSQL (#341)
Bumps [Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/npgsql/efcore.pg) from 9.0.3 to 9.0.4. - [Release notes](https://github.com/npgsql/efcore.pg/releases) - [Commits](npgsql/efcore.pg@v9.0.3...v9.0.4) --- updated-dependencies: - dependency-name: Npgsql.EntityFrameworkCore.PostgreSQL dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c849728 commit 0f7b75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ODataExample/ODataExample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</PackageReference>
1818
<PackageReference Include="NLog" Version="5.4.0" />
1919
<PackageReference Include="NLog.Web.AspNetCore" Version="5.3.15" />
20-
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.3" />
20+
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" />
2121
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.3.1" />
2222
</ItemGroup>
2323

0 commit comments

Comments
 (0)