2 references to ExactPatch
NuGet.PackageManagement (2)
Resolution\PrunePackageTree.cs (2)
239
(!versionConstraints.HasFlag(VersionConstraints.
ExactPatch
) || newVersion.Patch == existingVersion.Patch)
251
versionConstraints.HasFlag(VersionConstraints.
ExactPatch
)