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