GatherNuGetDependenciesForProject.

DesignTimePackages Property

Summary

Gets or sets the collection containing the names of the NuGet packages which are considered design time packages, and should thus not be referenced in the dependencies list.

Syntax

public ITaskItem[] DesignTimePackages { get; set; }

Value

Type Description
ITaskItem[]