File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public static class DefaultJsonSerializer
1414 private static JsonSerializerOptions options => new ( )
1515 {
1616 PropertyNamingPolicy = JsonNamingPolicy . CamelCase ,
17- DefaultIgnoreCondition = JsonIgnoreCondition . WhenWritingNull ,
17+ DefaultIgnoreCondition = JsonIgnoreCondition . WhenWritingDefault ,
1818 IgnoreReadOnlyProperties = true ,
1919 WriteIndented = true ,
2020 Encoder = JavaScriptEncoder . UnsafeRelaxedJsonEscaping ,
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >net9.0</TargetFramework >
5- <Version >0.9.0-beta.7 </Version >
5+ <Version >0.9.0-beta.8 </Version >
66 <FileVersion >0.9.0</FileVersion >
77 <InformationalVersion ></InformationalVersion >
88 <Authors >Jani Giannoudis</Authors >
You can’t perform that action at this time.
0 commit comments