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

System.Collections.DictionaryEntry

public struct DictionaryEntry
namespace System.Collections { public struct DictionaryEntry { public object Key { get; set; } public object Value { get; set; } public DictionaryEntry(object key, object value); } }