<PackageReference Include="Newtonsoft.Json" Version="13.0.5-beta1" />

System.Runtime.Serialization.Formatters.FormatterAssemblyStyle

Indicates the method that will be used during deserialization for locating and loading assemblies.
namespace System.Runtime.Serialization.Formatters { public enum FormatterAssemblyStyle { Simple, Full } }