NetCoreProject.

PackageReferences Property

Summary

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

Syntax

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

Value

Type Description
ICollection<PackageReference>