release:6.0.3.34

This commit is contained in:
Diego2098
2024-06-21 18:05:20 +08:00
parent 3efee3dc52
commit 119030f1a5
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ public static class SystemTextJsonExtensions
WriteIndented = true, // 使用缩进格式化输出 WriteIndented = true, // 使用缩进格式化输出
Encoder = JavaScriptEncoder.UnsafeRelaxedJsonEscaping, Encoder = JavaScriptEncoder.UnsafeRelaxedJsonEscaping,
PropertyNameCaseInsensitive = true, PropertyNameCaseInsensitive = true,
DefaultIgnoreCondition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull, // 忽略空值属性 //DefaultIgnoreCondition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull, // 忽略空值属性
NumberHandling = JsonNumberHandling.AllowNamedFloatingPointLiterals,//NaN支持 NumberHandling = JsonNumberHandling.AllowNamedFloatingPointLiterals,//NaN支持
}; };

View File

@@ -1,6 +1,6 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<Version>6.0.3.33</Version> <Version>6.0.3.34</Version>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>