Skip to content

Commit 4fd5c90

Browse files
author
Matthew John Cheetham
authored
Merge pull request #346 from mjcheetham/msal-vers
2 parents 3ec3400 + 2900fb7 commit 4fd5c90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/shared/Microsoft.Git.CredentialManager/Microsoft.Git.CredentialManager.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.29.0" />
16+
<PackageReference Include="Microsoft.Identity.Client.Desktop" Version="4.31.0" />
1717
</ItemGroup>
1818

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

0 commit comments

Comments
 (0)