Skip to content

Commit

Permalink
❌ Removed CommandLine Dependancy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Texnomic committed Jan 20, 2020
1 parent b5839ad commit aaef437
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions Texnomic.SecureDNS.Terminal/Options/TerminalOptions.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using CommandLine;
using Texnomic.SecureDNS.Terminal.Enums;
using Texnomic.SecureDNS.Terminal.Enums;

namespace Texnomic.SecureDNS.Terminal.Options
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

<ItemGroup>
<PackageReference Include="Colorful.Console" Version="1.2.10" />
<PackageReference Include="CommandLineParser" Version="2.7.82" />
<PackageReference Include="Destructurama.Attributed" Version="2.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="3.1.1" />
Expand Down

0 comments on commit aaef437

Please sign in to comment.