ProjectFile.

PackageReferences Property

Summary

The list of PackageReference items in the project file.
Namespace
Buildalyzer.Construction
Containing Type
ProjectFile

Syntax

public IReadOnlyList<PackageReference> PackageReferences { get; }

Value

Type Description
IReadOnlyList<T>