dotnet list reference

dotnet list reference --help

eg@debian:~$ dotnet list reference --help
Description:
  List all project-to-project references of the project.

Usage:
  dotnet list [<PROJECT>] reference [options]

Arguments:
  <PROJECT>  The project file to operate on. If a file is not specified, the command will search the current directory for one. [default: /home/eg/]

Options:
  -?, -h, --help  Show command line help.

dotnet list <project_file_path> reference

eg@debian:~$ dotnet list ./Data/DotnetCliExamples/ExampleSolution/ExampleSolution.WebApi1/ExampleSolution.WebApi1.csproj reference
Project reference(s)
--------------------
..\ExampleSolution.ClassLibrary1\ExampleSolution.ClassLibrary1.csproj

Last updated