NetCoreProject.

PackageReferences Property

Summary

The project package references. A collection of ParsedPackageReference
Assembly
Cake.Incubator.dll
Namespace
Cake.Incubator.Project
Containing Type
NetCoreProject

Syntax

public ICollection<ParsedPackageReference> PackageReferences { get; set; }

Value

Type Description
ICollection<ParsedPackageReference>