License expression for commercial nuget package

Viewed 31

I'm uploading a private nuget package to a private nuget repository. The package is commercial (not open source).

The csproj has this:

<PackageLicenseExpression>Commercial</PackageLicenseExpression>

I receive a build warning that the above is not a valid "license expression".

What value do I use?

1 Answers
Related