Skip to content

Commit abeb219

Browse files
committed
Changed lib versions
1 parent 89b8428 commit abeb219

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Authentication/Authentication.Core/Microsoft.Graph.Authentication.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
1212
</PropertyGroup>
1313
<ItemGroup>
14-
<PackageReference Include="Azure.Identity" Version="1.10.2" />
15-
<PackageReference Include="Azure.Identity.BrokeredAuthentication" Version="1.0.0-beta.3" />
14+
<PackageReference Include="Azure.Identity" Version="1.10.3" />
15+
<PackageReference Include="Azure.Identity.Broker" Version="1.0.0-beta.5" />
1616
<PackageReference Include="Microsoft.Graph.Core" Version="3.0.9" />
1717
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1818
</ItemGroup>

src/Authentication/Authentication.Core/Utilities/AuthenticationHelpers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using Azure.Core;
55
using Azure.Core.Diagnostics;
66
using Azure.Identity;
7-
using Azure.Identity.BrokeredAuthentication;
7+
using Azure.Identity.Broker;
88
using Microsoft.Graph.Authentication;
99
using Microsoft.Graph.PowerShell.Authentication.Core.Extensions;
1010
using Microsoft.Identity.Client;

0 commit comments

Comments
 (0)