<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />

FormatterAssemblyStyle

Indicates the method that will be used during deserialization for locating and loading assemblies.
namespace System.Runtime.Serialization.Formatters { [Obsolete("FormatterAssemblyStyle is obsolete. Use TypeNameAssemblyFormatHandling instead.")] public enum FormatterAssemblyStyle { Simple, Full } }