You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In releases 2.17.1 and 2.17.3 the packages Microsoft.IdentityModel.* were updated.
But this update was only for .NET, not .NET Framework.
Directory.build.props control the dependency versions and Microsoft.IdentityModel.* is controlled with the tag on line 80 but also for .NET Framework on line 153 and 173. These 2 seems to have been forgotten.
Also a general alignment of versions in Directory.build.props seems to be needed as for several dependencies the version referenced is newer for net462 than for net472.
Reproduction steps
Compare different target frameworks in the Directory.build.props file.
Microsoft.Identity.Web Library
Microsoft.Identity.Web
Microsoft.Identity.Web version
2.17.5
Web app
Sign-in users and call web APIs
Web API
Protected web APIs (validating tokens)
Token cache serialization
In-memory caches
Description
In releases 2.17.1 and 2.17.3 the packages Microsoft.IdentityModel.* were updated.
But this update was only for .NET, not .NET Framework.
Directory.build.props control the dependency versions and Microsoft.IdentityModel.* is controlled with the tag on line 80 but also for .NET Framework on line 153 and 173. These 2 seems to have been forgotten.
Also a general alignment of versions in Directory.build.props seems to be needed as for several dependencies the version referenced is newer for net462 than for net472.
Reproduction steps
Compare different target frameworks in the Directory.build.props file.
Error message
No response
Id Web logs
No response
Relevant code snippets
Regression
No response
Expected behavior
Some alignment of versions referenced when targeting different frameworks.
The text was updated successfully, but these errors were encountered: