Skip to content
Docs Try Aspire

IPackageMetadata Properties

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