1dotnet-list-reference(1) .NET Documentation dotnet-list-reference(1)
2
3
4
6 This article applies to: ✔️ .NET Core 3.1 SDK and later versions
7
9 dotnet-list-reference - Lists project-to-project references.
10
12 dotnet list [<PROJECT>] reference
13
14 dotnet list -h|--help
15
17 The dotnet list reference command provides a convenient option to list
18 project references for a given project.
19
21 • PROJECT
22
23 The project file to operate on. If a file is not specified, the com‐
24 mand will search the current directory for one.
25
27 • -?|-h|--help
28
29 Prints out a description of how to use the command.
30
32 • List the project references for the specified project:
33
34 dotnet list app/app.csproj reference
35
36 • List the project references for the project in the current directory:
37
38 dotnet list reference
39
40
41
42 2022-10-10 dotnet-list-reference(1)