ProjectCapability.PackageReferences Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that the project supports package references. For eg: C# projects use PackageReference items for NuGet package references.
public static Microsoft.VisualStudio.Extensibility.ProjectCapability PackageReferences { get; }
static member PackageReferences : Microsoft.VisualStudio.Extensibility.ProjectCapability
Public Shared ReadOnly Property PackageReferences As ProjectCapability