File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ public static class SimApiUtil
2424 /// </summary>
2525 public static JsonSerializerOptions JsonOption => new ( )
2626 {
27- ReferenceHandler = ReferenceHandler . Preserve ,
27+ // ReferenceHandler = ReferenceHandler.Preserve,
2828 Encoder = JavaScriptEncoder . Create ( UnicodeRanges . All ) ,
2929 PropertyNamingPolicy = JsonNamingPolicy . CamelCase ,
30- DefaultIgnoreCondition = JsonIgnoreCondition . WhenWritingNull
30+ // DefaultIgnoreCondition = JsonIgnoreCondition.WhenWritingNull
3131 } ;
3232
3333 /// <summary>
Original file line number Diff line number Diff line change 1414 <SynchReleaseVersion >false</SynchReleaseVersion >
1515 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
1616 <PackageVersion >5.0.2</PackageVersion >
17- <TargetFramework >net8.0</TargetFramework >
1817 <Nullable >enable</Nullable >
18+ <TargetFrameworks >net8.0;net9.0</TargetFrameworks >
1919 </PropertyGroup >
2020
2121 <ItemGroup >
Original file line number Diff line number Diff line change 33using System . Linq ;
44using System . Reflection ;
55using System . Text . Json ;
6- using System . Text . Json . Serialization ;
76using Hangfire ;
87using Hangfire . Console ;
98using Hangfire . Redis . StackExchange ;
You can’t perform that action at this time.
0 commit comments