1(1)                                  .NET                                  (1)
2
3
4

dotnet list reference

6       This article applies to: ✔️ .NET Core 2.x SDK and later versions
7

NAME

9       dotnet list reference - Lists project-to-project references.
10

SYNOPSIS

12              dotnet list [<PROJECT>] reference
13
14              dotnet list -h|--help
15

DESCRIPTION

17       The  dotnet list reference command provides a convenient option to list
18       project references for a given project.
19
20   Arguments
21PROJECT
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

OPTIONS

27-?|-h|--help
28
29         Prints out a description of how to use the command.
30

EXAMPLES

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                                                                           (1)
Impressum