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