Skip to content

Commit

Permalink
Build(deps): Bump OpenIddict.EntityFrameworkCore from 4.3.0 to 4.9.0
Browse files Browse the repository at this point in the history
Bumps [OpenIddict.EntityFrameworkCore](https://github.com/openiddict/openiddict-core) from 4.3.0 to 4.9.0.
- [Release notes](https://github.com/openiddict/openiddict-core/releases)
- [Commits](openiddict/openiddict-core@4.3.0...4.9.0)

---
updated-dependencies:
- dependency-name: OpenIddict.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 5a21d77 commit 4d7a200
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AdminUi/src/AdminUi/AdminUi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<!-- CAUTION: Do not upgrade OpenIddict to a version greater than 4.3.0, because it breaks authentication -->
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="[4.3.0]" />
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="[4.9.0]" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" />
<PackageReference Include="FluentValidation.AspNetCore" Version="11.3.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<!-- CAUTION: Do not upgrade OpenIddict to a version greater than 4.3.0, because it breaks authentication -->
<PackageReference Include="OpenIddict.AspNetCore" Version="[4.3.0]" />
<!-- CAUTION: Do not upgrade OpenIddict to a version greater than 4.3.0, because it breaks authentication -->
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="[4.3.0]" />
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="[4.9.0]" />
<PackageReference Include="Polly" Version="8.0.0" />
<PackageReference Include="RabbitMQ.Client" Version="6.5.0" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.11" />
Expand Down

0 comments on commit 4d7a200

Please sign in to comment.