File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Authentication/Authentication.Core Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 44using Azure . Core ;
55using Azure . Core . Diagnostics ;
66using Azure . Identity ;
7- using Azure . Identity . BrokeredAuthentication ;
7+ using Azure . Identity . Broker ;
88using Microsoft . Graph . Authentication ;
99using Microsoft . Graph . PowerShell . Authentication . Core . Extensions ;
1010using Microsoft . Identity . Client ;
You can’t perform that action at this time.
0 commit comments