DependencyDescription Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a NuGet package dependency of the project.
public ref class DependencyDescription
public class DependencyDescription
type DependencyDescription = class
Public Class DependencyDescription
- Inheritance
-
DependencyDescription
Constructors
| DependencyDescription(String, String, String, String, DependencyType, Boolean) |
Properties
| Dependencies |
Dependencies of the this dependency. |
| Name |
Name of the dependency. |
| Path |
Full path to the dependency. |
| Resolved |
Specifies whether this dependency has been resolved. |
| TargetFramework |
TFM of the project to which this dependency belongs. |
| Type |
Type of the dependency. DependencyType |
| Version |
Version of the dependency. |
Methods
| AddDependency(Dependency) |
Adds a dependency to current dependencies. |