Skip to content

Commit

Permalink
Bump to MSAL 4.32 (#1238)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgavrilMS authored Jun 3, 2021
1 parent 861b5e6 commit 34b45aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Microsoft.Identity.Web/Microsoft.Identity.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Identity.Client" Version="4.31.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.32.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 @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Identity.Client" Version="4.31.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.32.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net5.0' ">
Expand Down

0 comments on commit 34b45aa

Please sign in to comment.