1 reference to AllowedExtensions
NuGet.Commands (1)
CommandRunners\PackCommandRunner.cs (1)
936
List<string> candidates = files.Where(file =>
AllowedExtensions
.Contains(Path.GetExtension(file))).ToList();