Skip to content

Commit 966ee96

Browse files
Bump Microsoft.EntityFrameworkCore from 9.0.11 to 10.0.0 (#3003)
--- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 343a02c commit 966ee96

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

0 commit comments

Comments
 (0)