2 references to NuGetLicense_InvalidLicenseType
NuGet.Packaging (2)
PackageCreation\Authoring\ManifestReader.cs (2)
189
throw new InvalidDataException(string.Format(CultureInfo.CurrentCulture, Strings.
NuGetLicense_InvalidLicenseType
, type));
240
throw new InvalidDataException(string.Format(CultureInfo.CurrentCulture, Strings.
NuGetLicense_InvalidLicenseType
, type));