mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-16 13:15:07 +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
|
return new XmlWriterSettings
|
||||||
{
|
{
|
||||||
ConformanceLevel = ConformanceLevel.Fragment,
|
|
||||||
Indent = true
|
Indent = true
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user