DotNetPublishSettings.

Force Property

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.

Syntax

public bool Force { get; set; }

Remarks

Requires .NET Core 2.x or newer.

Value

Type Description
bool