DependencyType Enum
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.
Types of dependencies.
public enum class DependencyType
public enum DependencyType
type DependencyType =
Public Enum DependencyType
- Inheritance
-
DependencyType
Fields
| AnalyzerAssembly | 4 | Analyzer Assembly reference. |
| Assembly | 2 | Assembly reference. |
| Package | 1 | NuGet package dependency. |
| Project | 3 | Project Reference. |
| Target | 0 | Represents the Target secion in the project.assets.json. (The dependencies of this type of dependency are the direct dependencies of the project.) |
| Unknown | 5 | Unknown reference type. |