Skip to content

Commit

Permalink
Bump Microsoft.Extensions.Identity.Stores and Microsoft.Extensions.Id…
Browse files Browse the repository at this point in the history
…entity.Core

Bumps [Microsoft.Extensions.Identity.Stores](https://github.com/dotnet/aspnetcore) and [Microsoft.Extensions.Identity.Core](https://github.com/dotnet/aspnetcore). These dependencies needed to be updated together.

Updates `Microsoft.Extensions.Identity.Stores` from 6.0.1 to 8.0.1
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v6.0.1...v8.0.1)

Updates `Microsoft.Extensions.Identity.Core` from 6.0.1 to 8.0.1
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v6.0.1...v8.0.1)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Identity.Stores
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Identity.Core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
1 parent 18c0a37 commit 3bff86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Entities/Entities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="6.0.1" />
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="8.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3bff86f

Please sign in to comment.