Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IdWeb fails with current version of IdentityModel dev branch #3167

Closed
jmprieur opened this issue Dec 16, 2024 · 0 comments · Fixed by #3168
Closed

IdWeb fails with current version of IdentityModel dev branch #3167

jmprieur opened this issue Dec 16, 2024 · 0 comments · Fixed by #3168
Assignees
Labels
bug Something isn't working

Comments

@jmprieur
Copy link
Collaborator

Microsoft.Identity.Web Library

Microsoft.Identity.Web

Microsoft.Identity.Web version

3,5,1

Web app

Not Applicable

Web API

Not Applicable

Token cache serialization

Not Applicable

Description

IdWeb fails with current version of IdentityModel dev branch, due to a package downgrade (Of Microsoft.Extensions.Logging.Abstractions)

Reproduction steps

  1. Run a unified build with all master/main/dev versions of the libraries

Error message

D:\a_work\1\s\microsoft-identity-web\src\Microsoft.Identity.Web.Certificateless\Microsoft.Identity.Web.Certificateless.csproj : error NU1605: Warning As Error: Detected package downgrade: Microsoft.Extensions.Logging.Abstractions from 3.1.0 to 2.1.0. Reference the package directly from the project to select a different version. [D:\a_work\1\s\microsoft-identity-web\tests\E2E Tests\NET 7 tests\IntegrationTests\IntegrationTests.csproj]
D:\a_work\1\s\microsoft-identity-web\src\Microsoft.Identity.Web.Certificateless\Microsoft.Identity.Web.Certificateless.csproj : error NU1605: Microsoft.Identity.Web.Certificateless -> Microsoft.IdentityModel.JsonWebTokens 8.3.1 -> Microsoft.IdentityModel.Tokens 8.3.1 -> Microsoft.Extensions.Logging.Abstractions (>= 3.1.0) [D:\a_work\1\s\microsoft-identity-web\tests\E2E Tests\NET 7 tests\IntegrationTests\IntegrationTests.csproj]
D:\a_work\1\s\microsoft-identity-web\src\Microsoft.Identity.Web.Certificateless\Microsoft.Identity.Web.Certificateless.csproj : error NU1605: Microsoft.Identity.Web.Certificateless -> Microsoft.Extensions.Logging.Abstractions (>= 2.1.0) [D:\a_work\1\s\microsoft-identity-web\tests\E2E Tests\NET 7 tests\IntegrationTests\IntegrationTests.csproj]

Id Web logs

N/A

Relevant code snippets

N/a

Regression

No regression

Expected behavior

IdWeb builds.

Analysis. This is because IdentityModel now leverages Microsoft.Extensions.Loging.Abstraction

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant