IPackageMetadata Properties
Interface Properties 3 members
Represents metadata for a referenced NuGet package.
Gets the unique identifier of the package.
public abstract string PackageId { get; } Gets the physical location on disk of the package.
public abstract string PackagePath { get; } Gets the version of the package.
public abstract Version PackageVersion { get; }