Skip to content

Commit

Permalink
update to msal 4.40 (#1589)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyf19 authored Jan 8, 2022
1 parent 9f09138 commit 4198e16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Identity.Client" Version="4.39.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.40.0" />

<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.205">
<PrivateAssets>all</PrivateAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Identity.Client" Version="4.38.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.40.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 4198e16

Please sign in to comment.