Skip to content

Commit a03f092

Browse files
Bump Microsoft.EntityFrameworkCore from 9.0.10 to 9.0.11
--- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 9.0.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4aac7b8 commit a03f092

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.5.2" />
12-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.10" />
12+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.11" />
1313
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.10" />
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.10" />
35+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.11" />
3636
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.10">
3737
<PrivateAssets>all</PrivateAssets>
3838
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)