Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): Bump the nuget-version-updates group with 2 updates
Bumps Microsoft.AspNetCore.Authentication.OpenIdConnect from 8.0.8 to 8.0.26
Bumps Microsoft.IdentityModel.Protocols.OpenIdConnect from 7.5.1 to 8.17.0

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Authentication.OpenIdConnect
  dependency-version: 8.0.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-version-updates
- dependency-name: Microsoft.IdentityModel.Protocols.OpenIdConnect
  dependency-version: 8.17.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-version-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 22, 2026
commit c1eb7076d5759470a7df9d131d6a23b84e96771d
4 changes: 2 additions & 2 deletions example-dotnet-auth.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.8" />
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="7.5.1" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.26" />
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.17.0" />
<PackageReference Include="DotNetEnv" Version="3.1.1" />
</ItemGroup>

Expand Down
Loading