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

System.Security.Cryptography.ECPoint

public struct ECPoint
namespace System.Security.Cryptography { public struct ECPoint { public byte[] X; public byte[] Y; } }