Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 42b88b7

Browse files
committed
Move hand crafted commands to CLI core repository
1 parent 6b4ed52 commit 42b88b7

File tree

6 files changed

+3
-75
lines changed

6 files changed

+3
-75
lines changed

src/Commands/Authentication/LoginCommand.cs

Lines changed: 0 additions & 39 deletions
This file was deleted.

src/Commands/Authentication/LogoutCommand.cs

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/Configuration/AuthenticationOptions.cs

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
using Microsoft.Extensions.DependencyInjection;
55
using Microsoft.Extensions.Hosting;
66
using Microsoft.Graph.Cli.Core.Authentication;
7-
using Microsoft.Graph.Cli.Commands.Authentication;
8-
using Microsoft.Graph.Cli.Configuration;
7+
using Microsoft.Graph.Cli.Core.Commands.Authentication;
8+
using Microsoft.Graph.Cli.Core.Configuration;
99
using Microsoft.Graph.Cli.Core.IO;
1010
using Microsoft.Graph.Cli.Core.Utils;
1111
using Microsoft.Kiota.Authentication.Azure;

src/msgraph-cli.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.0.6" />
3030
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.0.16" />
3131
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.0.6" />
32-
<PackageReference Include="System.CommandLine" Version="2.0.0-beta2.21617.1" />
3332
<PackageReference Include="System.CommandLine.Hosting" Version="0.4.0-alpha.21617.1" />
3433
</ItemGroup>
3534

0 commit comments

Comments
 (0)