mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 01:58:14 +08:00
feat: 升级公共组件
This commit is contained in:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
@@ -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!;
|
||||
}
|
||||
}
|
||||
|
@@ -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>
|
@@ -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>
|
@@ -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>
|
Reference in New Issue
Block a user