You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-25Lines changed: 1 addition & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Package | Version
14
14
`System.CommandLine.Hosting` | [](https://nuget.org/packages/System.CommandLine.Hosting) | support for using System.CommandLine with [Microsoft.Extensions.Hosting](https://www.nuget.org/packages/Microsoft.Extensions.Hosting/)
15
15
`dotnet-suggest` | [](https://nuget.org/packages/dotnet-suggest) | A command-line tool to provide shell completions for apps built using `System.CommandLine`.
16
16
17
-
Daily builds are available if you add this feed to your nuget.config: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json.
17
+
Daily builds are available if you add this feed to your nuget.config: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json.
18
18
19
19
## Documentation
20
20
@@ -44,30 +44,6 @@ Daily builds are available if you add this feed to your nuget.config: https://pk
44
44
*[Argument validation and binding](docs/How-To.md#Argument-validation-and-binding)
Finally, launch the `dotnet try` pointing to the tutorial directory inside the cloned repository:
66
-
67
-
```console
68
-
> dotnet try <PATH_TO_COMMAND_LINE_API_REPO>/docs
69
-
```
70
-
71
47
## Code of Conduct
72
48
73
49
This project has adopted the code of conduct defined by the [Contributor Covenant](https://www.contributor-covenant.org/) to clarify expected behavior in our community. For more information, see the [.NET Foundation Code of Conduct](https://www.dotnetfoundation.org/code-of-conduct)
0 commit comments