NetCoreProject.

ProjectReferences Property

Summary

The references to other projects. A collection of ProjectReference
Assembly
Cake.Incubator.dll
Namespace
Cake.Incubator.Project
Containing Type
NetCoreProject

Syntax

public ICollection<ProjectReference> ProjectReferences { get; set; }

Value

Type Description
ICollection<ProjectReference>