Skip to content

Commit 5d4a112

Browse files
committed
dependencies: update microsoft.identity.client
Update Microsoft.Identity.Client and Microsoft.Identity.Broker to version 4.54.0 in anticipation of removing Json.NET dependency.
1 parent fd7f4ac commit 5d4a112

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/shared/Core/Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ItemGroup Condition="'$(TargetFramework)' == 'net472'">
1414
<Reference Include="System.Net.Http" />
1515
<Reference Include="System.Web" />
16-
<PackageReference Include="Microsoft.Identity.Client.Broker" Version="4.52.0" />
16+
<PackageReference Include="Microsoft.Identity.Client.Broker" Version="4.54.0" />
1717
<PackageReference Include="Avalonia.Win32" Version="11.0.0-preview6"/>
1818
</ItemGroup>
1919

@@ -22,7 +22,7 @@
2222
</ItemGroup>
2323

2424
<ItemGroup>
25-
<PackageReference Include="Microsoft.Identity.Client" Version="4.52.0" />
25+
<PackageReference Include="Microsoft.Identity.Client" Version="4.54.0" />
2626
<PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" Version="2.28.0" />
2727
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
2828
<PackageReference Include="Avalonia" Version="11.0.0-preview6" />

0 commit comments

Comments
 (0)