<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="11.0.0-rc.1.26425.128" />

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); } }