1 instantiation of NuGetVersionRangeSpecification
Microsoft.TemplateEngine.Edge (1)
Constraints\NuGetVersionRangeSpecification.cs (1)
33version = new NuGetVersionRangeSpecification(versionRange!);
3 references to NuGetVersionRangeSpecification
Microsoft.TemplateEngine.Edge (3)
Constraints\ConstraintsExtensions.cs (2)
92else if (NuGetVersionRangeSpecification.TryParse(versionString, out NuGetVersionRangeSpecification? rangeNuGetVersion))
Constraints\NuGetVersionRangeSpecification.cs (1)
29internal static bool TryParse(string value, out NuGetVersionRangeSpecification? version)