NuGetPackSettings.

DevelopmentDependency Property

Summary

Gets or sets a value indicating whether this package should be marked as a development dependency.

Syntax

public bool? DevelopmentDependency { get; set; }

Value

Type Description
bool? true if a development dependency; otherwise, false.