Skip to content

Commit

Permalink
Merge pull request #21 from Azure-Samples/gladjohn/mi_463
Browse files Browse the repository at this point in the history
Update to MSAL 4.63.0
  • Loading branch information
gladjohn authored Aug 6, 2024
2 parents 7ced618 + dd66354 commit 6e7cb96
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
Expand All @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Identity.Client" Version="4.62.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.63.0" />
</ItemGroup>

</Project>

0 comments on commit 6e7cb96

Please sign in to comment.