<PackageReference Include="System.Text.Json" Version="11.0.0-preview.7.26381.103" />

System.Collections.Generic.DictionaryPolyfills

static class DictionaryPolyfills
namespace System.Collections.Generic { internal static class DictionaryPolyfills { public static bool TryAdd<TKey, TValue>(this IDictionary<TKey, TValue> dictionary, TKey key, TValue value); } }