DotNetPackageListSettings.

Transitive Property

Summary

Gets or sets a value indicating whether to list transitive packages, in addition to the top-level packages. When specifying this option, you get a list of packages that the top-level packages depend on.

Syntax

public bool Transitive { get; set; }

Value

Type Description
bool