CustomProjectParserResult.

PackageReferences Property

Summary

The project package references. A collection of ParsedPackageReference

Syntax

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

Value

Type Description
ICollection<ParsedPackageReference>