<PackageReference Include="NETStandard.Library" Version="2.0.1" />

System.Runtime.Serialization.ExportOptions

public class ExportOptions
namespace System.Runtime.Serialization { public class ExportOptions { public Collection<Type> KnownTypes { get; } public ExportOptions(); } }