Skip to content

Commit aecd7db

Browse files
committed
msauth: update MSAL library packages to latest
1 parent dc1edca commit aecd7db

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.37.0" />
16+
<PackageReference Include="Microsoft.Identity.Client.Desktop" Version="4.52.0" />
1717
</ItemGroup>
1818

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

0 commit comments

Comments
 (0)