dotnet list referencedotnet list reference
Dieser Artikel gilt für: ✔️ .NET Core 2.x SDK und neuere VersionenThis article applies to: ✔️ .NET Core 2.x SDK and later versions
nameName
dotnet list reference
: Listet Projekt-zu-Projekt-Verweise auf.dotnet list reference
- Lists project-to-project references.
ÜbersichtSynopsis
dotnet list [<PROJECT>] reference
dotnet list -h|--help
BeschreibungDescription
Der dotnet list reference
-Befehl bietet eine praktische Option zum Listen von Projektverweisen auf ein bestimmtes Projekt.The dotnet list reference
command provides a convenient option to list project references for a given project.
ArgumenteArguments
PROJECT
Auszuführende Projektdatei.The project file to operate on. Wenn keine Datei angegeben wird, sucht der Befehl im aktuellen Verzeichnis danach.If a file is not specified, the command will search the current directory for one.
OptionenOptions
-h|--help
Druckt eine kurze Hilfe für den Befehl.Prints out a short help for the command.
BeispieleExamples
Listen Sie die Projektverweise für das angegebene Projekt:List the project references for the specified project:
dotnet list app/app.csproj reference
Listen Sie die Projektverweise für das Projekt im aktuellen Verzeichnis:List the project references for the project in the current directory:
dotnet list reference