Skip to content

Commit 7f4befe

Browse files
authored
Remove CommandLine packages (#2577)
See #2576 for more details on this.
1 parent 38414ef commit 7f4befe

File tree

199 files changed

+0
-17255
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

199 files changed

+0
-17255
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ This repository contains the code for the System.CommandLine libraries and the `
99
Package | Version | Description
1010
---------------------------------| ------------------------------------------------------------------------------------------------------------------------------------------- | -----------------------------
1111
`System.CommandLine` | [![Nuget](https://img.shields.io/nuget/v/System.CommandLine.svg)](https://nuget.org/packages/System.CommandLine) | Command line parser, model binding, invocation, shell completions
12-
`System.CommandLine.DragonFruit` | [![Nuget](https://img.shields.io/nuget/v/System.CommandLine.DragonFruit.svg)](https://nuget.org/packages/System.CommandLine.DragonFruit) | Build command-line apps by convention with a strongly-typed `Main` method
13-
`System.CommandLine.Hosting` | [![Nuget](https://img.shields.io/nuget/v/System.CommandLine.Hosting.svg)](https://nuget.org/packages/System.CommandLine.Hosting) | support for using System.CommandLine with [Microsoft.Extensions.Hosting](https://www.nuget.org/packages/Microsoft.Extensions.Hosting/)
1412
`dotnet-suggest` | [![Nuget](https://img.shields.io/nuget/v/dotnet-suggest.svg)](https://nuget.org/packages/dotnet-suggest) | A command-line tool to provide shell completions for apps built using `System.CommandLine`.
1513

1614
### Daily Builds

System.CommandLine.sln

Lines changed: 0 additions & 167 deletions
Large diffs are not rendered by default.

core.slnf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"path": "System.CommandLine.sln",
44
"projects": [
55
"src\\System.CommandLine.ApiCompatibility.Tests\\System.CommandLine.ApiCompatibility.Tests.csproj",
6-
"src\\System.CommandLine.DragonFruit\\System.CommandLine.DragonFruit.csproj",
7-
"src\\System.CommandLine.NamingConventionBinder.Tests\\System.CommandLine.NamingConventionBinder.Tests.csproj",
8-
"src\\System.CommandLine.NamingConventionBinder\\System.CommandLine.NamingConventionBinder.csproj",
96
"src\\System.CommandLine.Tests\\System.CommandLine.Tests.csproj",
107
"src\\System.CommandLine\\System.CommandLine.csproj"
118
]

docs/DragonFruit-overview.md

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

docs/Your-first-app-with-System-CommandLine-DragonFruit.md

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

0 commit comments

Comments
 (0)