1 write to PackageLicenseExpression
Microsoft.DotNet.Build.Tasks.Packaging.Tests (1)
GenerateNuSpecAndPackTests.cs (1)
158PackageLicenseExpression = licenseExpression,
4 references to PackageLicenseExpression
Microsoft.DotNet.Build.Tasks.Packaging (4)
GenerateNuSpec.cs (4)
153if (!string.IsNullOrEmpty(PackageLicenseExpression) && string.IsNullOrEmpty(LicenseUrl)) 215if (!string.IsNullOrEmpty(PackageLicenseExpression)) 219license: PackageLicenseExpression, 220expression: NuGetLicenseExpression.Parse(PackageLicenseExpression),