Skip to content

Commit 5f8fe6c

Browse files
Bump Microsoft.EntityFrameworkCore from 9.0.6 to 9.0.10 (#2956)
--- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 9.0.10 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 9.0.10 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 ec9b147 commit 5f8fe6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BervProject.WebApi.Boilerplate.MigrationService/BervProject.WebApi.Boilerplate.MigrationService.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="Aspire.Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.3.1" />
12-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.6" />
12+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.10" />
1313
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.6" />
1414
</ItemGroup>
1515

BervProject.WebApi.Boilerplate/BervProject.WebApi.Boilerplate.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.23.0" />
3333
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="5.1.0" />
3434
<PackageReference Include="Microsoft.Azure.ServiceBus" Version="5.2.0" />
35-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.6" />
35+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.10" />
3636
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.6">
3737
<PrivateAssets>all</PrivateAssets>
3838
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)