DotNetRestoreSettings.

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 the project.assets.json file. Note: This flag was introduced with the .NET Core 2.x release.

Syntax

public bool Force { get; set; }

Value

Type Description
bool