Update Microsoft.Identity.Abstractions to 12.2.0 and MSAL to 4.85.0#3881
Merged
neha-bhargava merged 2 commits intoJun 19, 2026
Merged
Conversation
- MicrosoftIdentityClientVersion 4.84.2 -> 4.85.0 - MicrosoftIdentityClientKeyAttestationVersion 4.84.2 -> 4.85.0 (lockstep with MSAL) - MicrosoftIdentityAbstractionsVersion 12.1.0 -> 12.2.0 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
bgavrilMS
approved these changes
Jun 19, 2026
This was referenced Jun 24, 2026
Merged
Closed
Open
Open
Merged
This was referenced Jun 25, 2026
Merged
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update Microsoft.Identity.Abstractions and MSAL packages
Bumps the dependency versions in
Directory.Build.propsahead of consuming the new token-acquisition metadata surface:Microsoft.Identity.ClientMicrosoft.Identity.Client.KeyAttestationMicrosoft.Identity.AbstractionsKeyAttestationis bumped in lockstep withMicrosoft.Identity.Client(both shipped 4.85.0).Validation
dotnet restoreofMicrosoft.Identity.Web(and transitiveCertificateless/TokenAcquisition) resolves all three new versions cleanly — no NU errors.MsalServiceException.SubError(renamed toSubErrorForLoggingin MSAL 4.85.0), so this bump is non-breaking onmaster.