1dotnet list reference command -do.tNnEeT.tNCEloTirseCtoCrrLeeIf(e1r)ence command - .NET Core CLI(1)
2
3
4
7 dotnet list reference - Lists project-to-project references.
8
10 dotnet list [<PROJECT>] reference [-h|--help]
11
13 The dotnet list reference command provides a convenient option to list
14 project references for a given project.
15
16 Arguments
17 PROJECT
18
19 Specifies the project file to use for listing references. If not spec‐
20 ified, the command searches the current directory for a project file.
21
23 -h|--help
24
25 Prints out a short help for the command.
26
28 List the project references for the specified project:
29
30 dotnet list app/app.csproj reference
31
32 List the project references for the project in the current directory:
33
34 dotnet list reference
35
37 mairaw.
38
39
40
41 dotnet list reference command - .NET Core CLI(1)