Skip to content

Commit

Permalink
Package Dependencies: Bump EFCore.NamingConventions and Microsoft.Ent…
Browse files Browse the repository at this point in the history
…ityFrameworkCore

Bumps [EFCore.NamingConventions](https://github.com/efcore/EFCore.NamingConventions) and [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore). These dependencies needed to be updated together.

Updates `EFCore.NamingConventions` from 8.0.3 to 9.0.0
- [Release notes](https://github.com/efcore/EFCore.NamingConventions/releases)
- [Commits](efcore/EFCore.NamingConventions@v8.0.3...v9.0.0)

Updates `Microsoft.EntityFrameworkCore` from 8.0.10 to 9.0.0
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v8.0.10...v9.0.0)

---
updated-dependencies:
- dependency-name: EFCore.NamingConventions
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent d391cde commit 3afe968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PeakLims/src/PeakLims/PeakLims.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
<PackageReference Include="AWSSDK.S3" Version="3.7.403.1" />
<PackageReference Include="Bogus" Version="35.6.1" />
<PackageReference Include="Destructurama.Attributed" Version="4.0.0" />
<PackageReference Include="EFCore.NamingConventions" Version="8.0.3" />
<PackageReference Include="EFCore.NamingConventions" Version="9.0.0" />
<PackageReference Include="FluentValidation.AspNetCore" Version="11.3.0" />
<PackageReference Include="Hangfire" Version="1.8.14" />
<PackageReference Include="Hangfire.MemoryStorage" Version="1.8.1.1" />
<PackageReference Include="HeimGuard" Version="1.0.1" />
<PackageReference Include="Hellang.Middleware.ProblemDetails" Version="6.5.1" />
<PackageReference Include="MediatR" Version="12.4.1" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.10" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.10">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 3afe968

Please sign in to comment.