mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-11 10:45:05 +00:00
fix: Removing default fragment xml conformance level, fixes StartDocument on net standard
This commit is contained in:
@@ -159,7 +159,6 @@ namespace ICD.Common.Utils.Xml
|
||||
{
|
||||
return new XmlWriterSettings
|
||||
{
|
||||
ConformanceLevel = ConformanceLevel.Fragment,
|
||||
Indent = true
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user