dotnet-list-reference(1) | .NET Documentation | dotnet-list-reference(1) |
This article applies to: ✔️ .NET Core 3.1 SDK and later versions
dotnet-list-reference - Lists project-to-project references.
dotnet list [<PROJECT>] reference dotnet list -h|--help
The dotnet list reference command provides a convenient option to list project references for a given project.
The project file to operate on. If a file is not specified, the command will search the current directory for one.
Prints out a description of how to use the command.
dotnet list app/app.csproj reference
dotnet list reference
2023-10-25 |