Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2017-11-05 20:34:52 +0300
committerMarek Safar <marek.safar@gmail.com>2017-11-06 22:31:56 +0300
commitc5fa794e98bd520659fdc8786511ab908ba6f1ac (patch)
tree63d14767862cb1045068bcf865af9e06e7f8476e /mcs/class/System.XML
parente2a7e328d39be2315e24396583f920c14ad87de7 (diff)
[bcl] Updates referencesource to 4.7.1
Diffstat (limited to 'mcs/class/System.XML')
-rw-r--r--mcs/class/System.XML/ReferenceSources/LocalAppContextSwitches.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System.XML/ReferenceSources/LocalAppContextSwitches.cs b/mcs/class/System.XML/ReferenceSources/LocalAppContextSwitches.cs
index bc03e96bbd8..ce9e157775c 100644
--- a/mcs/class/System.XML/ReferenceSources/LocalAppContextSwitches.cs
+++ b/mcs/class/System.XML/ReferenceSources/LocalAppContextSwitches.cs
@@ -4,5 +4,6 @@ namespace System
public static readonly bool IgnoreEmptyKeySequences = false;
public static readonly bool DontThrowOnInvalidSurrogatePairs = false;
public static readonly bool IgnoreKindInUtcTimeSerialization = false;
+ public static readonly bool EnableTimeSpanSerialization = false;
}
} \ No newline at end of file