mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-18 17:48:12 +08:00
feat(tenpayv2): 升级公共组件
This commit is contained in:
@@ -140,7 +140,7 @@ namespace Newtonsoft.Json.Converters
|
||||
if (!(jsonContractProperty.ShouldSerialize == null || jsonContractProperty.ShouldSerialize(value)))
|
||||
continue;
|
||||
|
||||
string propertyName = jsonContractProperty.PropertyName;
|
||||
string propertyName = jsonContractProperty.PropertyName!;
|
||||
object? propertyValue = jsonContractProperty.ValueProvider?.GetValue(value);
|
||||
if (propertyValue is null)
|
||||
{
|
||||
|
@@ -41,7 +41,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="SKIT.FlurlHttpClient.Common" Version="2.2.0" />
|
||||
<PackageReference Include="SKIT.FlurlHttpClient.Common" Version="2.3.1" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
Reference in New Issue
Block a user