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

System.ComponentModel.LicenseProvider

public abstract class LicenseProvider
namespace System.ComponentModel { public abstract class LicenseProvider { protected LicenseProvider(); public abstract License GetLicense(LicenseContext context, Type type, object instance, bool allowExceptions); } }