Table of Contents

Class PackageReference

Namespace
Dassie.Configuration
Assembly
dc.dll

Represents a package reference.

[Serializable]
public class PackageReference : Reference
Inheritance
PackageReference
Inherited Members
Extension Methods

Constructors

PackageReference(PropertyStore)

Initializes a new instance of the ConfigObject type backed by the specified PropertyStore.

public PackageReference(PropertyStore store)

Parameters

store PropertyStore

Properties

PackageId

The identifier of the package to import.

public string PackageId { get; set; }

Property Value

string

Version

The version of the package to import.

public string Version { get; set; }

Property Value

string