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 project.assets.json.
    
		- Namespace
 - Cake
.Common .Tools .DotNet .Publish  - Containing Type
 - Dot
Net Publish Settings  
Syntax
public bool Force { get; set; }
	Remarks
    Requires .NET Core 2.x or newer.
    
	Value
| Type | Description | 
|---|---|
| bool | 
