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