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