dotnet-reference-list - Man Page

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 command 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

Options

Examples

Info

2025-06-13 .NET Documentation