mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +00:00
fix: Removing default fragment xml conformance level, fixes StartDocument on net standard
This commit is contained in:
parent
fe614ae8ad
commit
ef415bb20f
1 changed files with 0 additions and 1 deletions
|
|
@ -159,7 +159,6 @@ namespace ICD.Common.Utils.Xml
|
||||||
{
|
{
|
||||||
return new XmlWriterSettings
|
return new XmlWriterSettings
|
||||||
{
|
{
|
||||||
ConformanceLevel = ConformanceLevel.Fragment,
|
|
||||||
Indent = true
|
Indent = true
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue