37 lines
984 B
Groff
37 lines
984 B
Groff
.\" Automatically generated by Pandoc 2.1.3
|
|
.\"
|
|
.TH "dotnet list reference command \- .NET Core CLI" "1" "" "" ".NET Core"
|
|
.hy
|
|
.SH dotnet list reference
|
|
.PP
|
|
.SH NAME
|
|
.PP
|
|
\f[C]dotnet\ list\ reference\f[] \- Lists project to project references.
|
|
.SH SYNOPSIS
|
|
.PP
|
|
\f[C]dotnet\ list\ [<PROJECT>]\ reference\ [\-h|\-\-help]\f[]
|
|
.SH DESCRIPTION
|
|
.PP
|
|
The \f[C]dotnet\ list\ reference\f[] command provides a convenient option to list project references for a given project.
|
|
.SS Arguments
|
|
.PP
|
|
\f[C]PROJECT\f[]
|
|
.PP
|
|
Specifies the project file to use for listing references.
|
|
If not specified, the command will search the current directory for a project file.
|
|
.SH OPTIONS
|
|
.PP
|
|
\f[C]\-h|\-\-help\f[]
|
|
.PP
|
|
Prints out a short help for the command.
|
|
.SH EXAMPLES
|
|
.PP
|
|
List the project references for the specified project:
|
|
.PP
|
|
\f[C]dotnet\ list\ app/app.csproj\ reference\f[]
|
|
.PP
|
|
List the project references for the project in the current directory:
|
|
.PP
|
|
\f[C]dotnet\ list\ reference\f[]
|
|
.SH AUTHORS
|
|
mairaw.
|