Summary
Gets or sets a value indicating whether to force all dependencies to be resolved even if the last restore was successful.
This is equivalent to deleting the project.assets.json file.
Note: This flag was introduced with the .NET Core 2.x release.
- Namespace
- Cake
.Common .Tools .DotNet .Restore - Containing Type
- Dot
Net Restore Settings
Syntax
public bool Force { get; set; }
Value
Type | Description |
---|---|
bool |