Summary
Lists the package references for a project or solution.
- Namespace
- Cake
.Common .Tools .DotNet .Package .List - Containing Type
- DotNetPackageLister
Syntax
public DotNetPackageList List(string project, DotNetPackageListSettings settings)
Parameters
Name | Type | Description |
---|---|---|
project | string | The project or solution file to operate on. If not specified, the command searches the current directory for one. If more than one solution or project is found, an error is thrown. |
settings | Dot |
The settings. |
Return Value
Type | Description |
---|---|
DotNetPackageList | A task with the GitVersion results. |