CustomProjectParserResult.

PackageReferences Property

Summary

The project package references. A collection of PackageReference

Syntax

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

Value

Type Description
ICollection<PackageReference>