mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-07-08 18:06:41 +00:00
Fix old .NET
This commit is contained in:
@@ -104,7 +104,9 @@ namespace SabreTools.Serialization.Serializers
|
||||
Encoding = Encoding.UTF8,
|
||||
Indent = true,
|
||||
IndentChars = "\t",
|
||||
#if NET40_OR_GREATER || NETCOREAPP
|
||||
NamespaceHandling = NamespaceHandling.OmitDuplicates,
|
||||
#endif
|
||||
NewLineChars = "\n",
|
||||
};
|
||||
var stream = new MemoryStream();
|
||||
|
||||
Reference in New Issue
Block a user