<PackageReference Include="NETStandard.Library" Version="2.0.2" />
System.Threading.NativeOverlapped
namespace System.
Threading
{
public struct NativeOverlapped
{
public IntPtr EventHandle;
public IntPtr InternalHigh;
public IntPtr InternalLow;
public int OffsetHigh;
public int OffsetLow;
}
}