Skip to content

Commit eac38a4

Browse files
authored
Merge pull request #512 from mjcheetham/msal-4.37
Update to MSAL.NET 4.37
2 parents 90a8d6d + 73cb423 commit eac38a4

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)