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

System.ComponentModel.License

public abstract class License : IDisposable
namespace System.ComponentModel { public abstract class License : IDisposable { public abstract string LicenseKey { get; } protected License(); public abstract void Dispose(); } }