Provided by: dotnet-host-10.0_10.0.0-0ubuntu1_amd64 

dotnet reference list
This article applies to: ✔️ .NET Core 3.1 SDK and later versions
NAME
dotnet-reference-list - Lists project-to-project references.
If you’re using .NET 9 SDK or earlier, use the “verb first” form (dotnet-list-reference) instead.
The “noun first” form was introduced in .NET 10. For more information, see More consistent com‐
mand order.
SYNOPSIS
dotnet reference list [--project <PROJECT>]
dotnet reference list -h|--help
DESCRIPTION
The dotnet reference list command provides a convenient option to list project references for a given
project.
ARGUMENTS
• PROJECT
The project file to operate on. If a file is not specified, the command will search the current direc‐
tory for one.
OPTIONS
• -?|-h|--help
Prints out a description of how to use the command.
EXAMPLES
• List the project references for the specified project:
dotnet reference list --project app/app.csproj
• List the project references for the project in the current directory:
dotnet reference list
2025-06-13 dotnet-reference-list(1)