Skip to content

Commit 73cb423

Browse files
committed
msauth: update to MSAL.NET 4.37
Update our MSAL.NET dependency to 4.37 from 4.31. This should come with the following updates/fixes that we care about: - Can set embedded web view (legacy) window title to custom message - Fixes some problems with WAM dialogs appearing behind parent windows - Moves WAM to no longer being experimental - Better MSA-PT support when used with WAM - Numerous performance improvements with authority discovery - Various WAM bug fixes Fixes #239
1 parent 5aa3590 commit 73cb423

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/shared/Core/Core.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
<ItemGroup Condition="'$(TargetFramework)' == 'net472'">
1414
<Reference Include="System.Net.Http" />
1515
<Reference Include="System.Web" />
16-
<PackageReference Include="Microsoft.Identity.Client.Desktop" Version="4.31.0" />
16+
<PackageReference Include="Microsoft.Identity.Client.Desktop" Version="4.37.0" />
1717
</ItemGroup>
1818

1919
<ItemGroup>
2020
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
21-
<PackageReference Include="Microsoft.Identity.Client" Version="4.31.0" />
22-
<PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" Version="2.18.4" />
21+
<PackageReference Include="Microsoft.Identity.Client" Version="4.37.0" />
22+
<PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" Version="2.19.2" />
2323
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.20574.7" />
2424
</ItemGroup>
2525

0 commit comments

Comments
 (0)