NuGet.ManifestMetadata.ShouldSerializeServiceable C# (CSharp) Method

ShouldSerializeServiceable() public method

Serialize Serviceable? Only if Serviceable is true, because older NuGet servers couldn't handle the serviceable attribute
public ShouldSerializeServiceable ( ) : bool
return bool
        public bool ShouldSerializeServiceable()
        {
            return Serviceable;
        }