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

System.Collections.IHashCodeProvider

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