We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Microsoft.Identity.Web
3,5,1
Not Applicable
IdWeb fails with current version of IdentityModel dev branch, due to a package downgrade (Of Microsoft.Extensions.Logging.Abstractions)
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]
N/A
N/a
No regression
IdWeb builds.
Analysis. This is because IdentityModel now leverages Microsoft.Extensions.Loging.Abstraction
The text was updated successfully, but these errors were encountered:
jmprieur
Successfully merging a pull request may close this issue.
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
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
Regression
No regression
Expected behavior
IdWeb builds.
Analysis. This is because IdentityModel now leverages Microsoft.Extensions.Loging.Abstraction
The text was updated successfully, but these errors were encountered: