Skip to content

Commit

Permalink
Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL, Microsoft.EntityFr…
Browse files Browse the repository at this point in the history
…ameworkCore, Microsoft.EntityFrameworkCore.Relational and Microsoft.Extensions.Logging.Abstractions

Bumps [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/dotnet/aspire), [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore), [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore) and [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `Aspire.Npgsql.EntityFrameworkCore.PostgreSQL` from 9.0.0 to 9.1.0
- [Release notes](https://github.com/dotnet/aspire/releases)
- [Commits](dotnet/aspire@v9.0.0...v9.1.0)

Updates `Microsoft.EntityFrameworkCore` from 9.0.2 to 9.0.2
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v9.0.2...v9.0.2)

Updates `Microsoft.EntityFrameworkCore.Relational` from 9.0.2 to 9.0.2
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v9.0.2...v9.0.2)

Updates `Microsoft.Extensions.Logging.Abstractions` from 9.0.2 to 9.0.2
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.2...v9.0.2)

---
updated-dependencies:
- dependency-name: Aspire.Npgsql.EntityFrameworkCore.PostgreSQL
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.EntityFrameworkCore.Relational
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 27, 2025
1 parent c475fc8 commit aff66c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Aspire.Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.0" />
<PackageReference Include="Aspire.Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.1.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.2">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit aff66c2

Please sign in to comment.