aboutsummaryrefslogtreecommitdiff
path: root/Emby.Common.Implementations/Xml/XmlReaderSettingsFactory.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-05-24 15:12:55 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-05-24 15:12:55 -0400
commitf07af448fa11330db93dd7ddcabac37ef9e014c7 (patch)
tree1b52a4f73d674a48258c2f14c94117b96ca4a678 /Emby.Common.Implementations/Xml/XmlReaderSettingsFactory.cs
parent27c3acb2bfde9025c33f584c759a4038020cb702 (diff)
update main projects
Diffstat (limited to 'Emby.Common.Implementations/Xml/XmlReaderSettingsFactory.cs')
-rw-r--r--Emby.Common.Implementations/Xml/XmlReaderSettingsFactory.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Emby.Common.Implementations/Xml/XmlReaderSettingsFactory.cs b/Emby.Common.Implementations/Xml/XmlReaderSettingsFactory.cs
index 806290cf4..35c266cdb 100644
--- a/Emby.Common.Implementations/Xml/XmlReaderSettingsFactory.cs
+++ b/Emby.Common.Implementations/Xml/XmlReaderSettingsFactory.cs
@@ -11,9 +11,7 @@ namespace Emby.Common.Implementations.Xml
if (!enableValidation)
{
-#if NET46
settings.ValidationType = ValidationType.None;
-#endif
}
return settings;