<PackageReference Include="NETStandard.Library" Version="2.0.2" />

System.ComponentModel.PropertyTabScope

public enum PropertyTabScope
namespace System.ComponentModel { public enum PropertyTabScope { Component = 3, Document = 2, Global = 1, Static = 0 } }