Summary
Gets or sets the package ids to update.
- Namespace
- Cake
.Common .Tools .NuGet .Update - Containing Type
- NuGetUpdateSettings
Syntax
public ICollection<string> Id { get; set; }
Value
Type | Description |
---|---|
ICollection |
The package ids to update. |