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

System.Collections.IHashCodeProvider

public interface IHashCodeProvider
namespace System.Collections { public interface IHashCodeProvider { int GetHashCode(object obj); } }