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

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