<PackageReference Include="System.Text.Json" Version="11.0.0-rc.1.26425.128" />

System.Reflection.ReflectionPolyfills

static class ReflectionPolyfills
namespace System.Reflection { internal static class ReflectionPolyfills { public sealed class <G>$C219D7CAAD849B16AAC7CB332D19BED9 { public static class <M>$45E49118CA0B84ED3109E640C51D4CCD { } public T CreateDelegate<T>() where T : Delegate; public T CreateDelegate<T>(object target) where T : Delegate; } public static T CreateDelegate<T>(this MethodInfo method) where T : Delegate; public static T CreateDelegate<T>(this MethodInfo method, object target) where T : Delegate; } }