fix: Removing default fragment xml conformance level, fixes StartDocument on net standard

This commit is contained in:
Chris Cameron
2018-11-09 14:59:22 -05:00
parent fe614ae8ad
commit ef415bb20f

View File

@@ -159,7 +159,6 @@ namespace ICD.Common.Utils.Xml
{
return new XmlWriterSettings
{
ConformanceLevel = ConformanceLevel.Fragment,
Indent = true
};
}