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