2 references to File
NuGet.Packaging (2)
NuspecReader.cs (2)
178
var items = group.Elements(XName.Get(Reference, ns)).Select(n => GetAttributeValue(n,
File
)!).Where(n => !string.IsNullOrEmpty(n)).ToArray();
189
.Elements(XName.Get(Reference, ns)).Select(n => GetAttributeValue(n,
File
)!).Where(n => !string.IsNullOrEmpty(n)).ToArray();