Enum NuGetDependencyVersion
- Namespace
- DotNetDo
- Assembly
- DotNetDo.Core.dll
NuGet dependency selection behavior.
public enum NuGetDependencyVersionFields
Highest = 3-
Selects the highest dependency version that satisfies the constraint.
HighestMinor = 2-
Selects the highest minor and patch while retaining the lowest possible major version.
HighestPatch = 1-
Selects the highest patch while retaining the lowest possible major and minor versions.
Ignore = 4-
Skips dependency resolution.
Lowest = 0-
Selects the lowest dependency version that satisfies the constraint.