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

System.Xml.Linq.LoadOptions

public enum LoadOptions
namespace System.Xml.Linq { public enum LoadOptions { None = 0, PreserveWhitespace = 1, SetBaseUri = 2, SetLineInfo = 4 } }