<PackageReference Include="NJsonSchema" Version="11.5.2" />

System.Diagnostics.CodeAnalysis.UnscopedRefAttribute

Used to indicate a byref escapes and is not scoped.
namespace System.Diagnostics.CodeAnalysis { internal sealed class UnscopedRefAttribute : Attribute { public UnscopedRefAttribute(); } }