5 references to NuGetUtils
Microsoft.DotNet.NuGetRepack.Tasks (5)
src\NuGetVersionUpdater.cs (2)
130string nuspecXmlns = NuGetUtils.DefaultNuspecXmlns; 135if (NuGetUtils.IsNuSpec(relativePath))
src\ReplacePackageParts.cs (3)
133if (NuGetUtils.IsNuSpec(relativePath)) 143string nuspecXmlns = NuGetUtils.DefaultNuspecXmlns; 234archive.Entries.FirstOrDefault(e => e.FullName == NuGetUtils.SignaturePartUri)?.Delete();