Skip to content

Commit

Permalink
update msal 4.35 (#1335)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyf19 authored Jul 23, 2021
1 parent 721643b commit 2f46572
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 @@ -133,7 +133,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Identity.Client" Version="4.34.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.35.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.34.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.35.0" />
</ItemGroup>

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

0 comments on commit 2f46572

Please sign in to comment.