<PackageReference Include="NETStandard.Library" Version="2.0.2" />
System.ConsoleCancelEventArgs
namespace System
{
public sealed class ConsoleCancelEventArgs :
EventArgs
{
public bool Cancel { get; set; }
public ConsoleSpecialKey SpecialKey { get; }
}
}