Skip to content

Commit 34648b5

Browse files
Build(deps): Bump Npgsql in /src/VirtoCommerce.Platform.Data.PostgreSql
Bumps [Npgsql](https://github.com/npgsql/npgsql) from 8.0.1 to 8.0.3. - [Release notes](https://github.com/npgsql/npgsql/releases) - [Commits](npgsql/npgsql@v8.0.1...v8.0.3) --- updated-dependencies: - dependency-name: Npgsql dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 24a8b80 commit 34648b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VirtoCommerce.Platform.Data.PostgreSql/VirtoCommerce.Platform.Data.PostgreSql.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0">
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
</PackageReference>
18-
<PackageReference Include="Npgsql" Version="8.0.1" />
18+
<PackageReference Include="Npgsql" Version="8.0.3" />
1919
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.0" />
2020
</ItemGroup>
2121

0 commit comments

Comments
 (0)