chore: upgrade dependencies

This commit is contained in:
Fu Diwei
2023-03-09 18:15:49 +08:00
parent 1e3ed8e9fb
commit 68c1a7ba93
16 changed files with 23 additions and 23 deletions

View File

@@ -1,10 +1,10 @@
using System;
using System;
using System.Text;
using Xunit;
namespace SKIT.FlurlHttpClient.Wechat.TenpayV2.UnitTests
{
public class TestCase_AESUtilityTests
public class TestCase_ToolsAESUtilityTests
{
[Fact(DisplayName = "测试用例AES-ECB 解密")]
public void TestAESGCMDecrypt()

View File

@@ -3,7 +3,7 @@ using Xunit;
namespace SKIT.FlurlHttpClient.Wechat.TenpayV2.UnitTests
{
public class TestCase_XmlUtilityTests
public class TestCase_ToolsXmlUtilityTests
{
[Fact(DisplayName = "测试用例XML2JSON")]
public void TestXmlConvertToJson()