From ef415bb20f1f388680206cb04c10d1b42d9309f3 Mon Sep 17 00:00:00 2001 From: Chris Cameron Date: Fri, 9 Nov 2018 14:59:22 -0500 Subject: [PATCH] fix: Removing default fragment xml conformance level, fixes StartDocument on net standard --- ICD.Common.Utils/Xml/IcdXmlTextWriter.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/ICD.Common.Utils/Xml/IcdXmlTextWriter.cs b/ICD.Common.Utils/Xml/IcdXmlTextWriter.cs index e3ff5c1..a2d5288 100644 --- a/ICD.Common.Utils/Xml/IcdXmlTextWriter.cs +++ b/ICD.Common.Utils/Xml/IcdXmlTextWriter.cs @@ -159,7 +159,6 @@ namespace ICD.Common.Utils.Xml { return new XmlWriterSettings { - ConformanceLevel = ConformanceLevel.Fragment, Indent = true }; }