Skip to content
DocsTry Aspire
DocsTry

IPackageMetadata Properties

InterfaceProperties3 members
Represents metadata for a referenced NuGet package.
PackageIdSection titled PackageIdabstractstring
Gets the unique identifier of the package.
public abstract string PackageId { get; }
PackagePathSection titled PackagePathabstractstring
Gets the physical location on disk of the package.
public abstract string PackagePath { get; }
PackageVersionSection titled PackageVersionabstractVersion
Gets the version of the package.
public abstract Version PackageVersion { get; }