Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
Update msal (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
neha-bhargava authored Feb 8, 2022
1 parent e107c3e commit c9de472
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sample/ManualTestApp/ManualTestApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Identity.Client" Version="4.40.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.41.0" />
<!-- <PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" Version="2.16.8" /> -->

<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" Version="5.2.9" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<Import Project="..\Shared\Shared.projitems" Label="Shared" />

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

<ItemGroup Condition="'$(TargetFramework)' == '$(TargetFrameworkNetDesktop)'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Identity.Client" Version="4.40.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.41.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.1" />
Expand Down

0 comments on commit c9de472

Please sign in to comment.