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

Commit 4670901

Browse files
committed
Remove unused dependencies
1 parent cd0035a commit 4670901

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/Program.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
using System.CommandLine;
2-
using Microsoft.Extensions.Configuration;
3-
using Microsoft.Extensions.Hosting;
42

53
namespace Microsoft.Graph.Cli
64
{

src/msgraph-cli.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
13-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.0" />
14-
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
1512
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1" />
1613
</ItemGroup>
1714

0 commit comments

Comments
 (0)