3 references to LicenseUrl
Microsoft.DotNet.Build.Tasks.Packaging (3)
GenerateNuSpec.cs (3)
153if (!string.IsNullOrEmpty(PackageLicenseExpression) && string.IsNullOrEmpty(LicenseUrl)) 225else if (!string.IsNullOrEmpty(LicenseUrl)) 227manifestMetadata.SetLicenseUrl(LicenseUrl);