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
storePropertyStore
Properties
PackageId
The identifier of the package to import.
public string PackageId { get; set; }
Property Value
Version
The version of the package to import.
public string Version { get; set; }