3 references to FrameworkNameValidatorUtility
NuGet.Packaging (3)
Rules\AccidentallyCompatibleWithAllFrameworksRule.cs (1)
61
if (!
FrameworkNameValidatorUtility
.IsValidFrameworkName(targetFramework))
Rules\InvalidFrameworkFolderRule.cs (2)
36
return set.Where(s => !
FrameworkNameValidatorUtility
.IsValidFrameworkName(s) && !
FrameworkNameValidatorUtility
.IsValidCultureName(builder, s))