Skip to content

Commit

Permalink
Downgrading Microsoft.Identity.Client dependency to 4.23 (#18492)
Browse files Browse the repository at this point in the history
We have been asked by a partner team to downgrade to Microsoft.Identity.Client 4.23 for our next beta release to align with their dependencies to avoid a resetting test coverage. We will again upgrade to the latest Microsoft.Identity.Client before the GA release of 1.4.0.
  • Loading branch information
schaabs authored Feb 6, 2021
1 parent 317516b commit d9262e9
Show file tree
Hide file tree
Showing 41 changed files with 2,562 additions and 2,767 deletions.
4 changes: 2 additions & 2 deletions eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@

<!-- Other approved packages -->
<PackageReference Update="Microsoft.Azure.Amqp" Version="2.4.9" />
<PackageReference Update="Microsoft.Identity.Client" Version="4.25.0" />
<PackageReference Update="Microsoft.Identity.Client.Extensions.Msal" Version="2.16.8" />
<PackageReference Update="Microsoft.Identity.Client" Version="4.23.0" />
<PackageReference Update="Microsoft.Identity.Client.Extensions.Msal" Version="2.16.6" />
<!-- TODO: Make sure this package is arch-board approved -->
<PackageReference Update="System.IdentityModel.Tokens.Jwt" Version="5.4.0" />
</ItemGroup>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d9262e9

Please sign in to comment.