Skip to content

Commit 3f5c2ae

Browse files
Package Dependencies: Bump Microsoft.EntityFrameworkCore and 2 others
Bumps Microsoft.EntityFrameworkCore to 9.0.6 Bumps Microsoft.EntityFrameworkCore.Relational to 9.0.6 Bumps Npgsql.EntityFrameworkCore.PostgreSQL from 9.0.1 to 9.0.4 --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 9.0.6 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 9.0.6 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-version: 9.0.6 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-version: 9.0.6 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-version: 9.0.6 dependency-type: direct:production update-type: version-update:semver-patch - 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] <support@github.com>
1 parent e059901 commit 3f5c2ae

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

QueryKit.IntegrationTests/QueryKit.IntegrationTests.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
<PackageReference Include="FluentAssertions" Version="7.0.0" />
1616
<PackageReference Include="MediatR" Version="12.4.1" />
1717
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.0" />
18-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.0" />
18+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.6" />
19+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.6" />
1920
<PackageReference Include="CleanMoq" Version="1.0.0" />
2021
<PackageReference Include="Testcontainers" Version="4.0.0" />
2122
<PackageReference Include="Testcontainers.PostgreSql" Version="4.0.0" />

QueryKit.WebApiTestProject/QueryKit.WebApiTestProject.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
<PackageReference Include="Ardalis.SmartEnum" Version="8.2.0" />
1111
<PackageReference Include="EFCore.NamingConventions" Version="9.0.0" />
1212
<PackageReference Include="MediatR" Version="12.4.1" />
13-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.0" />
14-
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.1" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.6" />
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.6" />
15+
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" />
1516
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.0" />
1617
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.0">
1718
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)