feat: 升级公共组件

This commit is contained in:
Fu Diwei
2022-03-11 19:26:36 +08:00
parent f7f6b39c38
commit 2877d72fe9
8 changed files with 8 additions and 8 deletions

View File

@@ -40,7 +40,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="SKIT.FlurlHttpClient.Common" Version="2.4.1" />
<PackageReference Include="SKIT.FlurlHttpClient.Common" Version="2.4.2" />
</ItemGroup>
</Project>

View File

@@ -40,7 +40,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="SKIT.FlurlHttpClient.Common" Version="2.4.1" />
<PackageReference Include="SKIT.FlurlHttpClient.Common" Version="2.4.2" />
</ItemGroup>
</Project>

View File

@@ -41,7 +41,7 @@
<ItemGroup>
<PackageReference Include="JWT" Version="8.9.0" />
<PackageReference Include="SKIT.FlurlHttpClient.Common" Version="2.4.1" />
<PackageReference Include="SKIT.FlurlHttpClient.Common" Version="2.4.2" />
</ItemGroup>
</Project>

View File

@@ -216,6 +216,6 @@ namespace SKIT.FlurlHttpClient.Wechat.TenpayV2.Events
[Newtonsoft.Json.JsonProperty("rate")]
[System.Text.Json.Serialization.JsonPropertyName("rate")]
[System.Text.Json.Serialization.JsonNumberHandling(System.Text.Json.Serialization.JsonNumberHandling.AllowReadingFromString)]
public long? ExchangeRate { get; set; }
public double? ExchangeRate { get; set; }
}
}

View File

@@ -46,6 +46,6 @@
[Newtonsoft.Json.JsonProperty("rate")]
[System.Text.Json.Serialization.JsonPropertyName("rate")]
[System.Text.Json.Serialization.JsonNumberHandling(System.Text.Json.Serialization.JsonNumberHandling.AllowReadingFromString)]
public long? ExchangeRate { get; set; } = default!;
public double? ExchangeRate { get; set; } = default!;
}
}

View File

@@ -41,7 +41,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="SKIT.FlurlHttpClient.Common" Version="2.4.1" />
<PackageReference Include="SKIT.FlurlHttpClient.Common" Version="2.4.2" />
</ItemGroup>
</Project>

View File

@@ -42,7 +42,7 @@
<ItemGroup>
<PackageReference Include="System.ValueTuple" Version="4.5.0" Condition="'$(TargetFramework)' == 'net461'" />
<PackageReference Include="Portable.BouncyCastle" Version="1.9.0" />
<PackageReference Include="SKIT.FlurlHttpClient.Common" Version="2.4.1" />
<PackageReference Include="SKIT.FlurlHttpClient.Common" Version="2.4.2" />
</ItemGroup>
</Project>

View File

@@ -40,7 +40,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="SKIT.FlurlHttpClient.Common" Version="2.4.1" />
<PackageReference Include="SKIT.FlurlHttpClient.Common" Version="2.4.2" />
</ItemGroup>
</Project>