update base nuget package

This commit is contained in:
2019-12-27 17:28:14 +08:00
parent 7449f459a7
commit 3edb472bfb
4 changed files with 21 additions and 7 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
using System.Collections.Generic;
using System.Text.Json;
using System.Text.Json.Serialization;
using Newtonsoft.Json.Serialization;
namespace YYApi.Communications
{
@@ -91,7 +90,7 @@ namespace YYApi.Communications
{
IgnoreReadOnlyProperties = true,
PropertyNamingPolicy = JsonNamingPolicy.CamelCase,
Converters = {new JsonStringEnumConverter()}
Converters = { new JsonStringEnumConverter() }
});
}
}