diff --git a/Host/appsettings.Development.json b/Host/appsettings.Development.json index 71efe6b..60d4c8b 100644 --- a/Host/appsettings.Development.json +++ b/Host/appsettings.Development.json @@ -4,7 +4,7 @@ "BaseInfoUrl": "http://www.ipkd.com/", "NotifyUrl": "http://hapi.hncore.net/product/WxOrderCallBack", //"MySql": "Server=101.200.84.129;Database=hualian_test;User=root;Password=qaz123!@#;Convert Zero Datetime=True;TreatTinyAsBoolean=false;port=3306", - "MySql": "Server=127.0.0.1;Database=hualianyun;User=root;Password=qaz123!@#;Convert Zero Datetime=True;TreatTinyAsBoolean=false;port=3306", + "MySql": "Server=127.0.0.1;Database=hualianyun;User=root;Password=123456789;Convert Zero Datetime=True;TreatTinyAsBoolean=false;port=3306", "Redis": "127.0.0.1:6379,password=123456,defaultDatabase=1,poolsize=1", "Aliyun": { "Oss": { diff --git a/Host/appsettings.json b/Host/appsettings.json index fd44c2a..2539e1f 100644 --- a/Host/appsettings.json +++ b/Host/appsettings.json @@ -3,7 +3,7 @@ "Service_BaseUrl": "http://www.juip.com/", "BaseInfoUrl": "http://www.juip.com/", "NotifyUrl": "http://www.juip.com/product/WxOrderCallBack", - "MySql": "Server=127.0.0.1;Database=hualianyun;User=root;Password=qaz123!@#;Convert Zero Datetime=True;TreatTinyAsBoolean=false;port=3306", + "MySql": "Server=127.0.0.1;Database=hualianyun;User=root;Password=123456789;Convert Zero Datetime=True;TreatTinyAsBoolean=false;port=3306", "Redis": "127.0.0.1:6379,password=123456,defaultDatabase=1,poolsize=1", "Aliyun": { "Oss": { diff --git a/Host/global.json b/Host/global.json new file mode 100644 index 0000000..a4a01b2 --- /dev/null +++ b/Host/global.json @@ -0,0 +1,5 @@ +{ + "sdk": { + "version": "2.2.100" + } +} \ No newline at end of file diff --git a/Infrastructure/Hncore.Infrastructure/bin/Debug/netstandard2.0/Hncore.Infrastructure.deps.json b/Infrastructure/Hncore.Infrastructure/bin/Debug/netstandard2.0/Hncore.Infrastructure.deps.json index fd520c3..eb5e279 100644 --- a/Infrastructure/Hncore.Infrastructure/bin/Debug/netstandard2.0/Hncore.Infrastructure.deps.json +++ b/Infrastructure/Hncore.Infrastructure/bin/Debug/netstandard2.0/Hncore.Infrastructure.deps.json @@ -1,7 +1,7 @@ { "runtimeTarget": { "name": ".NETStandard,Version=v2.0/", - "signature": "" + "signature": "7637a03fcc3187192a60058bbca809c8c77d63ec" }, "compilationOptions": {}, "targets": { diff --git a/Infrastructure/Hncore.Infrastructure/bin/Debug/netstandard2.0/Hncore.Infrastructure.dll b/Infrastructure/Hncore.Infrastructure/bin/Debug/netstandard2.0/Hncore.Infrastructure.dll index cfcf768..83f6e7b 100644 Binary files a/Infrastructure/Hncore.Infrastructure/bin/Debug/netstandard2.0/Hncore.Infrastructure.dll and b/Infrastructure/Hncore.Infrastructure/bin/Debug/netstandard2.0/Hncore.Infrastructure.dll differ diff --git a/Infrastructure/Hncore.Infrastructure/bin/Debug/netstandard2.0/Hncore.Infrastructure.pdb b/Infrastructure/Hncore.Infrastructure/bin/Debug/netstandard2.0/Hncore.Infrastructure.pdb index 8e875db..7bf8cd4 100644 Binary files a/Infrastructure/Hncore.Infrastructure/bin/Debug/netstandard2.0/Hncore.Infrastructure.pdb and b/Infrastructure/Hncore.Infrastructure/bin/Debug/netstandard2.0/Hncore.Infrastructure.pdb differ diff --git a/Infrastructure/Hncore.Infrastructure/bin/Release/netstandard2.0/Hncore.Infrastructure.deps.json b/Infrastructure/Hncore.Infrastructure/bin/Release/netstandard2.0/Hncore.Infrastructure.deps.json index fd520c3..eb5e279 100644 --- a/Infrastructure/Hncore.Infrastructure/bin/Release/netstandard2.0/Hncore.Infrastructure.deps.json +++ b/Infrastructure/Hncore.Infrastructure/bin/Release/netstandard2.0/Hncore.Infrastructure.deps.json @@ -1,7 +1,7 @@ { "runtimeTarget": { "name": ".NETStandard,Version=v2.0/", - "signature": "" + "signature": "7637a03fcc3187192a60058bbca809c8c77d63ec" }, "compilationOptions": {}, "targets": { diff --git a/Infrastructure/Hncore.Infrastructure/bin/Release/netstandard2.0/Hncore.Infrastructure.dll b/Infrastructure/Hncore.Infrastructure/bin/Release/netstandard2.0/Hncore.Infrastructure.dll index b2c9d64..6da8d06 100644 Binary files a/Infrastructure/Hncore.Infrastructure/bin/Release/netstandard2.0/Hncore.Infrastructure.dll and b/Infrastructure/Hncore.Infrastructure/bin/Release/netstandard2.0/Hncore.Infrastructure.dll differ diff --git a/Infrastructure/Hncore.Infrastructure/bin/Release/netstandard2.0/Hncore.Infrastructure.pdb b/Infrastructure/Hncore.Infrastructure/bin/Release/netstandard2.0/Hncore.Infrastructure.pdb index 0565dda..1aad508 100644 Binary files a/Infrastructure/Hncore.Infrastructure/bin/Release/netstandard2.0/Hncore.Infrastructure.pdb and b/Infrastructure/Hncore.Infrastructure/bin/Release/netstandard2.0/Hncore.Infrastructure.pdb differ diff --git a/Infrastructure/Hncore.Infrastructure/obj/Debug/netstandard2.0/Hncore.Infrastructure.assets.cache b/Infrastructure/Hncore.Infrastructure/obj/Debug/netstandard2.0/Hncore.Infrastructure.assets.cache index 80e383f..e3c56d8 100644 Binary files a/Infrastructure/Hncore.Infrastructure/obj/Debug/netstandard2.0/Hncore.Infrastructure.assets.cache and b/Infrastructure/Hncore.Infrastructure/obj/Debug/netstandard2.0/Hncore.Infrastructure.assets.cache differ diff --git a/Infrastructure/Hncore.Infrastructure/obj/Debug/netstandard2.0/Hncore.Infrastructure.csproj.CoreCompileInputs.cache b/Infrastructure/Hncore.Infrastructure/obj/Debug/netstandard2.0/Hncore.Infrastructure.csproj.CoreCompileInputs.cache index 837b170..0b9dd53 100644 --- a/Infrastructure/Hncore.Infrastructure/obj/Debug/netstandard2.0/Hncore.Infrastructure.csproj.CoreCompileInputs.cache +++ b/Infrastructure/Hncore.Infrastructure/obj/Debug/netstandard2.0/Hncore.Infrastructure.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -862eb26ae7c7ae9522a344b6f21c70b9c7e3c48d +16861f5dab02d2c0863c300d0210297fb8aa86dc diff --git a/Infrastructure/Hncore.Infrastructure/obj/Debug/netstandard2.0/Hncore.Infrastructure.csproj.FileListAbsolute.txt b/Infrastructure/Hncore.Infrastructure/obj/Debug/netstandard2.0/Hncore.Infrastructure.csproj.FileListAbsolute.txt index b273581..85e371c 100644 --- a/Infrastructure/Hncore.Infrastructure/obj/Debug/netstandard2.0/Hncore.Infrastructure.csproj.FileListAbsolute.txt +++ b/Infrastructure/Hncore.Infrastructure/obj/Debug/netstandard2.0/Hncore.Infrastructure.csproj.FileListAbsolute.txt @@ -17,5 +17,4 @@ D:\www\juipnet\Infrastructure\Hncore.Infrastructure\obj\Debug\netstandard2.0\Hnc D:\www\juipnet\Infrastructure\Hncore.Infrastructure\obj\Debug\netstandard2.0\Hncore.Infrastructure.AssemblyInfo.cs D:\www\juipnet\Infrastructure\Hncore.Infrastructure\obj\Debug\netstandard2.0\Hncore.Infrastructure.dll D:\www\juipnet\Infrastructure\Hncore.Infrastructure\obj\Debug\netstandard2.0\Hncore.Infrastructure.pdb -D:\www\juipnet\Infrastructure\Hncore.Infrastructure\obj\Debug\netstandard2.0\Hncore.Infrastructure.csproj.AssemblyReference.cache -D:\www\juipnet\Infrastructure\Hncore.Infrastructure\obj\Debug\netstandard2.0\Hncore.Infrastructure.GeneratedMSBuildEditorConfig.editorconfig +D:\www\juipnet\Infrastructure\Hncore.Infrastructure\obj\Debug\netstandard2.0\Hncore.Infrastructure.csprojAssemblyReference.cache diff --git a/Infrastructure/Hncore.Infrastructure/obj/Debug/netstandard2.0/Hncore.Infrastructure.dll b/Infrastructure/Hncore.Infrastructure/obj/Debug/netstandard2.0/Hncore.Infrastructure.dll index cfcf768..83f6e7b 100644 Binary files a/Infrastructure/Hncore.Infrastructure/obj/Debug/netstandard2.0/Hncore.Infrastructure.dll and b/Infrastructure/Hncore.Infrastructure/obj/Debug/netstandard2.0/Hncore.Infrastructure.dll differ diff --git a/Infrastructure/Hncore.Infrastructure/obj/Debug/netstandard2.0/Hncore.Infrastructure.pdb b/Infrastructure/Hncore.Infrastructure/obj/Debug/netstandard2.0/Hncore.Infrastructure.pdb index 8e875db..7bf8cd4 100644 Binary files a/Infrastructure/Hncore.Infrastructure/obj/Debug/netstandard2.0/Hncore.Infrastructure.pdb and b/Infrastructure/Hncore.Infrastructure/obj/Debug/netstandard2.0/Hncore.Infrastructure.pdb differ diff --git a/Infrastructure/Hncore.Infrastructure/obj/Hncore.Infrastructure.csproj.nuget.cache b/Infrastructure/Hncore.Infrastructure/obj/Hncore.Infrastructure.csproj.nuget.cache index 9487b42..461524b 100644 --- a/Infrastructure/Hncore.Infrastructure/obj/Hncore.Infrastructure.csproj.nuget.cache +++ b/Infrastructure/Hncore.Infrastructure/obj/Hncore.Infrastructure.csproj.nuget.cache @@ -1,5 +1,5 @@ { "version": 1, - "dgSpecHash": "WpHSn77w9swZs4E58Pjs8anN6WFpmV5eaq5gRiC4oVKUzKFc/WBkbdhJ0ZOSP36uzEWcTyjKrDW9tZzBsdwLgA==", + "dgSpecHash": "2+U7yXS+UgIOn2XlJXgYn8FlV4Fs2nBWJYoC+9QeOuUXVLL7PcpT/jsOEfYbfJUg/a6j4XJCLmybSPz4C10q4g==", "success": true } \ No newline at end of file diff --git a/Infrastructure/Hncore.Infrastructure/obj/Hncore.Infrastructure.csproj.nuget.g.props b/Infrastructure/Hncore.Infrastructure/obj/Hncore.Infrastructure.csproj.nuget.g.props index f8912ae..7c3caf8 100644 --- a/Infrastructure/Hncore.Infrastructure/obj/Hncore.Infrastructure.csproj.nuget.g.props +++ b/Infrastructure/Hncore.Infrastructure/obj/Hncore.Infrastructure.csproj.nuget.g.props @@ -3,17 +3,12 @@ True NuGet - $(MSBuildThisFileDirectory)project.assets.json + D:\www\juipnet\Infrastructure\Hncore.Infrastructure\obj\project.assets.json $(UserProfile)\.nuget\packages\ C:\Users\Administrator\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files\dotnet\sdk\NuGetFallbackFolder PackageReference - 5.11.0 + 4.9.0 - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) diff --git a/Infrastructure/Hncore.Infrastructure/obj/Release/netstandard2.0/Hncore.Infrastructure.assets.cache b/Infrastructure/Hncore.Infrastructure/obj/Release/netstandard2.0/Hncore.Infrastructure.assets.cache index f5ff202..520cd1d 100644 Binary files a/Infrastructure/Hncore.Infrastructure/obj/Release/netstandard2.0/Hncore.Infrastructure.assets.cache and b/Infrastructure/Hncore.Infrastructure/obj/Release/netstandard2.0/Hncore.Infrastructure.assets.cache differ diff --git a/Infrastructure/Hncore.Infrastructure/obj/Release/netstandard2.0/Hncore.Infrastructure.csproj.CoreCompileInputs.cache b/Infrastructure/Hncore.Infrastructure/obj/Release/netstandard2.0/Hncore.Infrastructure.csproj.CoreCompileInputs.cache index 5d83d20..0b9dd53 100644 --- a/Infrastructure/Hncore.Infrastructure/obj/Release/netstandard2.0/Hncore.Infrastructure.csproj.CoreCompileInputs.cache +++ b/Infrastructure/Hncore.Infrastructure/obj/Release/netstandard2.0/Hncore.Infrastructure.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -d2175dc5aff652cb7b64ce8bf8b45150c0cf9f7b +16861f5dab02d2c0863c300d0210297fb8aa86dc diff --git a/Infrastructure/Hncore.Infrastructure/obj/Release/netstandard2.0/Hncore.Infrastructure.csproj.FileListAbsolute.txt b/Infrastructure/Hncore.Infrastructure/obj/Release/netstandard2.0/Hncore.Infrastructure.csproj.FileListAbsolute.txt index 8d8554f..2b21d09 100644 --- a/Infrastructure/Hncore.Infrastructure/obj/Release/netstandard2.0/Hncore.Infrastructure.csproj.FileListAbsolute.txt +++ b/Infrastructure/Hncore.Infrastructure/obj/Release/netstandard2.0/Hncore.Infrastructure.csproj.FileListAbsolute.txt @@ -17,5 +17,4 @@ D:\www\juipnet\Infrastructure\Hncore.Infrastructure\obj\Release\netstandard2.0\H D:\www\juipnet\Infrastructure\Hncore.Infrastructure\obj\Release\netstandard2.0\Hncore.Infrastructure.AssemblyInfo.cs D:\www\juipnet\Infrastructure\Hncore.Infrastructure\obj\Release\netstandard2.0\Hncore.Infrastructure.dll D:\www\juipnet\Infrastructure\Hncore.Infrastructure\obj\Release\netstandard2.0\Hncore.Infrastructure.pdb -D:\www\juipnet\Infrastructure\Hncore.Infrastructure\obj\Release\netstandard2.0\Hncore.Infrastructure.GeneratedMSBuildEditorConfig.editorconfig -D:\www\juipnet\Infrastructure\Hncore.Infrastructure\obj\Release\netstandard2.0\Hncore.Infrastructure.csproj.AssemblyReference.cache +D:\www\juipnet\Infrastructure\Hncore.Infrastructure\obj\Release\netstandard2.0\Hncore.Infrastructure.csprojAssemblyReference.cache diff --git a/Infrastructure/Hncore.Infrastructure/obj/Release/netstandard2.0/Hncore.Infrastructure.dll b/Infrastructure/Hncore.Infrastructure/obj/Release/netstandard2.0/Hncore.Infrastructure.dll index b2c9d64..6da8d06 100644 Binary files a/Infrastructure/Hncore.Infrastructure/obj/Release/netstandard2.0/Hncore.Infrastructure.dll and b/Infrastructure/Hncore.Infrastructure/obj/Release/netstandard2.0/Hncore.Infrastructure.dll differ diff --git a/Infrastructure/Hncore.Infrastructure/obj/Release/netstandard2.0/Hncore.Infrastructure.pdb b/Infrastructure/Hncore.Infrastructure/obj/Release/netstandard2.0/Hncore.Infrastructure.pdb index 0565dda..1aad508 100644 Binary files a/Infrastructure/Hncore.Infrastructure/obj/Release/netstandard2.0/Hncore.Infrastructure.pdb and b/Infrastructure/Hncore.Infrastructure/obj/Release/netstandard2.0/Hncore.Infrastructure.pdb differ diff --git a/Infrastructure/Hncore.Infrastructure/obj/project.assets.json b/Infrastructure/Hncore.Infrastructure/obj/project.assets.json index 6280ab5..cc41157 100644 --- a/Infrastructure/Hncore.Infrastructure/obj/project.assets.json +++ b/Infrastructure/Hncore.Infrastructure/obj/project.assets.json @@ -10278,7 +10278,6 @@ }, "frameworks": { "netstandard2.0": { - "targetAlias": "netstandard2.0", "projectReferences": {} } }, @@ -10290,7 +10289,6 @@ }, "frameworks": { "netstandard2.0": { - "targetAlias": "netstandard2.0", "dependencies": { "AngleSharp": { "target": "Package", @@ -10424,16 +10422,10 @@ } }, "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" + "net461" ], "assetTargetFallback": true, - "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.400\\RuntimeIdentifierGraph.json" + "warn": true } } } diff --git a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/bin/Debug/netstandard2.0/Alipay.AopSdk.Core.deps.json b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/bin/Debug/netstandard2.0/Alipay.AopSdk.Core.deps.json index db2644f..c7b8440 100644 --- a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/bin/Debug/netstandard2.0/Alipay.AopSdk.Core.deps.json +++ b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/bin/Debug/netstandard2.0/Alipay.AopSdk.Core.deps.json @@ -1,7 +1,7 @@ { "runtimeTarget": { "name": ".NETStandard,Version=v2.0/", - "signature": "" + "signature": "63543f12545b706204b095bee5bf9a18242b1182" }, "compilationOptions": {}, "targets": { diff --git a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/bin/Debug/netstandard2.0/Alipay.AopSdk.Core.dll b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/bin/Debug/netstandard2.0/Alipay.AopSdk.Core.dll index 9aa96c5..05909c4 100644 Binary files a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/bin/Debug/netstandard2.0/Alipay.AopSdk.Core.dll and b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/bin/Debug/netstandard2.0/Alipay.AopSdk.Core.dll differ diff --git a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/bin/Debug/netstandard2.0/Alipay.AopSdk.Core.pdb b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/bin/Debug/netstandard2.0/Alipay.AopSdk.Core.pdb index ae9c072..97c9c61 100644 Binary files a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/bin/Debug/netstandard2.0/Alipay.AopSdk.Core.pdb and b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/bin/Debug/netstandard2.0/Alipay.AopSdk.Core.pdb differ diff --git a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/bin/Release/netstandard2.0/Alipay.AopSdk.Core.deps.json b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/bin/Release/netstandard2.0/Alipay.AopSdk.Core.deps.json index db2644f..c7b8440 100644 --- a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/bin/Release/netstandard2.0/Alipay.AopSdk.Core.deps.json +++ b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/bin/Release/netstandard2.0/Alipay.AopSdk.Core.deps.json @@ -1,7 +1,7 @@ { "runtimeTarget": { "name": ".NETStandard,Version=v2.0/", - "signature": "" + "signature": "63543f12545b706204b095bee5bf9a18242b1182" }, "compilationOptions": {}, "targets": { diff --git a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/bin/Release/netstandard2.0/Alipay.AopSdk.Core.dll b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/bin/Release/netstandard2.0/Alipay.AopSdk.Core.dll index 12a743d..b0beb91 100644 Binary files a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/bin/Release/netstandard2.0/Alipay.AopSdk.Core.dll and b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/bin/Release/netstandard2.0/Alipay.AopSdk.Core.dll differ diff --git a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/bin/Release/netstandard2.0/Alipay.AopSdk.Core.pdb b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/bin/Release/netstandard2.0/Alipay.AopSdk.Core.pdb index b1c0d5c..6dcb9b0 100644 Binary files a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/bin/Release/netstandard2.0/Alipay.AopSdk.Core.pdb and b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/bin/Release/netstandard2.0/Alipay.AopSdk.Core.pdb differ diff --git a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Alipay.AopSdk.Core.csproj.nuget.cache b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Alipay.AopSdk.Core.csproj.nuget.cache index 02cadcc..965d2aa 100644 --- a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Alipay.AopSdk.Core.csproj.nuget.cache +++ b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Alipay.AopSdk.Core.csproj.nuget.cache @@ -1,5 +1,5 @@ { "version": 1, - "dgSpecHash": "Hibe2mj1krGsLhoE+x//x3podIJ2YUPKHxpphIThEbcMx+JYwnD+2x/j7qwy5QAzWvNwDVo6QVdSXzvzO1XuXw==", + "dgSpecHash": "pSmjCHNXgeXo0qSEa0Rd0ZpmfZvc/kL8xdab/KjwCchNt75bEFSUmP29LSLKR+yl5H3qJL9hsEgEn6UcDYVlMw==", "success": true } \ No newline at end of file diff --git a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Alipay.AopSdk.Core.csproj.nuget.g.props b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Alipay.AopSdk.Core.csproj.nuget.g.props index 0563694..cd92f07 100644 --- a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Alipay.AopSdk.Core.csproj.nuget.g.props +++ b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Alipay.AopSdk.Core.csproj.nuget.g.props @@ -3,17 +3,12 @@ True NuGet - $(MSBuildThisFileDirectory)project.assets.json + D:\www\juipnet\Infrastructure\ServiceClient\Alipay.AopSdk.Core\obj\project.assets.json $(UserProfile)\.nuget\packages\ C:\Users\Administrator\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files\dotnet\sdk\NuGetFallbackFolder PackageReference - 5.11.0 + 4.9.0 - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) diff --git a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Debug/netstandard2.0/Alipay.AopSdk.Core.AssemblyInfo.cs b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Debug/netstandard2.0/Alipay.AopSdk.Core.AssemblyInfo.cs index e4371ec..7558e42 100644 --- a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Debug/netstandard2.0/Alipay.AopSdk.Core.AssemblyInfo.cs +++ b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Debug/netstandard2.0/Alipay.AopSdk.Core.AssemblyInfo.cs @@ -1,9 +1,10 @@ //------------------------------------------------------------------------------ // -// This code was generated by a tool. +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 // -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ diff --git a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Debug/netstandard2.0/Alipay.AopSdk.Core.assets.cache b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Debug/netstandard2.0/Alipay.AopSdk.Core.assets.cache index 21e9b24..1403768 100644 Binary files a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Debug/netstandard2.0/Alipay.AopSdk.Core.assets.cache and b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Debug/netstandard2.0/Alipay.AopSdk.Core.assets.cache differ diff --git a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Debug/netstandard2.0/Alipay.AopSdk.Core.csproj.CoreCompileInputs.cache b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Debug/netstandard2.0/Alipay.AopSdk.Core.csproj.CoreCompileInputs.cache index 41126cf..42c944c 100644 --- a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Debug/netstandard2.0/Alipay.AopSdk.Core.csproj.CoreCompileInputs.cache +++ b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Debug/netstandard2.0/Alipay.AopSdk.Core.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -949e00e018bd636f06897242f8f1538112360298 +101bc49d2c8dbf42161175871a6e08ee9bbe151b diff --git a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Debug/netstandard2.0/Alipay.AopSdk.Core.csproj.FileListAbsolute.txt b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Debug/netstandard2.0/Alipay.AopSdk.Core.csproj.FileListAbsolute.txt index 2a0642c..8c846af 100644 --- a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Debug/netstandard2.0/Alipay.AopSdk.Core.csproj.FileListAbsolute.txt +++ b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Debug/netstandard2.0/Alipay.AopSdk.Core.csproj.FileListAbsolute.txt @@ -15,5 +15,4 @@ D:\www\juipnet\Infrastructure\ServiceClient\Alipay.AopSdk.Core\obj\Debug\netstan D:\www\juipnet\Infrastructure\ServiceClient\Alipay.AopSdk.Core\obj\Debug\netstandard2.0\Alipay.AopSdk.Core.AssemblyInfo.cs D:\www\juipnet\Infrastructure\ServiceClient\Alipay.AopSdk.Core\obj\Debug\netstandard2.0\Alipay.AopSdk.Core.dll D:\www\juipnet\Infrastructure\ServiceClient\Alipay.AopSdk.Core\obj\Debug\netstandard2.0\Alipay.AopSdk.Core.pdb -D:\www\juipnet\Infrastructure\ServiceClient\Alipay.AopSdk.Core\obj\Debug\netstandard2.0\Alipay.AopSdk.Core.csproj.AssemblyReference.cache -D:\www\juipnet\Infrastructure\ServiceClient\Alipay.AopSdk.Core\obj\Debug\netstandard2.0\Alipay.AopSdk.Core.GeneratedMSBuildEditorConfig.editorconfig +D:\www\juipnet\Infrastructure\ServiceClient\Alipay.AopSdk.Core\obj\Debug\netstandard2.0\Alipay.AopSdk.Core.csprojAssemblyReference.cache diff --git a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Debug/netstandard2.0/Alipay.AopSdk.Core.dll b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Debug/netstandard2.0/Alipay.AopSdk.Core.dll index 9aa96c5..05909c4 100644 Binary files a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Debug/netstandard2.0/Alipay.AopSdk.Core.dll and b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Debug/netstandard2.0/Alipay.AopSdk.Core.dll differ diff --git a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Debug/netstandard2.0/Alipay.AopSdk.Core.pdb b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Debug/netstandard2.0/Alipay.AopSdk.Core.pdb index ae9c072..97c9c61 100644 Binary files a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Debug/netstandard2.0/Alipay.AopSdk.Core.pdb and b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Debug/netstandard2.0/Alipay.AopSdk.Core.pdb differ diff --git a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Release/netstandard2.0/Alipay.AopSdk.Core.AssemblyInfo.cs b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Release/netstandard2.0/Alipay.AopSdk.Core.AssemblyInfo.cs index e531590..84484b6 100644 --- a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Release/netstandard2.0/Alipay.AopSdk.Core.AssemblyInfo.cs +++ b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Release/netstandard2.0/Alipay.AopSdk.Core.AssemblyInfo.cs @@ -1,9 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. +// 由 MSBuild WriteCodeFragment 类生成。 // //------------------------------------------------------------------------------ @@ -14,14 +11,10 @@ using System.Reflection; [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] [assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright 2017-2019 stulzq")] [assembly: System.Reflection.AssemblyDescriptionAttribute("支付宝(Alipay)服务端SDK,与官方SDK接口完全相同。完全可以按照官方文档进行开发。除了支持支付以外,官方SDK支持的功能本SDK全部支持,且用法几乎一样" + - ",代码都可参考官方文档代码。github:https://github.com/stulzq/Alipay.AopSdk.Core,访问github获取demo" + - "以及使用文档。")] +",代码都可参考官方文档代码。github:https://github.com/stulzq/Alipay.AopSdk.Core,访问github获取demo" + +"以及使用文档。")] [assembly: System.Reflection.AssemblyFileVersionAttribute("2.5.0.1")] [assembly: System.Reflection.AssemblyInformationalVersionAttribute("2.5.0.1")] [assembly: System.Reflection.AssemblyProductAttribute("Alipay.AopSdk.Core")] [assembly: System.Reflection.AssemblyTitleAttribute("Alipay.AopSdk.Core")] [assembly: System.Reflection.AssemblyVersionAttribute("2.5.0.1")] -[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/stulzq/Alipay.AopSdk.Core")] - -// 由 MSBuild WriteCodeFragment 类生成。 - diff --git a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Release/netstandard2.0/Alipay.AopSdk.Core.AssemblyInfoInputs.cache b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Release/netstandard2.0/Alipay.AopSdk.Core.AssemblyInfoInputs.cache index 85c7655..3a558aa 100644 --- a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Release/netstandard2.0/Alipay.AopSdk.Core.AssemblyInfoInputs.cache +++ b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Release/netstandard2.0/Alipay.AopSdk.Core.AssemblyInfoInputs.cache @@ -1 +1 @@ -f411eca37ea84bdece3fd1701b12919ead6256d9 +ab2b6c1e97cf708d82295a7a4f9b890fa148717d diff --git a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Release/netstandard2.0/Alipay.AopSdk.Core.assets.cache b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Release/netstandard2.0/Alipay.AopSdk.Core.assets.cache index 7cdabfc..a83a292 100644 Binary files a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Release/netstandard2.0/Alipay.AopSdk.Core.assets.cache and b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Release/netstandard2.0/Alipay.AopSdk.Core.assets.cache differ diff --git a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Release/netstandard2.0/Alipay.AopSdk.Core.csproj.CoreCompileInputs.cache b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Release/netstandard2.0/Alipay.AopSdk.Core.csproj.CoreCompileInputs.cache index 66259e7..42c944c 100644 --- a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Release/netstandard2.0/Alipay.AopSdk.Core.csproj.CoreCompileInputs.cache +++ b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Release/netstandard2.0/Alipay.AopSdk.Core.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -fda4ae72f7cf6e6834fe4a4964b6577a99a81b82 +101bc49d2c8dbf42161175871a6e08ee9bbe151b diff --git a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Release/netstandard2.0/Alipay.AopSdk.Core.csproj.FileListAbsolute.txt b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Release/netstandard2.0/Alipay.AopSdk.Core.csproj.FileListAbsolute.txt index cca4faa..ea12c8c 100644 --- a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Release/netstandard2.0/Alipay.AopSdk.Core.csproj.FileListAbsolute.txt +++ b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Release/netstandard2.0/Alipay.AopSdk.Core.csproj.FileListAbsolute.txt @@ -15,5 +15,4 @@ D:\www\juipnet\Infrastructure\ServiceClient\Alipay.AopSdk.Core\obj\Release\netst D:\www\juipnet\Infrastructure\ServiceClient\Alipay.AopSdk.Core\obj\Release\netstandard2.0\Alipay.AopSdk.Core.AssemblyInfo.cs D:\www\juipnet\Infrastructure\ServiceClient\Alipay.AopSdk.Core\obj\Release\netstandard2.0\Alipay.AopSdk.Core.dll D:\www\juipnet\Infrastructure\ServiceClient\Alipay.AopSdk.Core\obj\Release\netstandard2.0\Alipay.AopSdk.Core.pdb -D:\www\juipnet\Infrastructure\ServiceClient\Alipay.AopSdk.Core\obj\Release\netstandard2.0\Alipay.AopSdk.Core.GeneratedMSBuildEditorConfig.editorconfig -D:\www\juipnet\Infrastructure\ServiceClient\Alipay.AopSdk.Core\obj\Release\netstandard2.0\Alipay.AopSdk.Core.csproj.AssemblyReference.cache +D:\www\juipnet\Infrastructure\ServiceClient\Alipay.AopSdk.Core\obj\Release\netstandard2.0\Alipay.AopSdk.Core.csprojAssemblyReference.cache diff --git a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Release/netstandard2.0/Alipay.AopSdk.Core.dll b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Release/netstandard2.0/Alipay.AopSdk.Core.dll index 12a743d..b0beb91 100644 Binary files a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Release/netstandard2.0/Alipay.AopSdk.Core.dll and b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Release/netstandard2.0/Alipay.AopSdk.Core.dll differ diff --git a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Release/netstandard2.0/Alipay.AopSdk.Core.pdb b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Release/netstandard2.0/Alipay.AopSdk.Core.pdb index b1c0d5c..6dcb9b0 100644 Binary files a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Release/netstandard2.0/Alipay.AopSdk.Core.pdb and b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/Release/netstandard2.0/Alipay.AopSdk.Core.pdb differ diff --git a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/project.assets.json b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/project.assets.json index 67529cc..98b9981 100644 --- a/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/project.assets.json +++ b/Infrastructure/ServiceClient/Alipay.AopSdk.Core/obj/project.assets.json @@ -523,7 +523,6 @@ }, "frameworks": { "netstandard2.0": { - "targetAlias": "netstandard2.0", "projectReferences": {} } }, @@ -535,7 +534,6 @@ }, "frameworks": { "netstandard2.0": { - "targetAlias": "netstandard2.0", "dependencies": { "NETStandard.Library": { "suppressParent": "All", @@ -553,16 +551,10 @@ } }, "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" + "net461" ], "assetTargetFallback": true, - "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.400\\RuntimeIdentifierGraph.json" + "warn": true } } } diff --git a/Infrastructure/ServiceClient/PaymentCenterClient/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.dll b/Infrastructure/ServiceClient/PaymentCenterClient/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.dll index cfcf768..83f6e7b 100644 Binary files a/Infrastructure/ServiceClient/PaymentCenterClient/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.dll and b/Infrastructure/ServiceClient/PaymentCenterClient/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.dll differ diff --git a/Infrastructure/ServiceClient/PaymentCenterClient/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.pdb b/Infrastructure/ServiceClient/PaymentCenterClient/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.pdb index 8e875db..7bf8cd4 100644 Binary files a/Infrastructure/ServiceClient/PaymentCenterClient/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.pdb and b/Infrastructure/ServiceClient/PaymentCenterClient/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.pdb differ diff --git a/Infrastructure/ServiceClient/PaymentCenterClient/bin/Debug/netcoreapp2.2/PaymentCenterClient.deps.json b/Infrastructure/ServiceClient/PaymentCenterClient/bin/Debug/netcoreapp2.2/PaymentCenterClient.deps.json index 6ec5c44..a6c6ba9 100644 --- a/Infrastructure/ServiceClient/PaymentCenterClient/bin/Debug/netcoreapp2.2/PaymentCenterClient.deps.json +++ b/Infrastructure/ServiceClient/PaymentCenterClient/bin/Debug/netcoreapp2.2/PaymentCenterClient.deps.json @@ -1,7 +1,7 @@ { "runtimeTarget": { "name": ".NETCoreApp,Version=v2.2", - "signature": "" + "signature": "916507b380773778d6bcc35ea2e2b87ea0f1ded5" }, "compilationOptions": {}, "targets": { @@ -1475,6 +1475,16 @@ "dependencies": { "System.Security.AccessControl": "4.5.0", "System.Security.Principal.Windows": "4.5.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "Microsoft.Win32.SystemEvents/4.5.0": { @@ -1593,9 +1603,30 @@ } } }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/debian.8-x64/native/_._": { + "rid": "debian.8-x64", + "assetType": "native" + } + } + }, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/fedora.23-x64/native/_._": { + "rid": "fedora.23-x64", + "assetType": "native" + } + } + }, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/fedora.24-x64/native/_._": { + "rid": "fedora.24-x64", + "assetType": "native" + } + } + }, "runtime.native.System/4.3.0": {}, "runtime.native.System.Data.SqlClient.sni/4.4.0": { "dependencies": { @@ -1626,14 +1657,70 @@ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" } }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/opensuse.13.2-x64/native/_._": { + "rid": "opensuse.13.2-x64", + "assetType": "native" + } + } + }, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/opensuse.42.1-x64/native/_._": { + "rid": "opensuse.42.1-x64", + "assetType": "native" + } + } + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "runtimeTargets": { + "runtime/osx.10.10-x64/native/_._": { + "rid": "osx.10.10-x64", + "assetType": "native" + } + } + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/osx.10.10-x64/native/_._": { + "rid": "osx.10.10-x64", + "assetType": "native" + } + } + }, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/rhel.7-x64/native/_._": { + "rid": "rhel.7-x64", + "assetType": "native" + } + } + }, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/ubuntu.14.04-x64/native/_._": { + "rid": "ubuntu.14.04-x64", + "assetType": "native" + } + } + }, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/ubuntu.16.04-x64/native/_._": { + "rid": "ubuntu.16.04-x64", + "assetType": "native" + } + } + }, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/ubuntu.16.10-x64/native/_._": { + "rid": "ubuntu.16.10-x64", + "assetType": "native" + } + } + }, "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { "runtimeTargets": { "runtimes/win-arm64/native/sni.dll": { @@ -1868,6 +1955,16 @@ "System.Runtime": "4.3.0", "System.Runtime.Extensions": "4.3.0", "System.Runtime.InteropServices": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Diagnostics.Process/4.1.0": { @@ -1892,6 +1989,20 @@ "System.Threading.Thread": "4.3.0", "System.Threading.ThreadPool": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/linux/lib/_._": { + "rid": "linux", + "assetType": "runtime" + }, + "runtime/osx/lib/_._": { + "rid": "osx", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Diagnostics.StackTrace/4.3.0": { @@ -1927,6 +2038,16 @@ "System.Runtime.Extensions": "4.3.0", "System.Threading": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Diagnostics.Tracing/4.3.0": { @@ -1995,6 +2116,16 @@ "System.Runtime": "4.3.0", "System.Runtime.Extensions": "4.3.0", "System.Runtime.InteropServices": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Interactive.Async/3.2.0": { @@ -2028,6 +2159,16 @@ "System.Threading.Tasks": "4.3.0", "runtime.native.System": "4.3.0", "runtime.native.System.IO.Compression": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.IO.FileSystem/4.3.0": { @@ -2111,6 +2252,16 @@ "System.Threading": "4.3.0", "System.Threading.Tasks": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Net.Primitives/4.3.0": { @@ -2148,6 +2299,16 @@ "runtime.native.System": "4.3.0", "runtime.native.System.Net.Security": "4.3.0", "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Net.Sockets/4.3.0": { @@ -2201,6 +2362,16 @@ "System.Threading": "4.3.0", "System.Threading.Tasks": "4.3.0", "System.Threading.Timer": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.ObjectModel/4.3.0": { @@ -2326,6 +2497,16 @@ "System.Runtime.InteropServices": "4.3.0", "System.Threading": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Runtime.Loader/4.0.0": { @@ -2359,6 +2540,12 @@ "System.Security.AccessControl/4.5.0": { "dependencies": { "System.Security.Principal.Windows": "4.5.0" + }, + "runtimeTargets": { + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Security.Claims/4.3.0": { @@ -2387,9 +2574,30 @@ "System.Text.Encoding": "4.3.0", "runtime.native.System.Security.Cryptography.Apple": "4.3.0", "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "runtimeTargets": { + "runtime/osx/lib/_._": { + "rid": "osx", + "assetType": "runtime" + }, + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } + } + }, + "System.Security.Cryptography.Cng/4.5.0": { + "runtimeTargets": { + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, - "System.Security.Cryptography.Cng/4.5.0": {}, "System.Security.Cryptography.Csp/4.3.0": { "dependencies": { "System.IO": "4.3.0", @@ -2404,6 +2612,16 @@ "System.Security.Cryptography.Primitives": "4.3.0", "System.Text.Encoding": "4.3.0", "System.Threading": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Security.Cryptography.Encoding/4.3.0": { @@ -2419,6 +2637,16 @@ "System.Security.Cryptography.Primitives": "4.3.0", "System.Text.Encoding": "4.3.0", "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Security.Cryptography.OpenSsl/4.3.0": { @@ -2436,6 +2664,12 @@ "System.Security.Cryptography.Primitives": "4.3.0", "System.Text.Encoding": "4.3.0", "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + } } }, "System.Security.Cryptography.Pkcs/4.5.0": { @@ -2494,6 +2728,16 @@ "runtime.native.System": "4.3.0", "runtime.native.System.Net.Http": "4.3.0", "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Security.Cryptography.Xml/4.5.0": { @@ -2524,7 +2768,18 @@ "System.Runtime": "4.3.0" } }, - "System.Security.Principal.Windows/4.5.0": {}, + "System.Security.Principal.Windows/4.5.0": { + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } + } + }, "System.Text.Encoding/4.3.0": { "dependencies": { "System.Runtime": "4.3.0" diff --git a/Infrastructure/ServiceClient/PaymentCenterClient/bin/Debug/netcoreapp2.2/PaymentCenterClient.dll b/Infrastructure/ServiceClient/PaymentCenterClient/bin/Debug/netcoreapp2.2/PaymentCenterClient.dll index 4a15e5e..6edd625 100644 Binary files a/Infrastructure/ServiceClient/PaymentCenterClient/bin/Debug/netcoreapp2.2/PaymentCenterClient.dll and b/Infrastructure/ServiceClient/PaymentCenterClient/bin/Debug/netcoreapp2.2/PaymentCenterClient.dll differ diff --git a/Infrastructure/ServiceClient/PaymentCenterClient/bin/Debug/netcoreapp2.2/PaymentCenterClient.pdb b/Infrastructure/ServiceClient/PaymentCenterClient/bin/Debug/netcoreapp2.2/PaymentCenterClient.pdb index bc59325..f532a9a 100644 Binary files a/Infrastructure/ServiceClient/PaymentCenterClient/bin/Debug/netcoreapp2.2/PaymentCenterClient.pdb and b/Infrastructure/ServiceClient/PaymentCenterClient/bin/Debug/netcoreapp2.2/PaymentCenterClient.pdb differ diff --git a/Infrastructure/ServiceClient/PaymentCenterClient/bin/Release/netcoreapp2.2/Hncore.Infrastructure.dll b/Infrastructure/ServiceClient/PaymentCenterClient/bin/Release/netcoreapp2.2/Hncore.Infrastructure.dll index b2c9d64..6da8d06 100644 Binary files a/Infrastructure/ServiceClient/PaymentCenterClient/bin/Release/netcoreapp2.2/Hncore.Infrastructure.dll and b/Infrastructure/ServiceClient/PaymentCenterClient/bin/Release/netcoreapp2.2/Hncore.Infrastructure.dll differ diff --git a/Infrastructure/ServiceClient/PaymentCenterClient/bin/Release/netcoreapp2.2/Hncore.Infrastructure.pdb b/Infrastructure/ServiceClient/PaymentCenterClient/bin/Release/netcoreapp2.2/Hncore.Infrastructure.pdb index 0565dda..1aad508 100644 Binary files a/Infrastructure/ServiceClient/PaymentCenterClient/bin/Release/netcoreapp2.2/Hncore.Infrastructure.pdb and b/Infrastructure/ServiceClient/PaymentCenterClient/bin/Release/netcoreapp2.2/Hncore.Infrastructure.pdb differ diff --git a/Infrastructure/ServiceClient/PaymentCenterClient/bin/Release/netcoreapp2.2/PaymentCenterClient.deps.json b/Infrastructure/ServiceClient/PaymentCenterClient/bin/Release/netcoreapp2.2/PaymentCenterClient.deps.json index 6ec5c44..a6c6ba9 100644 --- a/Infrastructure/ServiceClient/PaymentCenterClient/bin/Release/netcoreapp2.2/PaymentCenterClient.deps.json +++ b/Infrastructure/ServiceClient/PaymentCenterClient/bin/Release/netcoreapp2.2/PaymentCenterClient.deps.json @@ -1,7 +1,7 @@ { "runtimeTarget": { "name": ".NETCoreApp,Version=v2.2", - "signature": "" + "signature": "916507b380773778d6bcc35ea2e2b87ea0f1ded5" }, "compilationOptions": {}, "targets": { @@ -1475,6 +1475,16 @@ "dependencies": { "System.Security.AccessControl": "4.5.0", "System.Security.Principal.Windows": "4.5.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "Microsoft.Win32.SystemEvents/4.5.0": { @@ -1593,9 +1603,30 @@ } } }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/debian.8-x64/native/_._": { + "rid": "debian.8-x64", + "assetType": "native" + } + } + }, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/fedora.23-x64/native/_._": { + "rid": "fedora.23-x64", + "assetType": "native" + } + } + }, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/fedora.24-x64/native/_._": { + "rid": "fedora.24-x64", + "assetType": "native" + } + } + }, "runtime.native.System/4.3.0": {}, "runtime.native.System.Data.SqlClient.sni/4.4.0": { "dependencies": { @@ -1626,14 +1657,70 @@ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" } }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/opensuse.13.2-x64/native/_._": { + "rid": "opensuse.13.2-x64", + "assetType": "native" + } + } + }, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/opensuse.42.1-x64/native/_._": { + "rid": "opensuse.42.1-x64", + "assetType": "native" + } + } + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "runtimeTargets": { + "runtime/osx.10.10-x64/native/_._": { + "rid": "osx.10.10-x64", + "assetType": "native" + } + } + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/osx.10.10-x64/native/_._": { + "rid": "osx.10.10-x64", + "assetType": "native" + } + } + }, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/rhel.7-x64/native/_._": { + "rid": "rhel.7-x64", + "assetType": "native" + } + } + }, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/ubuntu.14.04-x64/native/_._": { + "rid": "ubuntu.14.04-x64", + "assetType": "native" + } + } + }, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/ubuntu.16.04-x64/native/_._": { + "rid": "ubuntu.16.04-x64", + "assetType": "native" + } + } + }, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/ubuntu.16.10-x64/native/_._": { + "rid": "ubuntu.16.10-x64", + "assetType": "native" + } + } + }, "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { "runtimeTargets": { "runtimes/win-arm64/native/sni.dll": { @@ -1868,6 +1955,16 @@ "System.Runtime": "4.3.0", "System.Runtime.Extensions": "4.3.0", "System.Runtime.InteropServices": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Diagnostics.Process/4.1.0": { @@ -1892,6 +1989,20 @@ "System.Threading.Thread": "4.3.0", "System.Threading.ThreadPool": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/linux/lib/_._": { + "rid": "linux", + "assetType": "runtime" + }, + "runtime/osx/lib/_._": { + "rid": "osx", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Diagnostics.StackTrace/4.3.0": { @@ -1927,6 +2038,16 @@ "System.Runtime.Extensions": "4.3.0", "System.Threading": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Diagnostics.Tracing/4.3.0": { @@ -1995,6 +2116,16 @@ "System.Runtime": "4.3.0", "System.Runtime.Extensions": "4.3.0", "System.Runtime.InteropServices": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Interactive.Async/3.2.0": { @@ -2028,6 +2159,16 @@ "System.Threading.Tasks": "4.3.0", "runtime.native.System": "4.3.0", "runtime.native.System.IO.Compression": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.IO.FileSystem/4.3.0": { @@ -2111,6 +2252,16 @@ "System.Threading": "4.3.0", "System.Threading.Tasks": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Net.Primitives/4.3.0": { @@ -2148,6 +2299,16 @@ "runtime.native.System": "4.3.0", "runtime.native.System.Net.Security": "4.3.0", "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Net.Sockets/4.3.0": { @@ -2201,6 +2362,16 @@ "System.Threading": "4.3.0", "System.Threading.Tasks": "4.3.0", "System.Threading.Timer": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.ObjectModel/4.3.0": { @@ -2326,6 +2497,16 @@ "System.Runtime.InteropServices": "4.3.0", "System.Threading": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Runtime.Loader/4.0.0": { @@ -2359,6 +2540,12 @@ "System.Security.AccessControl/4.5.0": { "dependencies": { "System.Security.Principal.Windows": "4.5.0" + }, + "runtimeTargets": { + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Security.Claims/4.3.0": { @@ -2387,9 +2574,30 @@ "System.Text.Encoding": "4.3.0", "runtime.native.System.Security.Cryptography.Apple": "4.3.0", "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "runtimeTargets": { + "runtime/osx/lib/_._": { + "rid": "osx", + "assetType": "runtime" + }, + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } + } + }, + "System.Security.Cryptography.Cng/4.5.0": { + "runtimeTargets": { + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, - "System.Security.Cryptography.Cng/4.5.0": {}, "System.Security.Cryptography.Csp/4.3.0": { "dependencies": { "System.IO": "4.3.0", @@ -2404,6 +2612,16 @@ "System.Security.Cryptography.Primitives": "4.3.0", "System.Text.Encoding": "4.3.0", "System.Threading": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Security.Cryptography.Encoding/4.3.0": { @@ -2419,6 +2637,16 @@ "System.Security.Cryptography.Primitives": "4.3.0", "System.Text.Encoding": "4.3.0", "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Security.Cryptography.OpenSsl/4.3.0": { @@ -2436,6 +2664,12 @@ "System.Security.Cryptography.Primitives": "4.3.0", "System.Text.Encoding": "4.3.0", "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + } } }, "System.Security.Cryptography.Pkcs/4.5.0": { @@ -2494,6 +2728,16 @@ "runtime.native.System": "4.3.0", "runtime.native.System.Net.Http": "4.3.0", "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Security.Cryptography.Xml/4.5.0": { @@ -2524,7 +2768,18 @@ "System.Runtime": "4.3.0" } }, - "System.Security.Principal.Windows/4.5.0": {}, + "System.Security.Principal.Windows/4.5.0": { + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } + } + }, "System.Text.Encoding/4.3.0": { "dependencies": { "System.Runtime": "4.3.0" diff --git a/Infrastructure/ServiceClient/PaymentCenterClient/bin/Release/netcoreapp2.2/PaymentCenterClient.dll b/Infrastructure/ServiceClient/PaymentCenterClient/bin/Release/netcoreapp2.2/PaymentCenterClient.dll index 301e40b..63b1fd0 100644 Binary files a/Infrastructure/ServiceClient/PaymentCenterClient/bin/Release/netcoreapp2.2/PaymentCenterClient.dll and b/Infrastructure/ServiceClient/PaymentCenterClient/bin/Release/netcoreapp2.2/PaymentCenterClient.dll differ diff --git a/Infrastructure/ServiceClient/PaymentCenterClient/bin/Release/netcoreapp2.2/PaymentCenterClient.pdb b/Infrastructure/ServiceClient/PaymentCenterClient/bin/Release/netcoreapp2.2/PaymentCenterClient.pdb index 1cd17ac..0afbcf1 100644 Binary files a/Infrastructure/ServiceClient/PaymentCenterClient/bin/Release/netcoreapp2.2/PaymentCenterClient.pdb and b/Infrastructure/ServiceClient/PaymentCenterClient/bin/Release/netcoreapp2.2/PaymentCenterClient.pdb differ diff --git a/Infrastructure/ServiceClient/PaymentCenterClient/obj/Debug/netcoreapp2.2/PaymentCenterClient.assets.cache b/Infrastructure/ServiceClient/PaymentCenterClient/obj/Debug/netcoreapp2.2/PaymentCenterClient.assets.cache index 9f0636b..33d4105 100644 Binary files a/Infrastructure/ServiceClient/PaymentCenterClient/obj/Debug/netcoreapp2.2/PaymentCenterClient.assets.cache and b/Infrastructure/ServiceClient/PaymentCenterClient/obj/Debug/netcoreapp2.2/PaymentCenterClient.assets.cache differ diff --git a/Infrastructure/ServiceClient/PaymentCenterClient/obj/Debug/netcoreapp2.2/PaymentCenterClient.csproj.CoreCompileInputs.cache b/Infrastructure/ServiceClient/PaymentCenterClient/obj/Debug/netcoreapp2.2/PaymentCenterClient.csproj.CoreCompileInputs.cache index 080c2a7..7f2a617 100644 --- a/Infrastructure/ServiceClient/PaymentCenterClient/obj/Debug/netcoreapp2.2/PaymentCenterClient.csproj.CoreCompileInputs.cache +++ b/Infrastructure/ServiceClient/PaymentCenterClient/obj/Debug/netcoreapp2.2/PaymentCenterClient.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -f77676bf61102ef28cd73a3d8525528bfd6b485d +5859cf0458bb976605a291f73acb88b38f545100 diff --git a/Infrastructure/ServiceClient/PaymentCenterClient/obj/Debug/netcoreapp2.2/PaymentCenterClient.csproj.FileListAbsolute.txt b/Infrastructure/ServiceClient/PaymentCenterClient/obj/Debug/netcoreapp2.2/PaymentCenterClient.csproj.FileListAbsolute.txt index c87ce0d..4b490c2 100644 --- a/Infrastructure/ServiceClient/PaymentCenterClient/obj/Debug/netcoreapp2.2/PaymentCenterClient.csproj.FileListAbsolute.txt +++ b/Infrastructure/ServiceClient/PaymentCenterClient/obj/Debug/netcoreapp2.2/PaymentCenterClient.csproj.FileListAbsolute.txt @@ -23,5 +23,4 @@ D:\www\juipnet\Infrastructure\ServiceClient\PaymentCenterClient\obj\Debug\netcor D:\www\juipnet\Infrastructure\ServiceClient\PaymentCenterClient\obj\Debug\netcoreapp2.2\PaymentCenterClient.csproj.CopyComplete D:\www\juipnet\Infrastructure\ServiceClient\PaymentCenterClient\obj\Debug\netcoreapp2.2\PaymentCenterClient.dll D:\www\juipnet\Infrastructure\ServiceClient\PaymentCenterClient\obj\Debug\netcoreapp2.2\PaymentCenterClient.pdb -D:\www\juipnet\Infrastructure\ServiceClient\PaymentCenterClient\obj\Debug\netcoreapp2.2\PaymentCenterClient.csproj.AssemblyReference.cache -D:\www\juipnet\Infrastructure\ServiceClient\PaymentCenterClient\obj\Debug\netcoreapp2.2\PaymentCenterClient.GeneratedMSBuildEditorConfig.editorconfig +D:\www\juipnet\Infrastructure\ServiceClient\PaymentCenterClient\obj\Debug\netcoreapp2.2\PaymentCenterClient.csprojAssemblyReference.cache diff --git a/Infrastructure/ServiceClient/PaymentCenterClient/obj/Debug/netcoreapp2.2/PaymentCenterClient.dll b/Infrastructure/ServiceClient/PaymentCenterClient/obj/Debug/netcoreapp2.2/PaymentCenterClient.dll index 4a15e5e..6edd625 100644 Binary files a/Infrastructure/ServiceClient/PaymentCenterClient/obj/Debug/netcoreapp2.2/PaymentCenterClient.dll and b/Infrastructure/ServiceClient/PaymentCenterClient/obj/Debug/netcoreapp2.2/PaymentCenterClient.dll differ diff --git a/Infrastructure/ServiceClient/PaymentCenterClient/obj/Debug/netcoreapp2.2/PaymentCenterClient.pdb b/Infrastructure/ServiceClient/PaymentCenterClient/obj/Debug/netcoreapp2.2/PaymentCenterClient.pdb index bc59325..f532a9a 100644 Binary files a/Infrastructure/ServiceClient/PaymentCenterClient/obj/Debug/netcoreapp2.2/PaymentCenterClient.pdb and b/Infrastructure/ServiceClient/PaymentCenterClient/obj/Debug/netcoreapp2.2/PaymentCenterClient.pdb differ diff --git a/Infrastructure/ServiceClient/PaymentCenterClient/obj/PaymentCenterClient.csproj.nuget.cache b/Infrastructure/ServiceClient/PaymentCenterClient/obj/PaymentCenterClient.csproj.nuget.cache index 88ae576..1750f23 100644 --- a/Infrastructure/ServiceClient/PaymentCenterClient/obj/PaymentCenterClient.csproj.nuget.cache +++ b/Infrastructure/ServiceClient/PaymentCenterClient/obj/PaymentCenterClient.csproj.nuget.cache @@ -1,5 +1,5 @@ { "version": 1, - "dgSpecHash": "E5O4HJWGVGBFCJ3yOenOb0qVfI7URN/U1o7+LzGXoUTbDb6NpUg8MCH61HB5YRdQKooqdAieJSE2Ey/ttC2nTg==", + "dgSpecHash": "Y0yipXxnNImOt/py2GaNLzNVAIiS9QzKFtttf7TyxpewPpq4CHS+nt/cJEkULQuPY8EsY30gp1LhZH7XpkRbqw==", "success": true } \ No newline at end of file diff --git a/Infrastructure/ServiceClient/PaymentCenterClient/obj/PaymentCenterClient.csproj.nuget.g.props b/Infrastructure/ServiceClient/PaymentCenterClient/obj/PaymentCenterClient.csproj.nuget.g.props index b6d5890..0504301 100644 --- a/Infrastructure/ServiceClient/PaymentCenterClient/obj/PaymentCenterClient.csproj.nuget.g.props +++ b/Infrastructure/ServiceClient/PaymentCenterClient/obj/PaymentCenterClient.csproj.nuget.g.props @@ -3,17 +3,12 @@ True NuGet - $(MSBuildThisFileDirectory)project.assets.json + D:\www\juipnet\Infrastructure\ServiceClient\PaymentCenterClient\obj\project.assets.json $(UserProfile)\.nuget\packages\ C:\Users\Administrator\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files\dotnet\sdk\NuGetFallbackFolder PackageReference - 5.11.0 + 4.9.0 - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) diff --git a/Infrastructure/ServiceClient/PaymentCenterClient/obj/Release/netcoreapp2.2/PaymentCenterClient.assets.cache b/Infrastructure/ServiceClient/PaymentCenterClient/obj/Release/netcoreapp2.2/PaymentCenterClient.assets.cache index e399c1b..5937e90 100644 Binary files a/Infrastructure/ServiceClient/PaymentCenterClient/obj/Release/netcoreapp2.2/PaymentCenterClient.assets.cache and b/Infrastructure/ServiceClient/PaymentCenterClient/obj/Release/netcoreapp2.2/PaymentCenterClient.assets.cache differ diff --git a/Infrastructure/ServiceClient/PaymentCenterClient/obj/Release/netcoreapp2.2/PaymentCenterClient.csproj.CoreCompileInputs.cache b/Infrastructure/ServiceClient/PaymentCenterClient/obj/Release/netcoreapp2.2/PaymentCenterClient.csproj.CoreCompileInputs.cache index 6b6e11f..1216995 100644 --- a/Infrastructure/ServiceClient/PaymentCenterClient/obj/Release/netcoreapp2.2/PaymentCenterClient.csproj.CoreCompileInputs.cache +++ b/Infrastructure/ServiceClient/PaymentCenterClient/obj/Release/netcoreapp2.2/PaymentCenterClient.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -a6dddd39a2c599ab86781d430749e48560cdeb5e +15111b05a935398d1ed7805e11920af669dc985c diff --git a/Infrastructure/ServiceClient/PaymentCenterClient/obj/Release/netcoreapp2.2/PaymentCenterClient.csproj.FileListAbsolute.txt b/Infrastructure/ServiceClient/PaymentCenterClient/obj/Release/netcoreapp2.2/PaymentCenterClient.csproj.FileListAbsolute.txt index 619bdbd..f72c8a7 100644 --- a/Infrastructure/ServiceClient/PaymentCenterClient/obj/Release/netcoreapp2.2/PaymentCenterClient.csproj.FileListAbsolute.txt +++ b/Infrastructure/ServiceClient/PaymentCenterClient/obj/Release/netcoreapp2.2/PaymentCenterClient.csproj.FileListAbsolute.txt @@ -23,5 +23,4 @@ D:\www\juipnet\Infrastructure\ServiceClient\PaymentCenterClient\obj\Release\netc D:\www\juipnet\Infrastructure\ServiceClient\PaymentCenterClient\obj\Release\netcoreapp2.2\PaymentCenterClient.csproj.CopyComplete D:\www\juipnet\Infrastructure\ServiceClient\PaymentCenterClient\obj\Release\netcoreapp2.2\PaymentCenterClient.dll D:\www\juipnet\Infrastructure\ServiceClient\PaymentCenterClient\obj\Release\netcoreapp2.2\PaymentCenterClient.pdb -D:\www\juipnet\Infrastructure\ServiceClient\PaymentCenterClient\obj\Release\netcoreapp2.2\PaymentCenterClient.csproj.AssemblyReference.cache -D:\www\juipnet\Infrastructure\ServiceClient\PaymentCenterClient\obj\Release\netcoreapp2.2\PaymentCenterClient.GeneratedMSBuildEditorConfig.editorconfig +D:\www\juipnet\Infrastructure\ServiceClient\PaymentCenterClient\obj\Release\netcoreapp2.2\PaymentCenterClient.csprojAssemblyReference.cache diff --git a/Infrastructure/ServiceClient/PaymentCenterClient/obj/Release/netcoreapp2.2/PaymentCenterClient.dll b/Infrastructure/ServiceClient/PaymentCenterClient/obj/Release/netcoreapp2.2/PaymentCenterClient.dll index 301e40b..63b1fd0 100644 Binary files a/Infrastructure/ServiceClient/PaymentCenterClient/obj/Release/netcoreapp2.2/PaymentCenterClient.dll and b/Infrastructure/ServiceClient/PaymentCenterClient/obj/Release/netcoreapp2.2/PaymentCenterClient.dll differ diff --git a/Infrastructure/ServiceClient/PaymentCenterClient/obj/Release/netcoreapp2.2/PaymentCenterClient.pdb b/Infrastructure/ServiceClient/PaymentCenterClient/obj/Release/netcoreapp2.2/PaymentCenterClient.pdb index 1cd17ac..0afbcf1 100644 Binary files a/Infrastructure/ServiceClient/PaymentCenterClient/obj/Release/netcoreapp2.2/PaymentCenterClient.pdb and b/Infrastructure/ServiceClient/PaymentCenterClient/obj/Release/netcoreapp2.2/PaymentCenterClient.pdb differ diff --git a/Infrastructure/ServiceClient/PaymentCenterClient/obj/project.assets.json b/Infrastructure/ServiceClient/PaymentCenterClient/obj/project.assets.json index 758dff7..baa5cd9 100644 --- a/Infrastructure/ServiceClient/PaymentCenterClient/obj/project.assets.json +++ b/Infrastructure/ServiceClient/PaymentCenterClient/obj/project.assets.json @@ -12010,7 +12010,6 @@ }, "frameworks": { "netcoreapp2.2": { - "targetAlias": "netcoreapp2.2", "projectReferences": { "D:\\www\\juipnet\\Infrastructure\\Hncore.Infrastructure\\Hncore.Infrastructure.csproj": { "projectPath": "D:\\www\\juipnet\\Infrastructure\\Hncore.Infrastructure\\Hncore.Infrastructure.csproj" @@ -12026,7 +12025,6 @@ }, "frameworks": { "netcoreapp2.2": { - "targetAlias": "netcoreapp2.2", "dependencies": { "Microsoft.NETCore.App": { "suppressParent": "All", @@ -12036,16 +12034,10 @@ } }, "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" + "net461" ], "assetTargetFallback": true, - "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.400\\RuntimeIdentifierGraph.json" + "warn": true } } } diff --git a/Infrastructure/WxApi/bin/Debug/netstandard2.0/Hncore.Infrastructure.dll b/Infrastructure/WxApi/bin/Debug/netstandard2.0/Hncore.Infrastructure.dll index cfcf768..83f6e7b 100644 Binary files a/Infrastructure/WxApi/bin/Debug/netstandard2.0/Hncore.Infrastructure.dll and b/Infrastructure/WxApi/bin/Debug/netstandard2.0/Hncore.Infrastructure.dll differ diff --git a/Infrastructure/WxApi/bin/Debug/netstandard2.0/Hncore.Infrastructure.pdb b/Infrastructure/WxApi/bin/Debug/netstandard2.0/Hncore.Infrastructure.pdb index 8e875db..7bf8cd4 100644 Binary files a/Infrastructure/WxApi/bin/Debug/netstandard2.0/Hncore.Infrastructure.pdb and b/Infrastructure/WxApi/bin/Debug/netstandard2.0/Hncore.Infrastructure.pdb differ diff --git a/Infrastructure/WxApi/bin/Debug/netstandard2.0/WxApi.deps.json b/Infrastructure/WxApi/bin/Debug/netstandard2.0/WxApi.deps.json index baef47b..ec1d760 100644 --- a/Infrastructure/WxApi/bin/Debug/netstandard2.0/WxApi.deps.json +++ b/Infrastructure/WxApi/bin/Debug/netstandard2.0/WxApi.deps.json @@ -1,7 +1,7 @@ { "runtimeTarget": { "name": ".NETStandard,Version=v2.0/", - "signature": "" + "signature": "f29a12f174e99f65531ebd9ae03322f32a4df94d" }, "compilationOptions": {}, "targets": { diff --git a/Infrastructure/WxApi/bin/Debug/netstandard2.0/WxApi.dll b/Infrastructure/WxApi/bin/Debug/netstandard2.0/WxApi.dll index 3dd3beb..a09bd03 100644 Binary files a/Infrastructure/WxApi/bin/Debug/netstandard2.0/WxApi.dll and b/Infrastructure/WxApi/bin/Debug/netstandard2.0/WxApi.dll differ diff --git a/Infrastructure/WxApi/bin/Debug/netstandard2.0/WxApi.pdb b/Infrastructure/WxApi/bin/Debug/netstandard2.0/WxApi.pdb index d0dffbe..33781ca 100644 Binary files a/Infrastructure/WxApi/bin/Debug/netstandard2.0/WxApi.pdb and b/Infrastructure/WxApi/bin/Debug/netstandard2.0/WxApi.pdb differ diff --git a/Infrastructure/WxApi/bin/Release/netstandard2.0/Hncore.Infrastructure.dll b/Infrastructure/WxApi/bin/Release/netstandard2.0/Hncore.Infrastructure.dll index b2c9d64..6da8d06 100644 Binary files a/Infrastructure/WxApi/bin/Release/netstandard2.0/Hncore.Infrastructure.dll and b/Infrastructure/WxApi/bin/Release/netstandard2.0/Hncore.Infrastructure.dll differ diff --git a/Infrastructure/WxApi/bin/Release/netstandard2.0/Hncore.Infrastructure.pdb b/Infrastructure/WxApi/bin/Release/netstandard2.0/Hncore.Infrastructure.pdb index 0565dda..1aad508 100644 Binary files a/Infrastructure/WxApi/bin/Release/netstandard2.0/Hncore.Infrastructure.pdb and b/Infrastructure/WxApi/bin/Release/netstandard2.0/Hncore.Infrastructure.pdb differ diff --git a/Infrastructure/WxApi/bin/Release/netstandard2.0/WxApi.deps.json b/Infrastructure/WxApi/bin/Release/netstandard2.0/WxApi.deps.json index baef47b..ec1d760 100644 --- a/Infrastructure/WxApi/bin/Release/netstandard2.0/WxApi.deps.json +++ b/Infrastructure/WxApi/bin/Release/netstandard2.0/WxApi.deps.json @@ -1,7 +1,7 @@ { "runtimeTarget": { "name": ".NETStandard,Version=v2.0/", - "signature": "" + "signature": "f29a12f174e99f65531ebd9ae03322f32a4df94d" }, "compilationOptions": {}, "targets": { diff --git a/Infrastructure/WxApi/bin/Release/netstandard2.0/WxApi.dll b/Infrastructure/WxApi/bin/Release/netstandard2.0/WxApi.dll index 6c48b70..709490f 100644 Binary files a/Infrastructure/WxApi/bin/Release/netstandard2.0/WxApi.dll and b/Infrastructure/WxApi/bin/Release/netstandard2.0/WxApi.dll differ diff --git a/Infrastructure/WxApi/bin/Release/netstandard2.0/WxApi.pdb b/Infrastructure/WxApi/bin/Release/netstandard2.0/WxApi.pdb index 682096a..54b13ec 100644 Binary files a/Infrastructure/WxApi/bin/Release/netstandard2.0/WxApi.pdb and b/Infrastructure/WxApi/bin/Release/netstandard2.0/WxApi.pdb differ diff --git a/Infrastructure/WxApi/obj/Debug/netstandard2.0/WxApi.assets.cache b/Infrastructure/WxApi/obj/Debug/netstandard2.0/WxApi.assets.cache index 4358c2e..2729fba 100644 Binary files a/Infrastructure/WxApi/obj/Debug/netstandard2.0/WxApi.assets.cache and b/Infrastructure/WxApi/obj/Debug/netstandard2.0/WxApi.assets.cache differ diff --git a/Infrastructure/WxApi/obj/Debug/netstandard2.0/WxApi.csproj.CoreCompileInputs.cache b/Infrastructure/WxApi/obj/Debug/netstandard2.0/WxApi.csproj.CoreCompileInputs.cache index 0a5dd8e..382b67f 100644 --- a/Infrastructure/WxApi/obj/Debug/netstandard2.0/WxApi.csproj.CoreCompileInputs.cache +++ b/Infrastructure/WxApi/obj/Debug/netstandard2.0/WxApi.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -26099a32f8e53fd9e8eb14ed7c5d803f91f1ab8d +6b3f33715abe0269f77cd40383ea936f6217a6a6 diff --git a/Infrastructure/WxApi/obj/Debug/netstandard2.0/WxApi.csproj.FileListAbsolute.txt b/Infrastructure/WxApi/obj/Debug/netstandard2.0/WxApi.csproj.FileListAbsolute.txt index 709237b..67e33e2 100644 --- a/Infrastructure/WxApi/obj/Debug/netstandard2.0/WxApi.csproj.FileListAbsolute.txt +++ b/Infrastructure/WxApi/obj/Debug/netstandard2.0/WxApi.csproj.FileListAbsolute.txt @@ -23,5 +23,4 @@ D:\www\juipnet\Infrastructure\WxApi\obj\Debug\netstandard2.0\WxApi.AssemblyInfo. D:\www\juipnet\Infrastructure\WxApi\obj\Debug\netstandard2.0\WxApi.csproj.CopyComplete D:\www\juipnet\Infrastructure\WxApi\obj\Debug\netstandard2.0\WxApi.dll D:\www\juipnet\Infrastructure\WxApi\obj\Debug\netstandard2.0\WxApi.pdb -D:\www\juipnet\Infrastructure\WxApi\obj\Debug\netstandard2.0\WxApi.csproj.AssemblyReference.cache -D:\www\juipnet\Infrastructure\WxApi\obj\Debug\netstandard2.0\WxApi.GeneratedMSBuildEditorConfig.editorconfig +D:\www\juipnet\Infrastructure\WxApi\obj\Debug\netstandard2.0\WxApi.csprojAssemblyReference.cache diff --git a/Infrastructure/WxApi/obj/Debug/netstandard2.0/WxApi.dll b/Infrastructure/WxApi/obj/Debug/netstandard2.0/WxApi.dll index 3dd3beb..a09bd03 100644 Binary files a/Infrastructure/WxApi/obj/Debug/netstandard2.0/WxApi.dll and b/Infrastructure/WxApi/obj/Debug/netstandard2.0/WxApi.dll differ diff --git a/Infrastructure/WxApi/obj/Debug/netstandard2.0/WxApi.pdb b/Infrastructure/WxApi/obj/Debug/netstandard2.0/WxApi.pdb index d0dffbe..33781ca 100644 Binary files a/Infrastructure/WxApi/obj/Debug/netstandard2.0/WxApi.pdb and b/Infrastructure/WxApi/obj/Debug/netstandard2.0/WxApi.pdb differ diff --git a/Infrastructure/WxApi/obj/Release/netstandard2.0/WxApi.assets.cache b/Infrastructure/WxApi/obj/Release/netstandard2.0/WxApi.assets.cache index 40091f5..a6ccc62 100644 Binary files a/Infrastructure/WxApi/obj/Release/netstandard2.0/WxApi.assets.cache and b/Infrastructure/WxApi/obj/Release/netstandard2.0/WxApi.assets.cache differ diff --git a/Infrastructure/WxApi/obj/Release/netstandard2.0/WxApi.csproj.CoreCompileInputs.cache b/Infrastructure/WxApi/obj/Release/netstandard2.0/WxApi.csproj.CoreCompileInputs.cache index 75a4468..3ce9311 100644 --- a/Infrastructure/WxApi/obj/Release/netstandard2.0/WxApi.csproj.CoreCompileInputs.cache +++ b/Infrastructure/WxApi/obj/Release/netstandard2.0/WxApi.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -83b3cfc04c4a57648b9f387f4a2a08c3f38e176f +d40c72a01d234d5033f74afbe587ff310d84227b diff --git a/Infrastructure/WxApi/obj/Release/netstandard2.0/WxApi.csproj.FileListAbsolute.txt b/Infrastructure/WxApi/obj/Release/netstandard2.0/WxApi.csproj.FileListAbsolute.txt index 342c114..6f0c49d 100644 --- a/Infrastructure/WxApi/obj/Release/netstandard2.0/WxApi.csproj.FileListAbsolute.txt +++ b/Infrastructure/WxApi/obj/Release/netstandard2.0/WxApi.csproj.FileListAbsolute.txt @@ -23,5 +23,4 @@ D:\www\juipnet\Infrastructure\WxApi\obj\Release\netstandard2.0\WxApi.AssemblyInf D:\www\juipnet\Infrastructure\WxApi\obj\Release\netstandard2.0\WxApi.csproj.CopyComplete D:\www\juipnet\Infrastructure\WxApi\obj\Release\netstandard2.0\WxApi.dll D:\www\juipnet\Infrastructure\WxApi\obj\Release\netstandard2.0\WxApi.pdb -D:\www\juipnet\Infrastructure\WxApi\obj\Release\netstandard2.0\WxApi.GeneratedMSBuildEditorConfig.editorconfig -D:\www\juipnet\Infrastructure\WxApi\obj\Release\netstandard2.0\WxApi.csproj.AssemblyReference.cache +D:\www\juipnet\Infrastructure\WxApi\obj\Release\netstandard2.0\WxApi.csprojAssemblyReference.cache diff --git a/Infrastructure/WxApi/obj/Release/netstandard2.0/WxApi.dll b/Infrastructure/WxApi/obj/Release/netstandard2.0/WxApi.dll index 6c48b70..709490f 100644 Binary files a/Infrastructure/WxApi/obj/Release/netstandard2.0/WxApi.dll and b/Infrastructure/WxApi/obj/Release/netstandard2.0/WxApi.dll differ diff --git a/Infrastructure/WxApi/obj/Release/netstandard2.0/WxApi.pdb b/Infrastructure/WxApi/obj/Release/netstandard2.0/WxApi.pdb index 682096a..54b13ec 100644 Binary files a/Infrastructure/WxApi/obj/Release/netstandard2.0/WxApi.pdb and b/Infrastructure/WxApi/obj/Release/netstandard2.0/WxApi.pdb differ diff --git a/Infrastructure/WxApi/obj/WxApi.csproj.nuget.cache b/Infrastructure/WxApi/obj/WxApi.csproj.nuget.cache index bb9d1c3..dd4d6d5 100644 --- a/Infrastructure/WxApi/obj/WxApi.csproj.nuget.cache +++ b/Infrastructure/WxApi/obj/WxApi.csproj.nuget.cache @@ -1,5 +1,5 @@ { "version": 1, - "dgSpecHash": "ybPtSHaAj5C31sHz7ME3uUlRuvakcpFWmbN4qhchXY7puiR92zZOuD/vzAWenyo9aFO5WIcU8PKtigYAdu4K+A==", + "dgSpecHash": "7Zz5fyOiVLCdfagHz/skuPzfvySYprINHL8V8Y9s9ZQuJ9bxSCiNyKI4SClFUCAJsbekWFw5A5tkuxBP6/45+w==", "success": true } \ No newline at end of file diff --git a/Infrastructure/WxApi/obj/WxApi.csproj.nuget.g.props b/Infrastructure/WxApi/obj/WxApi.csproj.nuget.g.props index bb1a43a..01a55cd 100644 --- a/Infrastructure/WxApi/obj/WxApi.csproj.nuget.g.props +++ b/Infrastructure/WxApi/obj/WxApi.csproj.nuget.g.props @@ -3,17 +3,12 @@ True NuGet - $(MSBuildThisFileDirectory)project.assets.json + D:\www\juipnet\Infrastructure\WxApi\obj\project.assets.json $(UserProfile)\.nuget\packages\ C:\Users\Administrator\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files\dotnet\sdk\NuGetFallbackFolder PackageReference - 5.11.0 + 4.9.0 - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) diff --git a/Infrastructure/WxApi/obj/project.assets.json b/Infrastructure/WxApi/obj/project.assets.json index 7b2a0a3..bb5d424 100644 --- a/Infrastructure/WxApi/obj/project.assets.json +++ b/Infrastructure/WxApi/obj/project.assets.json @@ -10533,7 +10533,6 @@ }, "frameworks": { "netstandard2.0": { - "targetAlias": "netstandard2.0", "projectReferences": { "D:\\www\\juipnet\\Infrastructure\\Hncore.Infrastructure\\Hncore.Infrastructure.csproj": { "projectPath": "D:\\www\\juipnet\\Infrastructure\\Hncore.Infrastructure\\Hncore.Infrastructure.csproj" @@ -10549,7 +10548,6 @@ }, "frameworks": { "netstandard2.0": { - "targetAlias": "netstandard2.0", "dependencies": { "NETStandard.Library": { "suppressParent": "All", @@ -10563,16 +10561,10 @@ } }, "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" + "net461" ], "assetTargetFallback": true, - "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.400\\RuntimeIdentifierGraph.json" + "warn": true } } } diff --git a/Services/Hncore.Pass.BaseInfo/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.dll b/Services/Hncore.Pass.BaseInfo/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.dll index cfcf768..83f6e7b 100644 Binary files a/Services/Hncore.Pass.BaseInfo/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.dll and b/Services/Hncore.Pass.BaseInfo/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.dll differ diff --git a/Services/Hncore.Pass.BaseInfo/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.pdb b/Services/Hncore.Pass.BaseInfo/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.pdb index 8e875db..7bf8cd4 100644 Binary files a/Services/Hncore.Pass.BaseInfo/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.pdb and b/Services/Hncore.Pass.BaseInfo/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.pdb differ diff --git a/Services/Hncore.Pass.BaseInfo/bin/Debug/netcoreapp2.2/Hncore.Pass.BaseInfo.deps.json b/Services/Hncore.Pass.BaseInfo/bin/Debug/netcoreapp2.2/Hncore.Pass.BaseInfo.deps.json index a8c510a..2c5295d 100644 --- a/Services/Hncore.Pass.BaseInfo/bin/Debug/netcoreapp2.2/Hncore.Pass.BaseInfo.deps.json +++ b/Services/Hncore.Pass.BaseInfo/bin/Debug/netcoreapp2.2/Hncore.Pass.BaseInfo.deps.json @@ -1,21 +1,16 @@ { "runtimeTarget": { "name": ".NETCoreApp,Version=v2.2", - "signature": "" + "signature": "8b9c715ac4e59bc7e3ffbd4b96f3e1db7ae3dcb9" }, "compilationOptions": { "defines": [ "TRACE", "DEBUG", "NETCOREAPP", - "NETCOREAPP2_2", - "NETCOREAPP1_0_OR_GREATER", - "NETCOREAPP1_1_OR_GREATER", - "NETCOREAPP2_0_OR_GREATER", - "NETCOREAPP2_1_OR_GREATER", - "NETCOREAPP2_2_OR_GREATER" + "NETCOREAPP2_2" ], - "languageVersion": "7.3", + "languageVersion": "", "platform": "", "allowUnsafe": false, "warningsAsErrors": false, @@ -332,6 +327,172 @@ "Microsoft.TestPlatform.TestHost": "16.0.1" } }, + "Microsoft.NETCore.App/2.2.0": { + "dependencies": { + "Microsoft.NETCore.DotNetHostPolicy": "2.2.0", + "Microsoft.NETCore.Platforms": "2.2.0", + "Microsoft.NETCore.Targets": "2.0.0", + "NETStandard.Library": "2.0.3" + }, + "compile": { + "ref/netcoreapp2.2/Microsoft.CSharp.dll": {}, + "ref/netcoreapp2.2/Microsoft.VisualBasic.dll": {}, + "ref/netcoreapp2.2/Microsoft.Win32.Primitives.dll": {}, + "ref/netcoreapp2.2/System.AppContext.dll": {}, + "ref/netcoreapp2.2/System.Buffers.dll": {}, + "ref/netcoreapp2.2/System.Collections.Concurrent.dll": {}, + "ref/netcoreapp2.2/System.Collections.Immutable.dll": {}, + "ref/netcoreapp2.2/System.Collections.NonGeneric.dll": {}, + "ref/netcoreapp2.2/System.Collections.Specialized.dll": {}, + "ref/netcoreapp2.2/System.Collections.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.Annotations.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.DataAnnotations.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.EventBasedAsync.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.Primitives.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.TypeConverter.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.dll": {}, + "ref/netcoreapp2.2/System.Configuration.dll": {}, + "ref/netcoreapp2.2/System.Console.dll": {}, + "ref/netcoreapp2.2/System.Core.dll": {}, + "ref/netcoreapp2.2/System.Data.Common.dll": {}, + "ref/netcoreapp2.2/System.Data.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.Contracts.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.Debug.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.DiagnosticSource.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.FileVersionInfo.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.Process.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.StackTrace.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.TextWriterTraceListener.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.Tools.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.TraceSource.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.Tracing.dll": {}, + "ref/netcoreapp2.2/System.Drawing.Primitives.dll": {}, + "ref/netcoreapp2.2/System.Drawing.dll": {}, + "ref/netcoreapp2.2/System.Dynamic.Runtime.dll": {}, + "ref/netcoreapp2.2/System.Globalization.Calendars.dll": {}, + "ref/netcoreapp2.2/System.Globalization.Extensions.dll": {}, + "ref/netcoreapp2.2/System.Globalization.dll": {}, + "ref/netcoreapp2.2/System.IO.Compression.Brotli.dll": {}, + "ref/netcoreapp2.2/System.IO.Compression.FileSystem.dll": {}, + "ref/netcoreapp2.2/System.IO.Compression.ZipFile.dll": {}, + "ref/netcoreapp2.2/System.IO.Compression.dll": {}, + "ref/netcoreapp2.2/System.IO.FileSystem.DriveInfo.dll": {}, + "ref/netcoreapp2.2/System.IO.FileSystem.Primitives.dll": {}, + "ref/netcoreapp2.2/System.IO.FileSystem.Watcher.dll": {}, + "ref/netcoreapp2.2/System.IO.FileSystem.dll": {}, + "ref/netcoreapp2.2/System.IO.IsolatedStorage.dll": {}, + "ref/netcoreapp2.2/System.IO.MemoryMappedFiles.dll": {}, + "ref/netcoreapp2.2/System.IO.Pipes.dll": {}, + "ref/netcoreapp2.2/System.IO.UnmanagedMemoryStream.dll": {}, + "ref/netcoreapp2.2/System.IO.dll": {}, + "ref/netcoreapp2.2/System.Linq.Expressions.dll": {}, + "ref/netcoreapp2.2/System.Linq.Parallel.dll": {}, + "ref/netcoreapp2.2/System.Linq.Queryable.dll": {}, + "ref/netcoreapp2.2/System.Linq.dll": {}, + "ref/netcoreapp2.2/System.Memory.dll": {}, + "ref/netcoreapp2.2/System.Net.Http.dll": {}, + "ref/netcoreapp2.2/System.Net.HttpListener.dll": {}, + "ref/netcoreapp2.2/System.Net.Mail.dll": {}, + "ref/netcoreapp2.2/System.Net.NameResolution.dll": {}, + "ref/netcoreapp2.2/System.Net.NetworkInformation.dll": {}, + "ref/netcoreapp2.2/System.Net.Ping.dll": {}, + "ref/netcoreapp2.2/System.Net.Primitives.dll": {}, + "ref/netcoreapp2.2/System.Net.Requests.dll": {}, + "ref/netcoreapp2.2/System.Net.Security.dll": {}, + "ref/netcoreapp2.2/System.Net.ServicePoint.dll": {}, + "ref/netcoreapp2.2/System.Net.Sockets.dll": {}, + "ref/netcoreapp2.2/System.Net.WebClient.dll": {}, + "ref/netcoreapp2.2/System.Net.WebHeaderCollection.dll": {}, + "ref/netcoreapp2.2/System.Net.WebProxy.dll": {}, + "ref/netcoreapp2.2/System.Net.WebSockets.Client.dll": {}, + "ref/netcoreapp2.2/System.Net.WebSockets.dll": {}, + "ref/netcoreapp2.2/System.Net.dll": {}, + "ref/netcoreapp2.2/System.Numerics.Vectors.dll": {}, + "ref/netcoreapp2.2/System.Numerics.dll": {}, + "ref/netcoreapp2.2/System.ObjectModel.dll": {}, + "ref/netcoreapp2.2/System.Reflection.DispatchProxy.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Emit.ILGeneration.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Emit.Lightweight.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Emit.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Extensions.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Metadata.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Primitives.dll": {}, + "ref/netcoreapp2.2/System.Reflection.TypeExtensions.dll": {}, + "ref/netcoreapp2.2/System.Reflection.dll": {}, + "ref/netcoreapp2.2/System.Resources.Reader.dll": {}, + "ref/netcoreapp2.2/System.Resources.ResourceManager.dll": {}, + "ref/netcoreapp2.2/System.Resources.Writer.dll": {}, + "ref/netcoreapp2.2/System.Runtime.CompilerServices.VisualC.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Extensions.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Handles.dll": {}, + "ref/netcoreapp2.2/System.Runtime.InteropServices.RuntimeInformation.dll": {}, + "ref/netcoreapp2.2/System.Runtime.InteropServices.WindowsRuntime.dll": {}, + "ref/netcoreapp2.2/System.Runtime.InteropServices.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Loader.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Numerics.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Serialization.Formatters.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Serialization.Json.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Serialization.Primitives.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Serialization.Xml.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Serialization.dll": {}, + "ref/netcoreapp2.2/System.Runtime.dll": {}, + "ref/netcoreapp2.2/System.Security.Claims.dll": {}, + "ref/netcoreapp2.2/System.Security.Cryptography.Algorithms.dll": {}, + "ref/netcoreapp2.2/System.Security.Cryptography.Csp.dll": {}, + "ref/netcoreapp2.2/System.Security.Cryptography.Encoding.dll": {}, + "ref/netcoreapp2.2/System.Security.Cryptography.Primitives.dll": {}, + "ref/netcoreapp2.2/System.Security.Cryptography.X509Certificates.dll": {}, + "ref/netcoreapp2.2/System.Security.Principal.dll": {}, + "ref/netcoreapp2.2/System.Security.SecureString.dll": {}, + "ref/netcoreapp2.2/System.Security.dll": {}, + "ref/netcoreapp2.2/System.ServiceModel.Web.dll": {}, + "ref/netcoreapp2.2/System.ServiceProcess.dll": {}, + "ref/netcoreapp2.2/System.Text.Encoding.Extensions.dll": {}, + "ref/netcoreapp2.2/System.Text.Encoding.dll": {}, + "ref/netcoreapp2.2/System.Text.RegularExpressions.dll": {}, + "ref/netcoreapp2.2/System.Threading.Overlapped.dll": {}, + "ref/netcoreapp2.2/System.Threading.Tasks.Dataflow.dll": {}, + "ref/netcoreapp2.2/System.Threading.Tasks.Extensions.dll": {}, + "ref/netcoreapp2.2/System.Threading.Tasks.Parallel.dll": {}, + "ref/netcoreapp2.2/System.Threading.Tasks.dll": {}, + "ref/netcoreapp2.2/System.Threading.Thread.dll": {}, + "ref/netcoreapp2.2/System.Threading.ThreadPool.dll": {}, + "ref/netcoreapp2.2/System.Threading.Timer.dll": {}, + "ref/netcoreapp2.2/System.Threading.dll": {}, + "ref/netcoreapp2.2/System.Transactions.Local.dll": {}, + "ref/netcoreapp2.2/System.Transactions.dll": {}, + "ref/netcoreapp2.2/System.ValueTuple.dll": {}, + "ref/netcoreapp2.2/System.Web.HttpUtility.dll": {}, + "ref/netcoreapp2.2/System.Web.dll": {}, + "ref/netcoreapp2.2/System.Windows.dll": {}, + "ref/netcoreapp2.2/System.Xml.Linq.dll": {}, + "ref/netcoreapp2.2/System.Xml.ReaderWriter.dll": {}, + "ref/netcoreapp2.2/System.Xml.Serialization.dll": {}, + "ref/netcoreapp2.2/System.Xml.XDocument.dll": {}, + "ref/netcoreapp2.2/System.Xml.XPath.XDocument.dll": {}, + "ref/netcoreapp2.2/System.Xml.XPath.dll": {}, + "ref/netcoreapp2.2/System.Xml.XmlDocument.dll": {}, + "ref/netcoreapp2.2/System.Xml.XmlSerializer.dll": {}, + "ref/netcoreapp2.2/System.Xml.dll": {}, + "ref/netcoreapp2.2/System.dll": {}, + "ref/netcoreapp2.2/WindowsBase.dll": {}, + "ref/netcoreapp2.2/mscorlib.dll": {}, + "ref/netcoreapp2.2/netstandard.dll": {} + } + }, + "Microsoft.NETCore.DotNetAppHost/2.2.0": {}, + "Microsoft.NETCore.DotNetHostPolicy/2.2.0": { + "dependencies": { + "Microsoft.NETCore.DotNetHostResolver": "2.2.0" + } + }, + "Microsoft.NETCore.DotNetHostResolver/2.2.0": { + "dependencies": { + "Microsoft.NETCore.DotNetAppHost": "2.2.0" + } + }, + "Microsoft.NETCore.Platforms/2.2.0": {}, + "Microsoft.NETCore.Targets/2.0.0": {}, "Microsoft.TestPlatform.ObjectModel/16.0.1": { "dependencies": { "NETStandard.Library": "2.0.3", @@ -792,6 +953,11 @@ "lib/netcoreapp2.1/MySqlConnector.dll": {} } }, + "NETStandard.Library/2.0.3": { + "dependencies": { + "Microsoft.NETCore.Platforms": "2.2.0" + } + }, "Newtonsoft.Json/12.0.2": { "runtime": { "lib/netstandard2.0/Newtonsoft.Json.dll": { @@ -926,9 +1092,30 @@ "lib/netstandard2.0/Pomelo.JsonObject.dll": {} } }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/debian.8-x64/native/_._": { + "rid": "debian.8-x64", + "assetType": "native" + } + } + }, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/fedora.23-x64/native/_._": { + "rid": "fedora.23-x64", + "assetType": "native" + } + } + }, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/fedora.24-x64/native/_._": { + "rid": "fedora.24-x64", + "assetType": "native" + } + } + }, "runtime.native.System.Net.Security/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "2.2.0", @@ -949,13 +1136,62 @@ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" } }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/opensuse.13.2-x64/native/_._": { + "rid": "opensuse.13.2-x64", + "assetType": "native" + } + } + }, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/opensuse.42.1-x64/native/_._": { + "rid": "opensuse.42.1-x64", + "assetType": "native" + } + } + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/osx.10.10-x64/native/_._": { + "rid": "osx.10.10-x64", + "assetType": "native" + } + } + }, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/rhel.7-x64/native/_._": { + "rid": "rhel.7-x64", + "assetType": "native" + } + } + }, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/ubuntu.14.04-x64/native/_._": { + "rid": "ubuntu.14.04-x64", + "assetType": "native" + } + } + }, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/ubuntu.16.04-x64/native/_._": { + "rid": "ubuntu.16.04-x64", + "assetType": "native" + } + } + }, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/ubuntu.16.10-x64/native/_._": { + "rid": "ubuntu.16.10-x64", + "assetType": "native" + } + } + }, "SafeObjectPool/2.0.2": { "runtime": { "lib/netstandard2.0/SafeObjectPool.dll": { @@ -1228,6 +1464,20 @@ "System.Threading.Thread": "4.3.0", "System.Threading.ThreadPool": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/linux/lib/_._": { + "rid": "linux", + "assetType": "runtime" + }, + "runtime/osx/lib/_._": { + "rid": "osx", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Diagnostics.TextWriterTraceListener/4.0.0": { @@ -1251,6 +1501,16 @@ "System.Runtime.Extensions": "4.3.0", "System.Threading": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Drawing.Common/4.5.1": { @@ -1312,6 +1572,16 @@ "System.Threading": "4.3.0", "System.Threading.Tasks": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Net.Security/4.3.2": { @@ -1344,6 +1614,16 @@ "runtime.native.System": "4.3.0", "runtime.native.System.Net.Security": "4.3.0", "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Net.Sockets/4.3.0": { @@ -1400,6 +1680,16 @@ "System.Threading": "4.3.0", "System.Threading.Tasks": "4.3.0", "System.Threading.Timer": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Reflection.TypeExtensions/4.5.1": {}, @@ -3621,181 +3911,6 @@ }, "compileOnly": true }, - "Microsoft.NETCore.App/2.2.0": { - "dependencies": { - "Microsoft.NETCore.DotNetHostPolicy": "2.2.0", - "Microsoft.NETCore.Platforms": "2.2.0", - "Microsoft.NETCore.Targets": "2.0.0", - "NETStandard.Library": "2.0.3" - }, - "compile": { - "ref/netcoreapp2.2/Microsoft.CSharp.dll": {}, - "ref/netcoreapp2.2/Microsoft.VisualBasic.dll": {}, - "ref/netcoreapp2.2/Microsoft.Win32.Primitives.dll": {}, - "ref/netcoreapp2.2/System.AppContext.dll": {}, - "ref/netcoreapp2.2/System.Buffers.dll": {}, - "ref/netcoreapp2.2/System.Collections.Concurrent.dll": {}, - "ref/netcoreapp2.2/System.Collections.Immutable.dll": {}, - "ref/netcoreapp2.2/System.Collections.NonGeneric.dll": {}, - "ref/netcoreapp2.2/System.Collections.Specialized.dll": {}, - "ref/netcoreapp2.2/System.Collections.dll": {}, - "ref/netcoreapp2.2/System.ComponentModel.Annotations.dll": {}, - "ref/netcoreapp2.2/System.ComponentModel.DataAnnotations.dll": {}, - "ref/netcoreapp2.2/System.ComponentModel.EventBasedAsync.dll": {}, - "ref/netcoreapp2.2/System.ComponentModel.Primitives.dll": {}, - "ref/netcoreapp2.2/System.ComponentModel.TypeConverter.dll": {}, - "ref/netcoreapp2.2/System.ComponentModel.dll": {}, - "ref/netcoreapp2.2/System.Configuration.dll": {}, - "ref/netcoreapp2.2/System.Console.dll": {}, - "ref/netcoreapp2.2/System.Core.dll": {}, - "ref/netcoreapp2.2/System.Data.Common.dll": {}, - "ref/netcoreapp2.2/System.Data.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.Contracts.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.Debug.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.DiagnosticSource.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.FileVersionInfo.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.Process.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.StackTrace.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.TextWriterTraceListener.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.Tools.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.TraceSource.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.Tracing.dll": {}, - "ref/netcoreapp2.2/System.Drawing.Primitives.dll": {}, - "ref/netcoreapp2.2/System.Drawing.dll": {}, - "ref/netcoreapp2.2/System.Dynamic.Runtime.dll": {}, - "ref/netcoreapp2.2/System.Globalization.Calendars.dll": {}, - "ref/netcoreapp2.2/System.Globalization.Extensions.dll": {}, - "ref/netcoreapp2.2/System.Globalization.dll": {}, - "ref/netcoreapp2.2/System.IO.Compression.Brotli.dll": {}, - "ref/netcoreapp2.2/System.IO.Compression.FileSystem.dll": {}, - "ref/netcoreapp2.2/System.IO.Compression.ZipFile.dll": {}, - "ref/netcoreapp2.2/System.IO.Compression.dll": {}, - "ref/netcoreapp2.2/System.IO.FileSystem.DriveInfo.dll": {}, - "ref/netcoreapp2.2/System.IO.FileSystem.Primitives.dll": {}, - "ref/netcoreapp2.2/System.IO.FileSystem.Watcher.dll": {}, - "ref/netcoreapp2.2/System.IO.FileSystem.dll": {}, - "ref/netcoreapp2.2/System.IO.IsolatedStorage.dll": {}, - "ref/netcoreapp2.2/System.IO.MemoryMappedFiles.dll": {}, - "ref/netcoreapp2.2/System.IO.Pipes.dll": {}, - "ref/netcoreapp2.2/System.IO.UnmanagedMemoryStream.dll": {}, - "ref/netcoreapp2.2/System.IO.dll": {}, - "ref/netcoreapp2.2/System.Linq.Expressions.dll": {}, - "ref/netcoreapp2.2/System.Linq.Parallel.dll": {}, - "ref/netcoreapp2.2/System.Linq.Queryable.dll": {}, - "ref/netcoreapp2.2/System.Linq.dll": {}, - "ref/netcoreapp2.2/System.Memory.dll": {}, - "ref/netcoreapp2.2/System.Net.Http.dll": {}, - "ref/netcoreapp2.2/System.Net.HttpListener.dll": {}, - "ref/netcoreapp2.2/System.Net.Mail.dll": {}, - "ref/netcoreapp2.2/System.Net.NameResolution.dll": {}, - "ref/netcoreapp2.2/System.Net.NetworkInformation.dll": {}, - "ref/netcoreapp2.2/System.Net.Ping.dll": {}, - "ref/netcoreapp2.2/System.Net.Primitives.dll": {}, - "ref/netcoreapp2.2/System.Net.Requests.dll": {}, - "ref/netcoreapp2.2/System.Net.Security.dll": {}, - "ref/netcoreapp2.2/System.Net.ServicePoint.dll": {}, - "ref/netcoreapp2.2/System.Net.Sockets.dll": {}, - "ref/netcoreapp2.2/System.Net.WebClient.dll": {}, - "ref/netcoreapp2.2/System.Net.WebHeaderCollection.dll": {}, - "ref/netcoreapp2.2/System.Net.WebProxy.dll": {}, - "ref/netcoreapp2.2/System.Net.WebSockets.Client.dll": {}, - "ref/netcoreapp2.2/System.Net.WebSockets.dll": {}, - "ref/netcoreapp2.2/System.Net.dll": {}, - "ref/netcoreapp2.2/System.Numerics.Vectors.dll": {}, - "ref/netcoreapp2.2/System.Numerics.dll": {}, - "ref/netcoreapp2.2/System.ObjectModel.dll": {}, - "ref/netcoreapp2.2/System.Reflection.DispatchProxy.dll": {}, - "ref/netcoreapp2.2/System.Reflection.Emit.ILGeneration.dll": {}, - "ref/netcoreapp2.2/System.Reflection.Emit.Lightweight.dll": {}, - "ref/netcoreapp2.2/System.Reflection.Emit.dll": {}, - "ref/netcoreapp2.2/System.Reflection.Extensions.dll": {}, - "ref/netcoreapp2.2/System.Reflection.Metadata.dll": {}, - "ref/netcoreapp2.2/System.Reflection.Primitives.dll": {}, - "ref/netcoreapp2.2/System.Reflection.TypeExtensions.dll": {}, - "ref/netcoreapp2.2/System.Reflection.dll": {}, - "ref/netcoreapp2.2/System.Resources.Reader.dll": {}, - "ref/netcoreapp2.2/System.Resources.ResourceManager.dll": {}, - "ref/netcoreapp2.2/System.Resources.Writer.dll": {}, - "ref/netcoreapp2.2/System.Runtime.CompilerServices.VisualC.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Extensions.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Handles.dll": {}, - "ref/netcoreapp2.2/System.Runtime.InteropServices.RuntimeInformation.dll": {}, - "ref/netcoreapp2.2/System.Runtime.InteropServices.WindowsRuntime.dll": {}, - "ref/netcoreapp2.2/System.Runtime.InteropServices.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Loader.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Numerics.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Serialization.Formatters.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Serialization.Json.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Serialization.Primitives.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Serialization.Xml.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Serialization.dll": {}, - "ref/netcoreapp2.2/System.Runtime.dll": {}, - "ref/netcoreapp2.2/System.Security.Claims.dll": {}, - "ref/netcoreapp2.2/System.Security.Cryptography.Algorithms.dll": {}, - "ref/netcoreapp2.2/System.Security.Cryptography.Csp.dll": {}, - "ref/netcoreapp2.2/System.Security.Cryptography.Encoding.dll": {}, - "ref/netcoreapp2.2/System.Security.Cryptography.Primitives.dll": {}, - "ref/netcoreapp2.2/System.Security.Cryptography.X509Certificates.dll": {}, - "ref/netcoreapp2.2/System.Security.Principal.dll": {}, - "ref/netcoreapp2.2/System.Security.SecureString.dll": {}, - "ref/netcoreapp2.2/System.Security.dll": {}, - "ref/netcoreapp2.2/System.ServiceModel.Web.dll": {}, - "ref/netcoreapp2.2/System.ServiceProcess.dll": {}, - "ref/netcoreapp2.2/System.Text.Encoding.Extensions.dll": {}, - "ref/netcoreapp2.2/System.Text.Encoding.dll": {}, - "ref/netcoreapp2.2/System.Text.RegularExpressions.dll": {}, - "ref/netcoreapp2.2/System.Threading.Overlapped.dll": {}, - "ref/netcoreapp2.2/System.Threading.Tasks.Dataflow.dll": {}, - "ref/netcoreapp2.2/System.Threading.Tasks.Extensions.dll": {}, - "ref/netcoreapp2.2/System.Threading.Tasks.Parallel.dll": {}, - "ref/netcoreapp2.2/System.Threading.Tasks.dll": {}, - "ref/netcoreapp2.2/System.Threading.Thread.dll": {}, - "ref/netcoreapp2.2/System.Threading.ThreadPool.dll": {}, - "ref/netcoreapp2.2/System.Threading.Timer.dll": {}, - "ref/netcoreapp2.2/System.Threading.dll": {}, - "ref/netcoreapp2.2/System.Transactions.Local.dll": {}, - "ref/netcoreapp2.2/System.Transactions.dll": {}, - "ref/netcoreapp2.2/System.ValueTuple.dll": {}, - "ref/netcoreapp2.2/System.Web.HttpUtility.dll": {}, - "ref/netcoreapp2.2/System.Web.dll": {}, - "ref/netcoreapp2.2/System.Windows.dll": {}, - "ref/netcoreapp2.2/System.Xml.Linq.dll": {}, - "ref/netcoreapp2.2/System.Xml.ReaderWriter.dll": {}, - "ref/netcoreapp2.2/System.Xml.Serialization.dll": {}, - "ref/netcoreapp2.2/System.Xml.XDocument.dll": {}, - "ref/netcoreapp2.2/System.Xml.XPath.XDocument.dll": {}, - "ref/netcoreapp2.2/System.Xml.XPath.dll": {}, - "ref/netcoreapp2.2/System.Xml.XmlDocument.dll": {}, - "ref/netcoreapp2.2/System.Xml.XmlSerializer.dll": {}, - "ref/netcoreapp2.2/System.Xml.dll": {}, - "ref/netcoreapp2.2/System.dll": {}, - "ref/netcoreapp2.2/WindowsBase.dll": {}, - "ref/netcoreapp2.2/mscorlib.dll": {}, - "ref/netcoreapp2.2/netstandard.dll": {} - }, - "compileOnly": true - }, - "Microsoft.NETCore.DotNetAppHost/2.2.0": { - "compileOnly": true - }, - "Microsoft.NETCore.DotNetHostPolicy/2.2.0": { - "dependencies": { - "Microsoft.NETCore.DotNetHostResolver": "2.2.0" - }, - "compileOnly": true - }, - "Microsoft.NETCore.DotNetHostResolver/2.2.0": { - "dependencies": { - "Microsoft.NETCore.DotNetAppHost": "2.2.0" - }, - "compileOnly": true - }, - "Microsoft.NETCore.Platforms/2.2.0": { - "compileOnly": true - }, - "Microsoft.NETCore.Targets/2.0.0": { - "compileOnly": true - }, "Microsoft.Win32.Registry/4.5.0": { "dependencies": { "System.Security.AccessControl": "4.5.0", @@ -3806,12 +3921,6 @@ }, "compileOnly": true }, - "NETStandard.Library/2.0.3": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.2.0" - }, - "compileOnly": true - }, "Newtonsoft.Json.Bson/1.0.1": { "dependencies": { "NETStandard.Library": "2.0.3", @@ -4927,6 +5036,48 @@ "path": "microsoft.net.test.sdk/16.0.1", "hashPath": "microsoft.net.test.sdk.16.0.1.nupkg.sha512" }, + "Microsoft.NETCore.App/2.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-QU8taCyeyePwatrj+h+750lMnsPCq3YPaGmsdtSHXPCjDyjto2KT7QDNVet0oRliX4PjaINpyg0Yzd9DnQ/Wkw==", + "path": "microsoft.netcore.app/2.2.0", + "hashPath": "microsoft.netcore.app.2.2.0.nupkg.sha512" + }, + "Microsoft.NETCore.DotNetAppHost/2.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qIrVLupwT2NYTrf7KM7Nh+mJr36V5MITVRjyGOByVVCwGmQgQmI/6bjZYQv+QdExi4Cm87eCKJX9FdT6nc00Xg==", + "path": "microsoft.netcore.dotnetapphost/2.2.0", + "hashPath": "microsoft.netcore.dotnetapphost.2.2.0.nupkg.sha512" + }, + "Microsoft.NETCore.DotNetHostPolicy/2.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-5Xvh/3bDr6YAl6TKfeONvRDZ9QOmvVmzFzA0M6g8uubWdf5/o6qdVOqByFBT/fhjVb6okP0E5+v1oxh1Pk+c+w==", + "path": "microsoft.netcore.dotnethostpolicy/2.2.0", + "hashPath": "microsoft.netcore.dotnethostpolicy.2.2.0.nupkg.sha512" + }, + "Microsoft.NETCore.DotNetHostResolver/2.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Q3j3KC2ugqIVasf7pO4NRDEn7GysZX3ZH6fAHfbjrP8cYXY9cmHeFcbaniw36q8kFhsPt2EnRHzSsLBpbG6l2Q==", + "path": "microsoft.netcore.dotnethostresolver/2.2.0", + "hashPath": "microsoft.netcore.dotnethostresolver.2.2.0.nupkg.sha512" + }, + "Microsoft.NETCore.Platforms/2.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-39+GVHdbm+cmoOjdvm+fhiMbddnuVyUlBdYS8Yhn5xsNaBoTXpgBsxQQlI2Sv9EjIP0F+itG6yrDaOM2OEGupQ==", + "path": "microsoft.netcore.platforms/2.2.0", + "hashPath": "microsoft.netcore.platforms.2.2.0.nupkg.sha512" + }, + "Microsoft.NETCore.Targets/2.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-odP/tJj1z6GylFpNo7pMtbd/xQgTC3Ex2If63dRTL38bBNMwsBnJ+RceUIyHdRBC0oik/3NehYT+oECwBhIM3Q==", + "path": "microsoft.netcore.targets/2.0.0", + "hashPath": "microsoft.netcore.targets.2.0.0.nupkg.sha512" + }, "Microsoft.TestPlatform.ObjectModel/16.0.1": { "type": "package", "serviceable": true, @@ -5032,6 +5183,13 @@ "path": "mysqlconnector/0.56.0", "hashPath": "mysqlconnector.0.56.0.nupkg.sha512" }, + "NETStandard.Library/2.0.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", + "path": "netstandard.library/2.0.3", + "hashPath": "netstandard.library.2.0.3.nupkg.sha512" + }, "Newtonsoft.Json/12.0.2": { "type": "package", "serviceable": true, @@ -6666,48 +6824,6 @@ "path": "microsoft.net.http.headers/2.2.0", "hashPath": "microsoft.net.http.headers.2.2.0.nupkg.sha512" }, - "Microsoft.NETCore.App/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QU8taCyeyePwatrj+h+750lMnsPCq3YPaGmsdtSHXPCjDyjto2KT7QDNVet0oRliX4PjaINpyg0Yzd9DnQ/Wkw==", - "path": "microsoft.netcore.app/2.2.0", - "hashPath": "microsoft.netcore.app.2.2.0.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetAppHost/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qIrVLupwT2NYTrf7KM7Nh+mJr36V5MITVRjyGOByVVCwGmQgQmI/6bjZYQv+QdExi4Cm87eCKJX9FdT6nc00Xg==", - "path": "microsoft.netcore.dotnetapphost/2.2.0", - "hashPath": "microsoft.netcore.dotnetapphost.2.2.0.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetHostPolicy/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5Xvh/3bDr6YAl6TKfeONvRDZ9QOmvVmzFzA0M6g8uubWdf5/o6qdVOqByFBT/fhjVb6okP0E5+v1oxh1Pk+c+w==", - "path": "microsoft.netcore.dotnethostpolicy/2.2.0", - "hashPath": "microsoft.netcore.dotnethostpolicy.2.2.0.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetHostResolver/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Q3j3KC2ugqIVasf7pO4NRDEn7GysZX3ZH6fAHfbjrP8cYXY9cmHeFcbaniw36q8kFhsPt2EnRHzSsLBpbG6l2Q==", - "path": "microsoft.netcore.dotnethostresolver/2.2.0", - "hashPath": "microsoft.netcore.dotnethostresolver.2.2.0.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-39+GVHdbm+cmoOjdvm+fhiMbddnuVyUlBdYS8Yhn5xsNaBoTXpgBsxQQlI2Sv9EjIP0F+itG6yrDaOM2OEGupQ==", - "path": "microsoft.netcore.platforms/2.2.0", - "hashPath": "microsoft.netcore.platforms.2.2.0.nupkg.sha512" - }, - "Microsoft.NETCore.Targets/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-odP/tJj1z6GylFpNo7pMtbd/xQgTC3Ex2If63dRTL38bBNMwsBnJ+RceUIyHdRBC0oik/3NehYT+oECwBhIM3Q==", - "path": "microsoft.netcore.targets/2.0.0", - "hashPath": "microsoft.netcore.targets.2.0.0.nupkg.sha512" - }, "Microsoft.Win32.Registry/4.5.0": { "type": "package", "serviceable": true, @@ -6715,13 +6831,6 @@ "path": "microsoft.win32.registry/4.5.0", "hashPath": "microsoft.win32.registry.4.5.0.nupkg.sha512" }, - "NETStandard.Library/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", - "path": "netstandard.library/2.0.3", - "hashPath": "netstandard.library.2.0.3.nupkg.sha512" - }, "Newtonsoft.Json.Bson/1.0.1": { "type": "package", "serviceable": true, diff --git a/Services/Hncore.Pass.BaseInfo/bin/Debug/netcoreapp2.2/Hncore.Pass.BaseInfo.dll b/Services/Hncore.Pass.BaseInfo/bin/Debug/netcoreapp2.2/Hncore.Pass.BaseInfo.dll index 5a2e558..2f9b39b 100644 Binary files a/Services/Hncore.Pass.BaseInfo/bin/Debug/netcoreapp2.2/Hncore.Pass.BaseInfo.dll and b/Services/Hncore.Pass.BaseInfo/bin/Debug/netcoreapp2.2/Hncore.Pass.BaseInfo.dll differ diff --git a/Services/Hncore.Pass.BaseInfo/bin/Debug/netcoreapp2.2/Hncore.Pass.BaseInfo.pdb b/Services/Hncore.Pass.BaseInfo/bin/Debug/netcoreapp2.2/Hncore.Pass.BaseInfo.pdb index 6076ee6..34526c5 100644 Binary files a/Services/Hncore.Pass.BaseInfo/bin/Debug/netcoreapp2.2/Hncore.Pass.BaseInfo.pdb and b/Services/Hncore.Pass.BaseInfo/bin/Debug/netcoreapp2.2/Hncore.Pass.BaseInfo.pdb differ diff --git a/Services/Hncore.Pass.BaseInfo/bin/Debug/netcoreapp2.2/Hncore.Pass.BaseInfo.runtimeconfig.json b/Services/Hncore.Pass.BaseInfo/bin/Debug/netcoreapp2.2/Hncore.Pass.BaseInfo.runtimeconfig.json index ee5ce0f..5b1393c 100644 --- a/Services/Hncore.Pass.BaseInfo/bin/Debug/netcoreapp2.2/Hncore.Pass.BaseInfo.runtimeconfig.json +++ b/Services/Hncore.Pass.BaseInfo/bin/Debug/netcoreapp2.2/Hncore.Pass.BaseInfo.runtimeconfig.json @@ -7,8 +7,7 @@ }, "configProperties": { "System.GC.Concurrent": true, - "System.GC.Server": false, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false + "System.GC.Server": false } } } \ No newline at end of file diff --git a/Services/Hncore.Pass.BaseInfo/bin/Debug/netcoreapp2.2/Hncore.Pass.Sells.dll b/Services/Hncore.Pass.BaseInfo/bin/Debug/netcoreapp2.2/Hncore.Pass.Sells.dll index 4a2d99f..dc2966e 100644 Binary files a/Services/Hncore.Pass.BaseInfo/bin/Debug/netcoreapp2.2/Hncore.Pass.Sells.dll and b/Services/Hncore.Pass.BaseInfo/bin/Debug/netcoreapp2.2/Hncore.Pass.Sells.dll differ diff --git a/Services/Hncore.Pass.BaseInfo/bin/Debug/netcoreapp2.2/Hncore.Pass.Sells.pdb b/Services/Hncore.Pass.BaseInfo/bin/Debug/netcoreapp2.2/Hncore.Pass.Sells.pdb index c364d60..e17c806 100644 Binary files a/Services/Hncore.Pass.BaseInfo/bin/Debug/netcoreapp2.2/Hncore.Pass.Sells.pdb and b/Services/Hncore.Pass.BaseInfo/bin/Debug/netcoreapp2.2/Hncore.Pass.Sells.pdb differ diff --git a/Services/Hncore.Pass.BaseInfo/bin/Release/netcoreapp2.2/Hncore.Infrastructure.dll b/Services/Hncore.Pass.BaseInfo/bin/Release/netcoreapp2.2/Hncore.Infrastructure.dll index b2c9d64..6da8d06 100644 Binary files a/Services/Hncore.Pass.BaseInfo/bin/Release/netcoreapp2.2/Hncore.Infrastructure.dll and b/Services/Hncore.Pass.BaseInfo/bin/Release/netcoreapp2.2/Hncore.Infrastructure.dll differ diff --git a/Services/Hncore.Pass.BaseInfo/bin/Release/netcoreapp2.2/Hncore.Infrastructure.pdb b/Services/Hncore.Pass.BaseInfo/bin/Release/netcoreapp2.2/Hncore.Infrastructure.pdb index 0565dda..1aad508 100644 Binary files a/Services/Hncore.Pass.BaseInfo/bin/Release/netcoreapp2.2/Hncore.Infrastructure.pdb and b/Services/Hncore.Pass.BaseInfo/bin/Release/netcoreapp2.2/Hncore.Infrastructure.pdb differ diff --git a/Services/Hncore.Pass.BaseInfo/bin/Release/netcoreapp2.2/Hncore.Pass.BaseInfo.deps.json b/Services/Hncore.Pass.BaseInfo/bin/Release/netcoreapp2.2/Hncore.Pass.BaseInfo.deps.json index 180fe13..99e4d75 100644 --- a/Services/Hncore.Pass.BaseInfo/bin/Release/netcoreapp2.2/Hncore.Pass.BaseInfo.deps.json +++ b/Services/Hncore.Pass.BaseInfo/bin/Release/netcoreapp2.2/Hncore.Pass.BaseInfo.deps.json @@ -1,21 +1,16 @@ { "runtimeTarget": { "name": ".NETCoreApp,Version=v2.2", - "signature": "" + "signature": "8b9c715ac4e59bc7e3ffbd4b96f3e1db7ae3dcb9" }, "compilationOptions": { "defines": [ "TRACE", "RELEASE", "NETCOREAPP", - "NETCOREAPP2_2", - "NETCOREAPP1_0_OR_GREATER", - "NETCOREAPP1_1_OR_GREATER", - "NETCOREAPP2_0_OR_GREATER", - "NETCOREAPP2_1_OR_GREATER", - "NETCOREAPP2_2_OR_GREATER" + "NETCOREAPP2_2" ], - "languageVersion": "7.3", + "languageVersion": "", "platform": "", "allowUnsafe": false, "warningsAsErrors": false, @@ -332,6 +327,172 @@ "Microsoft.TestPlatform.TestHost": "16.0.1" } }, + "Microsoft.NETCore.App/2.2.0": { + "dependencies": { + "Microsoft.NETCore.DotNetHostPolicy": "2.2.0", + "Microsoft.NETCore.Platforms": "2.2.0", + "Microsoft.NETCore.Targets": "2.0.0", + "NETStandard.Library": "2.0.3" + }, + "compile": { + "ref/netcoreapp2.2/Microsoft.CSharp.dll": {}, + "ref/netcoreapp2.2/Microsoft.VisualBasic.dll": {}, + "ref/netcoreapp2.2/Microsoft.Win32.Primitives.dll": {}, + "ref/netcoreapp2.2/System.AppContext.dll": {}, + "ref/netcoreapp2.2/System.Buffers.dll": {}, + "ref/netcoreapp2.2/System.Collections.Concurrent.dll": {}, + "ref/netcoreapp2.2/System.Collections.Immutable.dll": {}, + "ref/netcoreapp2.2/System.Collections.NonGeneric.dll": {}, + "ref/netcoreapp2.2/System.Collections.Specialized.dll": {}, + "ref/netcoreapp2.2/System.Collections.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.Annotations.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.DataAnnotations.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.EventBasedAsync.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.Primitives.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.TypeConverter.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.dll": {}, + "ref/netcoreapp2.2/System.Configuration.dll": {}, + "ref/netcoreapp2.2/System.Console.dll": {}, + "ref/netcoreapp2.2/System.Core.dll": {}, + "ref/netcoreapp2.2/System.Data.Common.dll": {}, + "ref/netcoreapp2.2/System.Data.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.Contracts.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.Debug.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.DiagnosticSource.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.FileVersionInfo.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.Process.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.StackTrace.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.TextWriterTraceListener.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.Tools.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.TraceSource.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.Tracing.dll": {}, + "ref/netcoreapp2.2/System.Drawing.Primitives.dll": {}, + "ref/netcoreapp2.2/System.Drawing.dll": {}, + "ref/netcoreapp2.2/System.Dynamic.Runtime.dll": {}, + "ref/netcoreapp2.2/System.Globalization.Calendars.dll": {}, + "ref/netcoreapp2.2/System.Globalization.Extensions.dll": {}, + "ref/netcoreapp2.2/System.Globalization.dll": {}, + "ref/netcoreapp2.2/System.IO.Compression.Brotli.dll": {}, + "ref/netcoreapp2.2/System.IO.Compression.FileSystem.dll": {}, + "ref/netcoreapp2.2/System.IO.Compression.ZipFile.dll": {}, + "ref/netcoreapp2.2/System.IO.Compression.dll": {}, + "ref/netcoreapp2.2/System.IO.FileSystem.DriveInfo.dll": {}, + "ref/netcoreapp2.2/System.IO.FileSystem.Primitives.dll": {}, + "ref/netcoreapp2.2/System.IO.FileSystem.Watcher.dll": {}, + "ref/netcoreapp2.2/System.IO.FileSystem.dll": {}, + "ref/netcoreapp2.2/System.IO.IsolatedStorage.dll": {}, + "ref/netcoreapp2.2/System.IO.MemoryMappedFiles.dll": {}, + "ref/netcoreapp2.2/System.IO.Pipes.dll": {}, + "ref/netcoreapp2.2/System.IO.UnmanagedMemoryStream.dll": {}, + "ref/netcoreapp2.2/System.IO.dll": {}, + "ref/netcoreapp2.2/System.Linq.Expressions.dll": {}, + "ref/netcoreapp2.2/System.Linq.Parallel.dll": {}, + "ref/netcoreapp2.2/System.Linq.Queryable.dll": {}, + "ref/netcoreapp2.2/System.Linq.dll": {}, + "ref/netcoreapp2.2/System.Memory.dll": {}, + "ref/netcoreapp2.2/System.Net.Http.dll": {}, + "ref/netcoreapp2.2/System.Net.HttpListener.dll": {}, + "ref/netcoreapp2.2/System.Net.Mail.dll": {}, + "ref/netcoreapp2.2/System.Net.NameResolution.dll": {}, + "ref/netcoreapp2.2/System.Net.NetworkInformation.dll": {}, + "ref/netcoreapp2.2/System.Net.Ping.dll": {}, + "ref/netcoreapp2.2/System.Net.Primitives.dll": {}, + "ref/netcoreapp2.2/System.Net.Requests.dll": {}, + "ref/netcoreapp2.2/System.Net.Security.dll": {}, + "ref/netcoreapp2.2/System.Net.ServicePoint.dll": {}, + "ref/netcoreapp2.2/System.Net.Sockets.dll": {}, + "ref/netcoreapp2.2/System.Net.WebClient.dll": {}, + "ref/netcoreapp2.2/System.Net.WebHeaderCollection.dll": {}, + "ref/netcoreapp2.2/System.Net.WebProxy.dll": {}, + "ref/netcoreapp2.2/System.Net.WebSockets.Client.dll": {}, + "ref/netcoreapp2.2/System.Net.WebSockets.dll": {}, + "ref/netcoreapp2.2/System.Net.dll": {}, + "ref/netcoreapp2.2/System.Numerics.Vectors.dll": {}, + "ref/netcoreapp2.2/System.Numerics.dll": {}, + "ref/netcoreapp2.2/System.ObjectModel.dll": {}, + "ref/netcoreapp2.2/System.Reflection.DispatchProxy.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Emit.ILGeneration.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Emit.Lightweight.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Emit.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Extensions.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Metadata.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Primitives.dll": {}, + "ref/netcoreapp2.2/System.Reflection.TypeExtensions.dll": {}, + "ref/netcoreapp2.2/System.Reflection.dll": {}, + "ref/netcoreapp2.2/System.Resources.Reader.dll": {}, + "ref/netcoreapp2.2/System.Resources.ResourceManager.dll": {}, + "ref/netcoreapp2.2/System.Resources.Writer.dll": {}, + "ref/netcoreapp2.2/System.Runtime.CompilerServices.VisualC.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Extensions.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Handles.dll": {}, + "ref/netcoreapp2.2/System.Runtime.InteropServices.RuntimeInformation.dll": {}, + "ref/netcoreapp2.2/System.Runtime.InteropServices.WindowsRuntime.dll": {}, + "ref/netcoreapp2.2/System.Runtime.InteropServices.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Loader.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Numerics.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Serialization.Formatters.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Serialization.Json.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Serialization.Primitives.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Serialization.Xml.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Serialization.dll": {}, + "ref/netcoreapp2.2/System.Runtime.dll": {}, + "ref/netcoreapp2.2/System.Security.Claims.dll": {}, + "ref/netcoreapp2.2/System.Security.Cryptography.Algorithms.dll": {}, + "ref/netcoreapp2.2/System.Security.Cryptography.Csp.dll": {}, + "ref/netcoreapp2.2/System.Security.Cryptography.Encoding.dll": {}, + "ref/netcoreapp2.2/System.Security.Cryptography.Primitives.dll": {}, + "ref/netcoreapp2.2/System.Security.Cryptography.X509Certificates.dll": {}, + "ref/netcoreapp2.2/System.Security.Principal.dll": {}, + "ref/netcoreapp2.2/System.Security.SecureString.dll": {}, + "ref/netcoreapp2.2/System.Security.dll": {}, + "ref/netcoreapp2.2/System.ServiceModel.Web.dll": {}, + "ref/netcoreapp2.2/System.ServiceProcess.dll": {}, + "ref/netcoreapp2.2/System.Text.Encoding.Extensions.dll": {}, + "ref/netcoreapp2.2/System.Text.Encoding.dll": {}, + "ref/netcoreapp2.2/System.Text.RegularExpressions.dll": {}, + "ref/netcoreapp2.2/System.Threading.Overlapped.dll": {}, + "ref/netcoreapp2.2/System.Threading.Tasks.Dataflow.dll": {}, + "ref/netcoreapp2.2/System.Threading.Tasks.Extensions.dll": {}, + "ref/netcoreapp2.2/System.Threading.Tasks.Parallel.dll": {}, + "ref/netcoreapp2.2/System.Threading.Tasks.dll": {}, + "ref/netcoreapp2.2/System.Threading.Thread.dll": {}, + "ref/netcoreapp2.2/System.Threading.ThreadPool.dll": {}, + "ref/netcoreapp2.2/System.Threading.Timer.dll": {}, + "ref/netcoreapp2.2/System.Threading.dll": {}, + "ref/netcoreapp2.2/System.Transactions.Local.dll": {}, + "ref/netcoreapp2.2/System.Transactions.dll": {}, + "ref/netcoreapp2.2/System.ValueTuple.dll": {}, + "ref/netcoreapp2.2/System.Web.HttpUtility.dll": {}, + "ref/netcoreapp2.2/System.Web.dll": {}, + "ref/netcoreapp2.2/System.Windows.dll": {}, + "ref/netcoreapp2.2/System.Xml.Linq.dll": {}, + "ref/netcoreapp2.2/System.Xml.ReaderWriter.dll": {}, + "ref/netcoreapp2.2/System.Xml.Serialization.dll": {}, + "ref/netcoreapp2.2/System.Xml.XDocument.dll": {}, + "ref/netcoreapp2.2/System.Xml.XPath.XDocument.dll": {}, + "ref/netcoreapp2.2/System.Xml.XPath.dll": {}, + "ref/netcoreapp2.2/System.Xml.XmlDocument.dll": {}, + "ref/netcoreapp2.2/System.Xml.XmlSerializer.dll": {}, + "ref/netcoreapp2.2/System.Xml.dll": {}, + "ref/netcoreapp2.2/System.dll": {}, + "ref/netcoreapp2.2/WindowsBase.dll": {}, + "ref/netcoreapp2.2/mscorlib.dll": {}, + "ref/netcoreapp2.2/netstandard.dll": {} + } + }, + "Microsoft.NETCore.DotNetAppHost/2.2.0": {}, + "Microsoft.NETCore.DotNetHostPolicy/2.2.0": { + "dependencies": { + "Microsoft.NETCore.DotNetHostResolver": "2.2.0" + } + }, + "Microsoft.NETCore.DotNetHostResolver/2.2.0": { + "dependencies": { + "Microsoft.NETCore.DotNetAppHost": "2.2.0" + } + }, + "Microsoft.NETCore.Platforms/2.2.0": {}, + "Microsoft.NETCore.Targets/2.0.0": {}, "Microsoft.TestPlatform.ObjectModel/16.0.1": { "dependencies": { "NETStandard.Library": "2.0.3", @@ -792,6 +953,11 @@ "lib/netcoreapp2.1/MySqlConnector.dll": {} } }, + "NETStandard.Library/2.0.3": { + "dependencies": { + "Microsoft.NETCore.Platforms": "2.2.0" + } + }, "Newtonsoft.Json/12.0.2": { "runtime": { "lib/netstandard2.0/Newtonsoft.Json.dll": { @@ -926,9 +1092,30 @@ "lib/netstandard2.0/Pomelo.JsonObject.dll": {} } }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/debian.8-x64/native/_._": { + "rid": "debian.8-x64", + "assetType": "native" + } + } + }, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/fedora.23-x64/native/_._": { + "rid": "fedora.23-x64", + "assetType": "native" + } + } + }, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/fedora.24-x64/native/_._": { + "rid": "fedora.24-x64", + "assetType": "native" + } + } + }, "runtime.native.System.Net.Security/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "2.2.0", @@ -949,13 +1136,62 @@ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" } }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/opensuse.13.2-x64/native/_._": { + "rid": "opensuse.13.2-x64", + "assetType": "native" + } + } + }, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/opensuse.42.1-x64/native/_._": { + "rid": "opensuse.42.1-x64", + "assetType": "native" + } + } + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/osx.10.10-x64/native/_._": { + "rid": "osx.10.10-x64", + "assetType": "native" + } + } + }, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/rhel.7-x64/native/_._": { + "rid": "rhel.7-x64", + "assetType": "native" + } + } + }, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/ubuntu.14.04-x64/native/_._": { + "rid": "ubuntu.14.04-x64", + "assetType": "native" + } + } + }, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/ubuntu.16.04-x64/native/_._": { + "rid": "ubuntu.16.04-x64", + "assetType": "native" + } + } + }, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/ubuntu.16.10-x64/native/_._": { + "rid": "ubuntu.16.10-x64", + "assetType": "native" + } + } + }, "SafeObjectPool/2.0.2": { "runtime": { "lib/netstandard2.0/SafeObjectPool.dll": { @@ -1228,6 +1464,20 @@ "System.Threading.Thread": "4.3.0", "System.Threading.ThreadPool": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/linux/lib/_._": { + "rid": "linux", + "assetType": "runtime" + }, + "runtime/osx/lib/_._": { + "rid": "osx", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Diagnostics.TextWriterTraceListener/4.0.0": { @@ -1251,6 +1501,16 @@ "System.Runtime.Extensions": "4.3.0", "System.Threading": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Drawing.Common/4.5.1": { @@ -1312,6 +1572,16 @@ "System.Threading": "4.3.0", "System.Threading.Tasks": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Net.Security/4.3.2": { @@ -1344,6 +1614,16 @@ "runtime.native.System": "4.3.0", "runtime.native.System.Net.Security": "4.3.0", "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Net.Sockets/4.3.0": { @@ -1400,6 +1680,16 @@ "System.Threading": "4.3.0", "System.Threading.Tasks": "4.3.0", "System.Threading.Timer": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Reflection.TypeExtensions/4.5.1": {}, @@ -3621,181 +3911,6 @@ }, "compileOnly": true }, - "Microsoft.NETCore.App/2.2.0": { - "dependencies": { - "Microsoft.NETCore.DotNetHostPolicy": "2.2.0", - "Microsoft.NETCore.Platforms": "2.2.0", - "Microsoft.NETCore.Targets": "2.0.0", - "NETStandard.Library": "2.0.3" - }, - "compile": { - "ref/netcoreapp2.2/Microsoft.CSharp.dll": {}, - "ref/netcoreapp2.2/Microsoft.VisualBasic.dll": {}, - "ref/netcoreapp2.2/Microsoft.Win32.Primitives.dll": {}, - "ref/netcoreapp2.2/System.AppContext.dll": {}, - "ref/netcoreapp2.2/System.Buffers.dll": {}, - "ref/netcoreapp2.2/System.Collections.Concurrent.dll": {}, - "ref/netcoreapp2.2/System.Collections.Immutable.dll": {}, - "ref/netcoreapp2.2/System.Collections.NonGeneric.dll": {}, - "ref/netcoreapp2.2/System.Collections.Specialized.dll": {}, - "ref/netcoreapp2.2/System.Collections.dll": {}, - "ref/netcoreapp2.2/System.ComponentModel.Annotations.dll": {}, - "ref/netcoreapp2.2/System.ComponentModel.DataAnnotations.dll": {}, - "ref/netcoreapp2.2/System.ComponentModel.EventBasedAsync.dll": {}, - "ref/netcoreapp2.2/System.ComponentModel.Primitives.dll": {}, - "ref/netcoreapp2.2/System.ComponentModel.TypeConverter.dll": {}, - "ref/netcoreapp2.2/System.ComponentModel.dll": {}, - "ref/netcoreapp2.2/System.Configuration.dll": {}, - "ref/netcoreapp2.2/System.Console.dll": {}, - "ref/netcoreapp2.2/System.Core.dll": {}, - "ref/netcoreapp2.2/System.Data.Common.dll": {}, - "ref/netcoreapp2.2/System.Data.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.Contracts.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.Debug.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.DiagnosticSource.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.FileVersionInfo.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.Process.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.StackTrace.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.TextWriterTraceListener.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.Tools.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.TraceSource.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.Tracing.dll": {}, - "ref/netcoreapp2.2/System.Drawing.Primitives.dll": {}, - "ref/netcoreapp2.2/System.Drawing.dll": {}, - "ref/netcoreapp2.2/System.Dynamic.Runtime.dll": {}, - "ref/netcoreapp2.2/System.Globalization.Calendars.dll": {}, - "ref/netcoreapp2.2/System.Globalization.Extensions.dll": {}, - "ref/netcoreapp2.2/System.Globalization.dll": {}, - "ref/netcoreapp2.2/System.IO.Compression.Brotli.dll": {}, - "ref/netcoreapp2.2/System.IO.Compression.FileSystem.dll": {}, - "ref/netcoreapp2.2/System.IO.Compression.ZipFile.dll": {}, - "ref/netcoreapp2.2/System.IO.Compression.dll": {}, - "ref/netcoreapp2.2/System.IO.FileSystem.DriveInfo.dll": {}, - "ref/netcoreapp2.2/System.IO.FileSystem.Primitives.dll": {}, - "ref/netcoreapp2.2/System.IO.FileSystem.Watcher.dll": {}, - "ref/netcoreapp2.2/System.IO.FileSystem.dll": {}, - "ref/netcoreapp2.2/System.IO.IsolatedStorage.dll": {}, - "ref/netcoreapp2.2/System.IO.MemoryMappedFiles.dll": {}, - "ref/netcoreapp2.2/System.IO.Pipes.dll": {}, - "ref/netcoreapp2.2/System.IO.UnmanagedMemoryStream.dll": {}, - "ref/netcoreapp2.2/System.IO.dll": {}, - "ref/netcoreapp2.2/System.Linq.Expressions.dll": {}, - "ref/netcoreapp2.2/System.Linq.Parallel.dll": {}, - "ref/netcoreapp2.2/System.Linq.Queryable.dll": {}, - "ref/netcoreapp2.2/System.Linq.dll": {}, - "ref/netcoreapp2.2/System.Memory.dll": {}, - "ref/netcoreapp2.2/System.Net.Http.dll": {}, - "ref/netcoreapp2.2/System.Net.HttpListener.dll": {}, - "ref/netcoreapp2.2/System.Net.Mail.dll": {}, - "ref/netcoreapp2.2/System.Net.NameResolution.dll": {}, - "ref/netcoreapp2.2/System.Net.NetworkInformation.dll": {}, - "ref/netcoreapp2.2/System.Net.Ping.dll": {}, - "ref/netcoreapp2.2/System.Net.Primitives.dll": {}, - "ref/netcoreapp2.2/System.Net.Requests.dll": {}, - "ref/netcoreapp2.2/System.Net.Security.dll": {}, - "ref/netcoreapp2.2/System.Net.ServicePoint.dll": {}, - "ref/netcoreapp2.2/System.Net.Sockets.dll": {}, - "ref/netcoreapp2.2/System.Net.WebClient.dll": {}, - "ref/netcoreapp2.2/System.Net.WebHeaderCollection.dll": {}, - "ref/netcoreapp2.2/System.Net.WebProxy.dll": {}, - "ref/netcoreapp2.2/System.Net.WebSockets.Client.dll": {}, - "ref/netcoreapp2.2/System.Net.WebSockets.dll": {}, - "ref/netcoreapp2.2/System.Net.dll": {}, - "ref/netcoreapp2.2/System.Numerics.Vectors.dll": {}, - "ref/netcoreapp2.2/System.Numerics.dll": {}, - "ref/netcoreapp2.2/System.ObjectModel.dll": {}, - "ref/netcoreapp2.2/System.Reflection.DispatchProxy.dll": {}, - "ref/netcoreapp2.2/System.Reflection.Emit.ILGeneration.dll": {}, - "ref/netcoreapp2.2/System.Reflection.Emit.Lightweight.dll": {}, - "ref/netcoreapp2.2/System.Reflection.Emit.dll": {}, - "ref/netcoreapp2.2/System.Reflection.Extensions.dll": {}, - "ref/netcoreapp2.2/System.Reflection.Metadata.dll": {}, - "ref/netcoreapp2.2/System.Reflection.Primitives.dll": {}, - "ref/netcoreapp2.2/System.Reflection.TypeExtensions.dll": {}, - "ref/netcoreapp2.2/System.Reflection.dll": {}, - "ref/netcoreapp2.2/System.Resources.Reader.dll": {}, - "ref/netcoreapp2.2/System.Resources.ResourceManager.dll": {}, - "ref/netcoreapp2.2/System.Resources.Writer.dll": {}, - "ref/netcoreapp2.2/System.Runtime.CompilerServices.VisualC.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Extensions.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Handles.dll": {}, - "ref/netcoreapp2.2/System.Runtime.InteropServices.RuntimeInformation.dll": {}, - "ref/netcoreapp2.2/System.Runtime.InteropServices.WindowsRuntime.dll": {}, - "ref/netcoreapp2.2/System.Runtime.InteropServices.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Loader.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Numerics.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Serialization.Formatters.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Serialization.Json.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Serialization.Primitives.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Serialization.Xml.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Serialization.dll": {}, - "ref/netcoreapp2.2/System.Runtime.dll": {}, - "ref/netcoreapp2.2/System.Security.Claims.dll": {}, - "ref/netcoreapp2.2/System.Security.Cryptography.Algorithms.dll": {}, - "ref/netcoreapp2.2/System.Security.Cryptography.Csp.dll": {}, - "ref/netcoreapp2.2/System.Security.Cryptography.Encoding.dll": {}, - "ref/netcoreapp2.2/System.Security.Cryptography.Primitives.dll": {}, - "ref/netcoreapp2.2/System.Security.Cryptography.X509Certificates.dll": {}, - "ref/netcoreapp2.2/System.Security.Principal.dll": {}, - "ref/netcoreapp2.2/System.Security.SecureString.dll": {}, - "ref/netcoreapp2.2/System.Security.dll": {}, - "ref/netcoreapp2.2/System.ServiceModel.Web.dll": {}, - "ref/netcoreapp2.2/System.ServiceProcess.dll": {}, - "ref/netcoreapp2.2/System.Text.Encoding.Extensions.dll": {}, - "ref/netcoreapp2.2/System.Text.Encoding.dll": {}, - "ref/netcoreapp2.2/System.Text.RegularExpressions.dll": {}, - "ref/netcoreapp2.2/System.Threading.Overlapped.dll": {}, - "ref/netcoreapp2.2/System.Threading.Tasks.Dataflow.dll": {}, - "ref/netcoreapp2.2/System.Threading.Tasks.Extensions.dll": {}, - "ref/netcoreapp2.2/System.Threading.Tasks.Parallel.dll": {}, - "ref/netcoreapp2.2/System.Threading.Tasks.dll": {}, - "ref/netcoreapp2.2/System.Threading.Thread.dll": {}, - "ref/netcoreapp2.2/System.Threading.ThreadPool.dll": {}, - "ref/netcoreapp2.2/System.Threading.Timer.dll": {}, - "ref/netcoreapp2.2/System.Threading.dll": {}, - "ref/netcoreapp2.2/System.Transactions.Local.dll": {}, - "ref/netcoreapp2.2/System.Transactions.dll": {}, - "ref/netcoreapp2.2/System.ValueTuple.dll": {}, - "ref/netcoreapp2.2/System.Web.HttpUtility.dll": {}, - "ref/netcoreapp2.2/System.Web.dll": {}, - "ref/netcoreapp2.2/System.Windows.dll": {}, - "ref/netcoreapp2.2/System.Xml.Linq.dll": {}, - "ref/netcoreapp2.2/System.Xml.ReaderWriter.dll": {}, - "ref/netcoreapp2.2/System.Xml.Serialization.dll": {}, - "ref/netcoreapp2.2/System.Xml.XDocument.dll": {}, - "ref/netcoreapp2.2/System.Xml.XPath.XDocument.dll": {}, - "ref/netcoreapp2.2/System.Xml.XPath.dll": {}, - "ref/netcoreapp2.2/System.Xml.XmlDocument.dll": {}, - "ref/netcoreapp2.2/System.Xml.XmlSerializer.dll": {}, - "ref/netcoreapp2.2/System.Xml.dll": {}, - "ref/netcoreapp2.2/System.dll": {}, - "ref/netcoreapp2.2/WindowsBase.dll": {}, - "ref/netcoreapp2.2/mscorlib.dll": {}, - "ref/netcoreapp2.2/netstandard.dll": {} - }, - "compileOnly": true - }, - "Microsoft.NETCore.DotNetAppHost/2.2.0": { - "compileOnly": true - }, - "Microsoft.NETCore.DotNetHostPolicy/2.2.0": { - "dependencies": { - "Microsoft.NETCore.DotNetHostResolver": "2.2.0" - }, - "compileOnly": true - }, - "Microsoft.NETCore.DotNetHostResolver/2.2.0": { - "dependencies": { - "Microsoft.NETCore.DotNetAppHost": "2.2.0" - }, - "compileOnly": true - }, - "Microsoft.NETCore.Platforms/2.2.0": { - "compileOnly": true - }, - "Microsoft.NETCore.Targets/2.0.0": { - "compileOnly": true - }, "Microsoft.Win32.Registry/4.5.0": { "dependencies": { "System.Security.AccessControl": "4.5.0", @@ -3806,12 +3921,6 @@ }, "compileOnly": true }, - "NETStandard.Library/2.0.3": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.2.0" - }, - "compileOnly": true - }, "Newtonsoft.Json.Bson/1.0.1": { "dependencies": { "NETStandard.Library": "2.0.3", @@ -4927,6 +5036,48 @@ "path": "microsoft.net.test.sdk/16.0.1", "hashPath": "microsoft.net.test.sdk.16.0.1.nupkg.sha512" }, + "Microsoft.NETCore.App/2.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-QU8taCyeyePwatrj+h+750lMnsPCq3YPaGmsdtSHXPCjDyjto2KT7QDNVet0oRliX4PjaINpyg0Yzd9DnQ/Wkw==", + "path": "microsoft.netcore.app/2.2.0", + "hashPath": "microsoft.netcore.app.2.2.0.nupkg.sha512" + }, + "Microsoft.NETCore.DotNetAppHost/2.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qIrVLupwT2NYTrf7KM7Nh+mJr36V5MITVRjyGOByVVCwGmQgQmI/6bjZYQv+QdExi4Cm87eCKJX9FdT6nc00Xg==", + "path": "microsoft.netcore.dotnetapphost/2.2.0", + "hashPath": "microsoft.netcore.dotnetapphost.2.2.0.nupkg.sha512" + }, + "Microsoft.NETCore.DotNetHostPolicy/2.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-5Xvh/3bDr6YAl6TKfeONvRDZ9QOmvVmzFzA0M6g8uubWdf5/o6qdVOqByFBT/fhjVb6okP0E5+v1oxh1Pk+c+w==", + "path": "microsoft.netcore.dotnethostpolicy/2.2.0", + "hashPath": "microsoft.netcore.dotnethostpolicy.2.2.0.nupkg.sha512" + }, + "Microsoft.NETCore.DotNetHostResolver/2.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Q3j3KC2ugqIVasf7pO4NRDEn7GysZX3ZH6fAHfbjrP8cYXY9cmHeFcbaniw36q8kFhsPt2EnRHzSsLBpbG6l2Q==", + "path": "microsoft.netcore.dotnethostresolver/2.2.0", + "hashPath": "microsoft.netcore.dotnethostresolver.2.2.0.nupkg.sha512" + }, + "Microsoft.NETCore.Platforms/2.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-39+GVHdbm+cmoOjdvm+fhiMbddnuVyUlBdYS8Yhn5xsNaBoTXpgBsxQQlI2Sv9EjIP0F+itG6yrDaOM2OEGupQ==", + "path": "microsoft.netcore.platforms/2.2.0", + "hashPath": "microsoft.netcore.platforms.2.2.0.nupkg.sha512" + }, + "Microsoft.NETCore.Targets/2.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-odP/tJj1z6GylFpNo7pMtbd/xQgTC3Ex2If63dRTL38bBNMwsBnJ+RceUIyHdRBC0oik/3NehYT+oECwBhIM3Q==", + "path": "microsoft.netcore.targets/2.0.0", + "hashPath": "microsoft.netcore.targets.2.0.0.nupkg.sha512" + }, "Microsoft.TestPlatform.ObjectModel/16.0.1": { "type": "package", "serviceable": true, @@ -5032,6 +5183,13 @@ "path": "mysqlconnector/0.56.0", "hashPath": "mysqlconnector.0.56.0.nupkg.sha512" }, + "NETStandard.Library/2.0.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", + "path": "netstandard.library/2.0.3", + "hashPath": "netstandard.library.2.0.3.nupkg.sha512" + }, "Newtonsoft.Json/12.0.2": { "type": "package", "serviceable": true, @@ -6666,48 +6824,6 @@ "path": "microsoft.net.http.headers/2.2.0", "hashPath": "microsoft.net.http.headers.2.2.0.nupkg.sha512" }, - "Microsoft.NETCore.App/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QU8taCyeyePwatrj+h+750lMnsPCq3YPaGmsdtSHXPCjDyjto2KT7QDNVet0oRliX4PjaINpyg0Yzd9DnQ/Wkw==", - "path": "microsoft.netcore.app/2.2.0", - "hashPath": "microsoft.netcore.app.2.2.0.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetAppHost/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qIrVLupwT2NYTrf7KM7Nh+mJr36V5MITVRjyGOByVVCwGmQgQmI/6bjZYQv+QdExi4Cm87eCKJX9FdT6nc00Xg==", - "path": "microsoft.netcore.dotnetapphost/2.2.0", - "hashPath": "microsoft.netcore.dotnetapphost.2.2.0.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetHostPolicy/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5Xvh/3bDr6YAl6TKfeONvRDZ9QOmvVmzFzA0M6g8uubWdf5/o6qdVOqByFBT/fhjVb6okP0E5+v1oxh1Pk+c+w==", - "path": "microsoft.netcore.dotnethostpolicy/2.2.0", - "hashPath": "microsoft.netcore.dotnethostpolicy.2.2.0.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetHostResolver/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Q3j3KC2ugqIVasf7pO4NRDEn7GysZX3ZH6fAHfbjrP8cYXY9cmHeFcbaniw36q8kFhsPt2EnRHzSsLBpbG6l2Q==", - "path": "microsoft.netcore.dotnethostresolver/2.2.0", - "hashPath": "microsoft.netcore.dotnethostresolver.2.2.0.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-39+GVHdbm+cmoOjdvm+fhiMbddnuVyUlBdYS8Yhn5xsNaBoTXpgBsxQQlI2Sv9EjIP0F+itG6yrDaOM2OEGupQ==", - "path": "microsoft.netcore.platforms/2.2.0", - "hashPath": "microsoft.netcore.platforms.2.2.0.nupkg.sha512" - }, - "Microsoft.NETCore.Targets/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-odP/tJj1z6GylFpNo7pMtbd/xQgTC3Ex2If63dRTL38bBNMwsBnJ+RceUIyHdRBC0oik/3NehYT+oECwBhIM3Q==", - "path": "microsoft.netcore.targets/2.0.0", - "hashPath": "microsoft.netcore.targets.2.0.0.nupkg.sha512" - }, "Microsoft.Win32.Registry/4.5.0": { "type": "package", "serviceable": true, @@ -6715,13 +6831,6 @@ "path": "microsoft.win32.registry/4.5.0", "hashPath": "microsoft.win32.registry.4.5.0.nupkg.sha512" }, - "NETStandard.Library/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", - "path": "netstandard.library/2.0.3", - "hashPath": "netstandard.library.2.0.3.nupkg.sha512" - }, "Newtonsoft.Json.Bson/1.0.1": { "type": "package", "serviceable": true, diff --git a/Services/Hncore.Pass.BaseInfo/bin/Release/netcoreapp2.2/Hncore.Pass.BaseInfo.dll b/Services/Hncore.Pass.BaseInfo/bin/Release/netcoreapp2.2/Hncore.Pass.BaseInfo.dll index db54503..0daf001 100644 Binary files a/Services/Hncore.Pass.BaseInfo/bin/Release/netcoreapp2.2/Hncore.Pass.BaseInfo.dll and b/Services/Hncore.Pass.BaseInfo/bin/Release/netcoreapp2.2/Hncore.Pass.BaseInfo.dll differ diff --git a/Services/Hncore.Pass.BaseInfo/bin/Release/netcoreapp2.2/Hncore.Pass.BaseInfo.pdb b/Services/Hncore.Pass.BaseInfo/bin/Release/netcoreapp2.2/Hncore.Pass.BaseInfo.pdb index aa81310..f494e69 100644 Binary files a/Services/Hncore.Pass.BaseInfo/bin/Release/netcoreapp2.2/Hncore.Pass.BaseInfo.pdb and b/Services/Hncore.Pass.BaseInfo/bin/Release/netcoreapp2.2/Hncore.Pass.BaseInfo.pdb differ diff --git a/Services/Hncore.Pass.BaseInfo/bin/Release/netcoreapp2.2/Hncore.Pass.BaseInfo.runtimeconfig.json b/Services/Hncore.Pass.BaseInfo/bin/Release/netcoreapp2.2/Hncore.Pass.BaseInfo.runtimeconfig.json index ee5ce0f..5b1393c 100644 --- a/Services/Hncore.Pass.BaseInfo/bin/Release/netcoreapp2.2/Hncore.Pass.BaseInfo.runtimeconfig.json +++ b/Services/Hncore.Pass.BaseInfo/bin/Release/netcoreapp2.2/Hncore.Pass.BaseInfo.runtimeconfig.json @@ -7,8 +7,7 @@ }, "configProperties": { "System.GC.Concurrent": true, - "System.GC.Server": false, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false + "System.GC.Server": false } } } \ No newline at end of file diff --git a/Services/Hncore.Pass.BaseInfo/bin/Release/netcoreapp2.2/Hncore.Pass.Sells.dll b/Services/Hncore.Pass.BaseInfo/bin/Release/netcoreapp2.2/Hncore.Pass.Sells.dll index 28facc1..8cfaf2c 100644 Binary files a/Services/Hncore.Pass.BaseInfo/bin/Release/netcoreapp2.2/Hncore.Pass.Sells.dll and b/Services/Hncore.Pass.BaseInfo/bin/Release/netcoreapp2.2/Hncore.Pass.Sells.dll differ diff --git a/Services/Hncore.Pass.BaseInfo/bin/Release/netcoreapp2.2/Hncore.Pass.Sells.pdb b/Services/Hncore.Pass.BaseInfo/bin/Release/netcoreapp2.2/Hncore.Pass.Sells.pdb index fafc2e5..377ba6d 100644 Binary files a/Services/Hncore.Pass.BaseInfo/bin/Release/netcoreapp2.2/Hncore.Pass.Sells.pdb and b/Services/Hncore.Pass.BaseInfo/bin/Release/netcoreapp2.2/Hncore.Pass.Sells.pdb differ diff --git a/Services/Hncore.Pass.BaseInfo/obj/Debug/netcoreapp2.2/Hncore.Pass.BaseInfo.assets.cache b/Services/Hncore.Pass.BaseInfo/obj/Debug/netcoreapp2.2/Hncore.Pass.BaseInfo.assets.cache index 4034494..5c6c543 100644 Binary files a/Services/Hncore.Pass.BaseInfo/obj/Debug/netcoreapp2.2/Hncore.Pass.BaseInfo.assets.cache and b/Services/Hncore.Pass.BaseInfo/obj/Debug/netcoreapp2.2/Hncore.Pass.BaseInfo.assets.cache differ diff --git a/Services/Hncore.Pass.BaseInfo/obj/Debug/netcoreapp2.2/Hncore.Pass.BaseInfo.csproj.CoreCompileInputs.cache b/Services/Hncore.Pass.BaseInfo/obj/Debug/netcoreapp2.2/Hncore.Pass.BaseInfo.csproj.CoreCompileInputs.cache index 0740b9d..2b6a35c 100644 --- a/Services/Hncore.Pass.BaseInfo/obj/Debug/netcoreapp2.2/Hncore.Pass.BaseInfo.csproj.CoreCompileInputs.cache +++ b/Services/Hncore.Pass.BaseInfo/obj/Debug/netcoreapp2.2/Hncore.Pass.BaseInfo.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -06c6c294d6a4186433328a7e192981fbe2a2a873 +6e0838cfb994a0ea48f7b5545dfbfff4790ff90a diff --git a/Services/Hncore.Pass.BaseInfo/obj/Debug/netcoreapp2.2/Hncore.Pass.BaseInfo.csproj.FileListAbsolute.txt b/Services/Hncore.Pass.BaseInfo/obj/Debug/netcoreapp2.2/Hncore.Pass.BaseInfo.csproj.FileListAbsolute.txt index f6086e2..16d7c0c 100644 --- a/Services/Hncore.Pass.BaseInfo/obj/Debug/netcoreapp2.2/Hncore.Pass.BaseInfo.csproj.FileListAbsolute.txt +++ b/Services/Hncore.Pass.BaseInfo/obj/Debug/netcoreapp2.2/Hncore.Pass.BaseInfo.csproj.FileListAbsolute.txt @@ -39,13 +39,4 @@ D:\www\juipnet\Services\Hncore.Pass.BaseInfo\obj\Debug\netcoreapp2.2\Hncore.Pass D:\www\juipnet\Services\Hncore.Pass.BaseInfo\obj\Debug\netcoreapp2.2\Hncore.Pass.BaseInfo.csproj.CopyComplete D:\www\juipnet\Services\Hncore.Pass.BaseInfo\obj\Debug\netcoreapp2.2\Hncore.Pass.BaseInfo.dll D:\www\juipnet\Services\Hncore.Pass.BaseInfo\obj\Debug\netcoreapp2.2\Hncore.Pass.BaseInfo.pdb -D:\www\juipnet\Services\Hncore.Pass.BaseInfo\bin\Debug\netcoreapp2.2\Hncore.Pass.Sells.deps.json -D:\www\juipnet\Services\Hncore.Pass.BaseInfo\bin\Debug\netcoreapp2.2\Hncore.Pass.Sells.runtimeconfig.json -D:\www\juipnet\Services\Hncore.Pass.BaseInfo\bin\Debug\netcoreapp2.2\Hncore.Pass.Sells.runtimeconfig.dev.json -D:\www\juipnet\Services\Hncore.Pass.BaseInfo\bin\Debug\netcoreapp2.2\appsettings.Development.json -D:\www\juipnet\Services\Hncore.Pass.BaseInfo\bin\Debug\netcoreapp2.2\appsettings.json -D:\www\juipnet\Services\Hncore.Pass.BaseInfo\bin\Debug\netcoreapp2.2\appsettings.Local.json -D:\www\juipnet\Services\Hncore.Pass.BaseInfo\bin\Debug\netcoreapp2.2\appsettings.Production.json -D:\www\juipnet\Services\Hncore.Pass.BaseInfo\obj\Debug\netcoreapp2.2\Hncore.Pass.BaseInfo.csproj.AssemblyReference.cache -D:\www\juipnet\Services\Hncore.Pass.BaseInfo\obj\Debug\netcoreapp2.2\Hncore.Pass.BaseInfo.GeneratedMSBuildEditorConfig.editorconfig -D:\www\juipnet\Services\Hncore.Pass.BaseInfo\obj\Debug\netcoreapp2.2\Hncore.Pass.BaseInfo.genruntimeconfig.cache +D:\www\juipnet\Services\Hncore.Pass.BaseInfo\obj\Debug\netcoreapp2.2\Hncore.Pass.BaseInfo.csprojAssemblyReference.cache diff --git a/Services/Hncore.Pass.BaseInfo/obj/Debug/netcoreapp2.2/Hncore.Pass.BaseInfo.dll b/Services/Hncore.Pass.BaseInfo/obj/Debug/netcoreapp2.2/Hncore.Pass.BaseInfo.dll index 5a2e558..2f9b39b 100644 Binary files a/Services/Hncore.Pass.BaseInfo/obj/Debug/netcoreapp2.2/Hncore.Pass.BaseInfo.dll and b/Services/Hncore.Pass.BaseInfo/obj/Debug/netcoreapp2.2/Hncore.Pass.BaseInfo.dll differ diff --git a/Services/Hncore.Pass.BaseInfo/obj/Debug/netcoreapp2.2/Hncore.Pass.BaseInfo.pdb b/Services/Hncore.Pass.BaseInfo/obj/Debug/netcoreapp2.2/Hncore.Pass.BaseInfo.pdb index 6076ee6..34526c5 100644 Binary files a/Services/Hncore.Pass.BaseInfo/obj/Debug/netcoreapp2.2/Hncore.Pass.BaseInfo.pdb and b/Services/Hncore.Pass.BaseInfo/obj/Debug/netcoreapp2.2/Hncore.Pass.BaseInfo.pdb differ diff --git a/Services/Hncore.Pass.BaseInfo/obj/Hncore.Pass.BaseInfo.csproj.nuget.cache b/Services/Hncore.Pass.BaseInfo/obj/Hncore.Pass.BaseInfo.csproj.nuget.cache index 148f575..56eb250 100644 --- a/Services/Hncore.Pass.BaseInfo/obj/Hncore.Pass.BaseInfo.csproj.nuget.cache +++ b/Services/Hncore.Pass.BaseInfo/obj/Hncore.Pass.BaseInfo.csproj.nuget.cache @@ -1,5 +1,5 @@ { "version": 1, - "dgSpecHash": "hy5B8Fs3Yq+ThymQSVGmJxGtvabFMEvaAJqfyO0PEdni/DnSmzYsR5xKaR/vh+ZslLV2A5NuhklJuNfDyJqiSA==", + "dgSpecHash": "zgf0ytVjn5gqN0aGB5vyfKHXedspVffy9EZ27f7l6iox+Gd/igyrK9jHldo64gWTqjORFZLcx4p64zq05O940g==", "success": true } \ No newline at end of file diff --git a/Services/Hncore.Pass.BaseInfo/obj/Hncore.Pass.BaseInfo.csproj.nuget.g.props b/Services/Hncore.Pass.BaseInfo/obj/Hncore.Pass.BaseInfo.csproj.nuget.g.props index cb69873..a679fa2 100644 --- a/Services/Hncore.Pass.BaseInfo/obj/Hncore.Pass.BaseInfo.csproj.nuget.g.props +++ b/Services/Hncore.Pass.BaseInfo/obj/Hncore.Pass.BaseInfo.csproj.nuget.g.props @@ -3,17 +3,12 @@ True NuGet - $(MSBuildThisFileDirectory)project.assets.json + D:\www\juipnet\Services\Hncore.Pass.BaseInfo\obj\project.assets.json $(UserProfile)\.nuget\packages\ C:\Users\Administrator\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files\dotnet\sdk\NuGetFallbackFolder PackageReference - 5.11.0 + 4.9.0 - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) diff --git a/Services/Hncore.Pass.BaseInfo/obj/Release/netcoreapp2.2/Hncore.Pass.BaseInfo.assets.cache b/Services/Hncore.Pass.BaseInfo/obj/Release/netcoreapp2.2/Hncore.Pass.BaseInfo.assets.cache index a439606..8314af7 100644 Binary files a/Services/Hncore.Pass.BaseInfo/obj/Release/netcoreapp2.2/Hncore.Pass.BaseInfo.assets.cache and b/Services/Hncore.Pass.BaseInfo/obj/Release/netcoreapp2.2/Hncore.Pass.BaseInfo.assets.cache differ diff --git a/Services/Hncore.Pass.BaseInfo/obj/Release/netcoreapp2.2/Hncore.Pass.BaseInfo.csproj.CoreCompileInputs.cache b/Services/Hncore.Pass.BaseInfo/obj/Release/netcoreapp2.2/Hncore.Pass.BaseInfo.csproj.CoreCompileInputs.cache index 1708cd1..db778df 100644 --- a/Services/Hncore.Pass.BaseInfo/obj/Release/netcoreapp2.2/Hncore.Pass.BaseInfo.csproj.CoreCompileInputs.cache +++ b/Services/Hncore.Pass.BaseInfo/obj/Release/netcoreapp2.2/Hncore.Pass.BaseInfo.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -1eb3630344d5c0bc18449ac8dd646b71564b195c +0f8bc764227bed72c7be561507b9dc6d37311b9a diff --git a/Services/Hncore.Pass.BaseInfo/obj/Release/netcoreapp2.2/Hncore.Pass.BaseInfo.csproj.FileListAbsolute.txt b/Services/Hncore.Pass.BaseInfo/obj/Release/netcoreapp2.2/Hncore.Pass.BaseInfo.csproj.FileListAbsolute.txt index 855b54b..7735c28 100644 --- a/Services/Hncore.Pass.BaseInfo/obj/Release/netcoreapp2.2/Hncore.Pass.BaseInfo.csproj.FileListAbsolute.txt +++ b/Services/Hncore.Pass.BaseInfo/obj/Release/netcoreapp2.2/Hncore.Pass.BaseInfo.csproj.FileListAbsolute.txt @@ -39,13 +39,4 @@ D:\www\juipnet\Services\Hncore.Pass.BaseInfo\obj\Release\netcoreapp2.2\Hncore.Pa D:\www\juipnet\Services\Hncore.Pass.BaseInfo\obj\Release\netcoreapp2.2\Hncore.Pass.BaseInfo.csproj.CopyComplete D:\www\juipnet\Services\Hncore.Pass.BaseInfo\obj\Release\netcoreapp2.2\Hncore.Pass.BaseInfo.dll D:\www\juipnet\Services\Hncore.Pass.BaseInfo\obj\Release\netcoreapp2.2\Hncore.Pass.BaseInfo.pdb -D:\www\juipnet\Services\Hncore.Pass.BaseInfo\bin\Release\netcoreapp2.2\Hncore.Pass.Sells.deps.json -D:\www\juipnet\Services\Hncore.Pass.BaseInfo\bin\Release\netcoreapp2.2\Hncore.Pass.Sells.runtimeconfig.json -D:\www\juipnet\Services\Hncore.Pass.BaseInfo\bin\Release\netcoreapp2.2\Hncore.Pass.Sells.runtimeconfig.dev.json -D:\www\juipnet\Services\Hncore.Pass.BaseInfo\bin\Release\netcoreapp2.2\appsettings.Development.json -D:\www\juipnet\Services\Hncore.Pass.BaseInfo\bin\Release\netcoreapp2.2\appsettings.json -D:\www\juipnet\Services\Hncore.Pass.BaseInfo\bin\Release\netcoreapp2.2\appsettings.Local.json -D:\www\juipnet\Services\Hncore.Pass.BaseInfo\bin\Release\netcoreapp2.2\appsettings.Production.json -D:\www\juipnet\Services\Hncore.Pass.BaseInfo\obj\Release\netcoreapp2.2\Hncore.Pass.BaseInfo.csproj.AssemblyReference.cache -D:\www\juipnet\Services\Hncore.Pass.BaseInfo\obj\Release\netcoreapp2.2\Hncore.Pass.BaseInfo.GeneratedMSBuildEditorConfig.editorconfig -D:\www\juipnet\Services\Hncore.Pass.BaseInfo\obj\Release\netcoreapp2.2\Hncore.Pass.BaseInfo.genruntimeconfig.cache +D:\www\juipnet\Services\Hncore.Pass.BaseInfo\obj\Release\netcoreapp2.2\Hncore.Pass.BaseInfo.csprojAssemblyReference.cache diff --git a/Services/Hncore.Pass.BaseInfo/obj/Release/netcoreapp2.2/Hncore.Pass.BaseInfo.dll b/Services/Hncore.Pass.BaseInfo/obj/Release/netcoreapp2.2/Hncore.Pass.BaseInfo.dll index db54503..0daf001 100644 Binary files a/Services/Hncore.Pass.BaseInfo/obj/Release/netcoreapp2.2/Hncore.Pass.BaseInfo.dll and b/Services/Hncore.Pass.BaseInfo/obj/Release/netcoreapp2.2/Hncore.Pass.BaseInfo.dll differ diff --git a/Services/Hncore.Pass.BaseInfo/obj/Release/netcoreapp2.2/Hncore.Pass.BaseInfo.pdb b/Services/Hncore.Pass.BaseInfo/obj/Release/netcoreapp2.2/Hncore.Pass.BaseInfo.pdb index aa81310..f494e69 100644 Binary files a/Services/Hncore.Pass.BaseInfo/obj/Release/netcoreapp2.2/Hncore.Pass.BaseInfo.pdb and b/Services/Hncore.Pass.BaseInfo/obj/Release/netcoreapp2.2/Hncore.Pass.BaseInfo.pdb differ diff --git a/Services/Hncore.Pass.BaseInfo/obj/project.assets.json b/Services/Hncore.Pass.BaseInfo/obj/project.assets.json index 4e0cb26..76f56d1 100644 --- a/Services/Hncore.Pass.BaseInfo/obj/project.assets.json +++ b/Services/Hncore.Pass.BaseInfo/obj/project.assets.json @@ -16167,7 +16167,6 @@ }, "frameworks": { "netcoreapp2.2": { - "targetAlias": "netcoreapp2.2", "projectReferences": { "D:\\www\\juipnet\\Infrastructure\\Hncore.Infrastructure\\Hncore.Infrastructure.csproj": { "projectPath": "D:\\www\\juipnet\\Infrastructure\\Hncore.Infrastructure\\Hncore.Infrastructure.csproj" @@ -16186,7 +16185,6 @@ }, "frameworks": { "netcoreapp2.2": { - "targetAlias": "netcoreapp2.2", "dependencies": { "Microsoft.AspNetCore.App": { "suppressParent": "All", @@ -16235,16 +16233,10 @@ } }, "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" + "net461" ], "assetTargetFallback": true, - "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.400\\RuntimeIdentifierGraph.json" + "warn": true } } } diff --git a/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.dll b/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.dll index cfcf768..83f6e7b 100644 Binary files a/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.dll and b/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.dll differ diff --git a/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.pdb b/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.pdb index 8e875db..7bf8cd4 100644 Binary files a/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.pdb and b/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.pdb differ diff --git a/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/Hncore.Pass.Manage.deps.json b/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/Hncore.Pass.Manage.deps.json index 6627000..2548c60 100644 --- a/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/Hncore.Pass.Manage.deps.json +++ b/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/Hncore.Pass.Manage.deps.json @@ -1,21 +1,16 @@ { "runtimeTarget": { "name": ".NETCoreApp,Version=v2.2", - "signature": "" + "signature": "a88c498fcbf6dbe328f13f33b554658616e4ad37" }, "compilationOptions": { "defines": [ "TRACE", "DEBUG", "NETCOREAPP", - "NETCOREAPP2_2", - "NETCOREAPP1_0_OR_GREATER", - "NETCOREAPP1_1_OR_GREATER", - "NETCOREAPP2_0_OR_GREATER", - "NETCOREAPP2_1_OR_GREATER", - "NETCOREAPP2_2_OR_GREATER" + "NETCOREAPP2_2" ], - "languageVersion": "7.3", + "languageVersion": "", "platform": "", "allowUnsafe": false, "warningsAsErrors": false, @@ -2357,6 +2352,16 @@ "System.Security.AccessControl": "4.5.0", "System.Security.Principal.Windows": "4.5.0" }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } + }, "compile": { "ref/netstandard2.0/Microsoft.Win32.Registry.dll": {} } @@ -2554,9 +2559,30 @@ "lib/netstandard1.0/Remotion.Linq.dll": {} } }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/debian.8-x64/native/_._": { + "rid": "debian.8-x64", + "assetType": "native" + } + } + }, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/fedora.23-x64/native/_._": { + "rid": "fedora.23-x64", + "assetType": "native" + } + } + }, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/fedora.24-x64/native/_._": { + "rid": "fedora.24-x64", + "assetType": "native" + } + } + }, "runtime.native.System/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "2.2.0", @@ -2607,14 +2633,70 @@ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" } }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/opensuse.13.2-x64/native/_._": { + "rid": "opensuse.13.2-x64", + "assetType": "native" + } + } + }, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/opensuse.42.1-x64/native/_._": { + "rid": "opensuse.42.1-x64", + "assetType": "native" + } + } + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "runtimeTargets": { + "runtime/osx.10.10-x64/native/_._": { + "rid": "osx.10.10-x64", + "assetType": "native" + } + } + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/osx.10.10-x64/native/_._": { + "rid": "osx.10.10-x64", + "assetType": "native" + } + } + }, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/rhel.7-x64/native/_._": { + "rid": "rhel.7-x64", + "assetType": "native" + } + } + }, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/ubuntu.14.04-x64/native/_._": { + "rid": "ubuntu.14.04-x64", + "assetType": "native" + } + } + }, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/ubuntu.16.04-x64/native/_._": { + "rid": "ubuntu.16.04-x64", + "assetType": "native" + } + } + }, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/ubuntu.16.10-x64/native/_._": { + "rid": "ubuntu.16.10-x64", + "assetType": "native" + } + } + }, "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { "runtimeTargets": { "runtimes/win-arm64/native/sni.dll": { @@ -3005,6 +3087,16 @@ "System.Runtime": "4.3.0", "System.Runtime.Extensions": "4.3.0", "System.Runtime.InteropServices": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Diagnostics.Process/4.1.0": { @@ -3030,6 +3122,20 @@ "System.Threading.Thread": "4.3.0", "System.Threading.ThreadPool": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/linux/lib/_._": { + "rid": "linux", + "assetType": "runtime" + }, + "runtime/osx/lib/_._": { + "rid": "osx", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Diagnostics.StackTrace/4.3.0": { @@ -3068,6 +3174,16 @@ "System.Runtime.Extensions": "4.3.0", "System.Threading": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Diagnostics.Tracing/4.3.0": { @@ -3147,6 +3263,16 @@ "System.Runtime": "4.3.0", "System.Runtime.Extensions": "4.3.0", "System.Runtime.InteropServices": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Interactive.Async/3.2.0": { @@ -3186,6 +3312,16 @@ "System.Threading.Tasks": "4.3.0", "runtime.native.System": "4.3.0", "runtime.native.System.IO.Compression": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.IO.FileSystem/4.3.0": { @@ -3289,6 +3425,16 @@ "System.Threading": "4.3.0", "System.Threading.Tasks": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Net.Primitives/4.3.0": { @@ -3329,6 +3475,16 @@ "runtime.native.System": "4.3.0", "runtime.native.System.Net.Security": "4.3.0", "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Net.Sockets/4.3.0": { @@ -3385,6 +3541,16 @@ "System.Threading": "4.3.0", "System.Threading.Tasks": "4.3.0", "System.Threading.Timer": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Numerics.Vectors/4.5.0": {}, @@ -3534,6 +3700,16 @@ "System.Runtime.InteropServices": "4.3.0", "System.Threading": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Runtime.Loader/4.0.0": { @@ -3569,6 +3745,12 @@ "Microsoft.NETCore.Platforms": "2.2.0", "System.Security.Principal.Windows": "4.5.0" }, + "runtimeTargets": { + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } + }, "compile": { "ref/netstandard2.0/System.Security.AccessControl.dll": {} } @@ -3600,9 +3782,29 @@ "System.Text.Encoding": "4.3.0", "runtime.native.System.Security.Cryptography.Apple": "4.3.0", "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "runtimeTargets": { + "runtime/osx/lib/_._": { + "rid": "osx", + "assetType": "runtime" + }, + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Security.Cryptography.Cng/4.5.0": { + "runtimeTargets": { + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } + }, "compile": { "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} } @@ -3622,6 +3824,16 @@ "System.Security.Cryptography.Primitives": "4.3.0", "System.Text.Encoding": "4.3.0", "System.Threading": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Security.Cryptography.Encoding/4.3.0": { @@ -3638,6 +3850,16 @@ "System.Security.Cryptography.Primitives": "4.3.0", "System.Text.Encoding": "4.3.0", "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Security.Cryptography.OpenSsl/4.3.0": { @@ -3655,6 +3877,12 @@ "System.Security.Cryptography.Primitives": "4.3.0", "System.Text.Encoding": "4.3.0", "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + } } }, "System.Security.Cryptography.Pkcs/4.5.0": { @@ -3714,6 +3942,16 @@ "runtime.native.System": "4.3.0", "runtime.native.System.Net.Http": "4.3.0", "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Security.Cryptography.Xml/4.5.0": { @@ -3754,6 +3992,16 @@ "dependencies": { "Microsoft.NETCore.Platforms": "2.2.0" }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } + }, "compile": { "ref/netstandard2.0/System.Security.Principal.Windows.dll": {} } diff --git a/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/Hncore.Pass.Manage.dll b/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/Hncore.Pass.Manage.dll index 2d1f372..cf176ab 100644 Binary files a/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/Hncore.Pass.Manage.dll and b/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/Hncore.Pass.Manage.dll differ diff --git a/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/Hncore.Pass.Manage.pdb b/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/Hncore.Pass.Manage.pdb index 712202d..2fcfd7e 100644 Binary files a/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/Hncore.Pass.Manage.pdb and b/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/Hncore.Pass.Manage.pdb differ diff --git a/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/Hncore.Pass.Manage.runtimeconfig.json b/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/Hncore.Pass.Manage.runtimeconfig.json index 14f9c19..f8aa250 100644 --- a/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/Hncore.Pass.Manage.runtimeconfig.json +++ b/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/Hncore.Pass.Manage.runtimeconfig.json @@ -7,8 +7,7 @@ }, "configProperties": { "System.GC.Concurrent": true, - "System.GC.Server": false, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false + "System.GC.Server": false } } } \ No newline at end of file diff --git a/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/app.config b/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/app.config deleted file mode 100644 index a6ad828..0000000 --- a/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/app.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/appsettings.Development.json b/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/appsettings.Development.json deleted file mode 100644 index 41090ca..0000000 --- a/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/appsettings.Development.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "MySql": "Server=47.92.244.89;Database=hualianyun;User=root;Password=qaz123!@#;Convert Zero Datetime=True;TreatTinyAsBoolean=false;port=5000", - "Redis": "47.92.85.90:6379,password=etor0070x01,defaultDatabase=7", - "RabbitMqConfig": { - "HostName": "47.111.18.99", - "Port": 5672, - "UserName": "test", - "Password": "123456", - "VirtualHost": "/" - } -} diff --git a/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/appsettings.Local.json b/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/appsettings.Local.json deleted file mode 100644 index 8d89170..0000000 --- a/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/appsettings.Local.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "DbConString": "Server=47.92.244.89;Database=property;User=root;Password=qaz123!@#;Convert Zero Datetime=True;TreatTinyAsBoolean=false;port=5000", - "OldDbConString": "Server=47.92.244.89;Database=property;User=root;Password=qaz123!@#;Convert Zero Datetime=True;TreatTinyAsBoolean=false;port=5000", - "Redis": "192.168.1.245:6379,password=123456,defaultDatabase=0,poolsize=1", - "RabbitMqConfig": { - "HostName": "192.168.1.245", - "Port": 5672, - "UserName": "test", - "Password": "123456", - "VirtualHost": "/" - } -} diff --git a/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/appsettings.Production.json b/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/appsettings.Production.json deleted file mode 100644 index c2d8ebf..0000000 --- a/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/appsettings.Production.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "DbConString": "Server=47.92.244.89;Database=property;User=root;Password=qaz123!@#;Convert Zero Datetime=True;TreatTinyAsBoolean=false;port=5000", - "Redis": "127.0.0.1:6379,password=123456,defaultDatabase=0", - "RabbitMqConfig": { - "HostName": "172.26.148.123", - "Port": 5672, - "UserName": "psip", - "Password": "6F56A41A83E6D6DEEEEF205E0DDEBAF4", - "VirtualHost": "psip" - } -} diff --git a/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/appsettings.json b/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/appsettings.json deleted file mode 100644 index def9159..0000000 --- a/Services/Hncore.Pass.Manage/bin/Debug/netcoreapp2.2/appsettings.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Warning" - } - }, - "AllowedHosts": "*" -} diff --git a/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/Hncore.Infrastructure.dll b/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/Hncore.Infrastructure.dll index b2c9d64..6da8d06 100644 Binary files a/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/Hncore.Infrastructure.dll and b/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/Hncore.Infrastructure.dll differ diff --git a/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/Hncore.Infrastructure.pdb b/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/Hncore.Infrastructure.pdb index 0565dda..1aad508 100644 Binary files a/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/Hncore.Infrastructure.pdb and b/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/Hncore.Infrastructure.pdb differ diff --git a/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/Hncore.Pass.Manage.deps.json b/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/Hncore.Pass.Manage.deps.json index b653a1a..5d4a00b 100644 --- a/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/Hncore.Pass.Manage.deps.json +++ b/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/Hncore.Pass.Manage.deps.json @@ -1,21 +1,16 @@ { "runtimeTarget": { "name": ".NETCoreApp,Version=v2.2", - "signature": "" + "signature": "a88c498fcbf6dbe328f13f33b554658616e4ad37" }, "compilationOptions": { "defines": [ "TRACE", "RELEASE", "NETCOREAPP", - "NETCOREAPP2_2", - "NETCOREAPP1_0_OR_GREATER", - "NETCOREAPP1_1_OR_GREATER", - "NETCOREAPP2_0_OR_GREATER", - "NETCOREAPP2_1_OR_GREATER", - "NETCOREAPP2_2_OR_GREATER" + "NETCOREAPP2_2" ], - "languageVersion": "7.3", + "languageVersion": "", "platform": "", "allowUnsafe": false, "warningsAsErrors": false, @@ -2357,6 +2352,16 @@ "System.Security.AccessControl": "4.5.0", "System.Security.Principal.Windows": "4.5.0" }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } + }, "compile": { "ref/netstandard2.0/Microsoft.Win32.Registry.dll": {} } @@ -2554,9 +2559,30 @@ "lib/netstandard1.0/Remotion.Linq.dll": {} } }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/debian.8-x64/native/_._": { + "rid": "debian.8-x64", + "assetType": "native" + } + } + }, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/fedora.23-x64/native/_._": { + "rid": "fedora.23-x64", + "assetType": "native" + } + } + }, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/fedora.24-x64/native/_._": { + "rid": "fedora.24-x64", + "assetType": "native" + } + } + }, "runtime.native.System/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "2.2.0", @@ -2607,14 +2633,70 @@ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" } }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/opensuse.13.2-x64/native/_._": { + "rid": "opensuse.13.2-x64", + "assetType": "native" + } + } + }, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/opensuse.42.1-x64/native/_._": { + "rid": "opensuse.42.1-x64", + "assetType": "native" + } + } + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "runtimeTargets": { + "runtime/osx.10.10-x64/native/_._": { + "rid": "osx.10.10-x64", + "assetType": "native" + } + } + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/osx.10.10-x64/native/_._": { + "rid": "osx.10.10-x64", + "assetType": "native" + } + } + }, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/rhel.7-x64/native/_._": { + "rid": "rhel.7-x64", + "assetType": "native" + } + } + }, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/ubuntu.14.04-x64/native/_._": { + "rid": "ubuntu.14.04-x64", + "assetType": "native" + } + } + }, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/ubuntu.16.04-x64/native/_._": { + "rid": "ubuntu.16.04-x64", + "assetType": "native" + } + } + }, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/ubuntu.16.10-x64/native/_._": { + "rid": "ubuntu.16.10-x64", + "assetType": "native" + } + } + }, "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { "runtimeTargets": { "runtimes/win-arm64/native/sni.dll": { @@ -3005,6 +3087,16 @@ "System.Runtime": "4.3.0", "System.Runtime.Extensions": "4.3.0", "System.Runtime.InteropServices": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Diagnostics.Process/4.1.0": { @@ -3030,6 +3122,20 @@ "System.Threading.Thread": "4.3.0", "System.Threading.ThreadPool": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/linux/lib/_._": { + "rid": "linux", + "assetType": "runtime" + }, + "runtime/osx/lib/_._": { + "rid": "osx", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Diagnostics.StackTrace/4.3.0": { @@ -3068,6 +3174,16 @@ "System.Runtime.Extensions": "4.3.0", "System.Threading": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Diagnostics.Tracing/4.3.0": { @@ -3147,6 +3263,16 @@ "System.Runtime": "4.3.0", "System.Runtime.Extensions": "4.3.0", "System.Runtime.InteropServices": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Interactive.Async/3.2.0": { @@ -3186,6 +3312,16 @@ "System.Threading.Tasks": "4.3.0", "runtime.native.System": "4.3.0", "runtime.native.System.IO.Compression": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.IO.FileSystem/4.3.0": { @@ -3289,6 +3425,16 @@ "System.Threading": "4.3.0", "System.Threading.Tasks": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Net.Primitives/4.3.0": { @@ -3329,6 +3475,16 @@ "runtime.native.System": "4.3.0", "runtime.native.System.Net.Security": "4.3.0", "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Net.Sockets/4.3.0": { @@ -3385,6 +3541,16 @@ "System.Threading": "4.3.0", "System.Threading.Tasks": "4.3.0", "System.Threading.Timer": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Numerics.Vectors/4.5.0": {}, @@ -3534,6 +3700,16 @@ "System.Runtime.InteropServices": "4.3.0", "System.Threading": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Runtime.Loader/4.0.0": { @@ -3569,6 +3745,12 @@ "Microsoft.NETCore.Platforms": "2.2.0", "System.Security.Principal.Windows": "4.5.0" }, + "runtimeTargets": { + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } + }, "compile": { "ref/netstandard2.0/System.Security.AccessControl.dll": {} } @@ -3600,9 +3782,29 @@ "System.Text.Encoding": "4.3.0", "runtime.native.System.Security.Cryptography.Apple": "4.3.0", "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "runtimeTargets": { + "runtime/osx/lib/_._": { + "rid": "osx", + "assetType": "runtime" + }, + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Security.Cryptography.Cng/4.5.0": { + "runtimeTargets": { + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } + }, "compile": { "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} } @@ -3622,6 +3824,16 @@ "System.Security.Cryptography.Primitives": "4.3.0", "System.Text.Encoding": "4.3.0", "System.Threading": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Security.Cryptography.Encoding/4.3.0": { @@ -3638,6 +3850,16 @@ "System.Security.Cryptography.Primitives": "4.3.0", "System.Text.Encoding": "4.3.0", "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Security.Cryptography.OpenSsl/4.3.0": { @@ -3655,6 +3877,12 @@ "System.Security.Cryptography.Primitives": "4.3.0", "System.Text.Encoding": "4.3.0", "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + } } }, "System.Security.Cryptography.Pkcs/4.5.0": { @@ -3714,6 +3942,16 @@ "runtime.native.System": "4.3.0", "runtime.native.System.Net.Http": "4.3.0", "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Security.Cryptography.Xml/4.5.0": { @@ -3754,6 +3992,16 @@ "dependencies": { "Microsoft.NETCore.Platforms": "2.2.0" }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } + }, "compile": { "ref/netstandard2.0/System.Security.Principal.Windows.dll": {} } diff --git a/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/Hncore.Pass.Manage.dll b/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/Hncore.Pass.Manage.dll index e32ce3a..40131fa 100644 Binary files a/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/Hncore.Pass.Manage.dll and b/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/Hncore.Pass.Manage.dll differ diff --git a/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/Hncore.Pass.Manage.pdb b/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/Hncore.Pass.Manage.pdb index e54f4c3..c67f1f5 100644 Binary files a/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/Hncore.Pass.Manage.pdb and b/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/Hncore.Pass.Manage.pdb differ diff --git a/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/Hncore.Pass.Manage.runtimeconfig.json b/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/Hncore.Pass.Manage.runtimeconfig.json index 14f9c19..f8aa250 100644 --- a/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/Hncore.Pass.Manage.runtimeconfig.json +++ b/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/Hncore.Pass.Manage.runtimeconfig.json @@ -7,8 +7,7 @@ }, "configProperties": { "System.GC.Concurrent": true, - "System.GC.Server": false, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false + "System.GC.Server": false } } } \ No newline at end of file diff --git a/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/app.config b/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/app.config deleted file mode 100644 index a6ad828..0000000 --- a/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/app.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/appsettings.Development.json b/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/appsettings.Development.json deleted file mode 100644 index 41090ca..0000000 --- a/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/appsettings.Development.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "MySql": "Server=47.92.244.89;Database=hualianyun;User=root;Password=qaz123!@#;Convert Zero Datetime=True;TreatTinyAsBoolean=false;port=5000", - "Redis": "47.92.85.90:6379,password=etor0070x01,defaultDatabase=7", - "RabbitMqConfig": { - "HostName": "47.111.18.99", - "Port": 5672, - "UserName": "test", - "Password": "123456", - "VirtualHost": "/" - } -} diff --git a/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/appsettings.Local.json b/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/appsettings.Local.json deleted file mode 100644 index 8d89170..0000000 --- a/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/appsettings.Local.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "DbConString": "Server=47.92.244.89;Database=property;User=root;Password=qaz123!@#;Convert Zero Datetime=True;TreatTinyAsBoolean=false;port=5000", - "OldDbConString": "Server=47.92.244.89;Database=property;User=root;Password=qaz123!@#;Convert Zero Datetime=True;TreatTinyAsBoolean=false;port=5000", - "Redis": "192.168.1.245:6379,password=123456,defaultDatabase=0,poolsize=1", - "RabbitMqConfig": { - "HostName": "192.168.1.245", - "Port": 5672, - "UserName": "test", - "Password": "123456", - "VirtualHost": "/" - } -} diff --git a/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/appsettings.Production.json b/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/appsettings.Production.json deleted file mode 100644 index c2d8ebf..0000000 --- a/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/appsettings.Production.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "DbConString": "Server=47.92.244.89;Database=property;User=root;Password=qaz123!@#;Convert Zero Datetime=True;TreatTinyAsBoolean=false;port=5000", - "Redis": "127.0.0.1:6379,password=123456,defaultDatabase=0", - "RabbitMqConfig": { - "HostName": "172.26.148.123", - "Port": 5672, - "UserName": "psip", - "Password": "6F56A41A83E6D6DEEEEF205E0DDEBAF4", - "VirtualHost": "psip" - } -} diff --git a/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/appsettings.json b/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/appsettings.json deleted file mode 100644 index def9159..0000000 --- a/Services/Hncore.Pass.Manage/bin/Release/netcoreapp2.2/appsettings.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Warning" - } - }, - "AllowedHosts": "*" -} diff --git a/Services/Hncore.Pass.Manage/obj/Debug/netcoreapp2.2/Hncore.Pass.Manage.assets.cache b/Services/Hncore.Pass.Manage/obj/Debug/netcoreapp2.2/Hncore.Pass.Manage.assets.cache index 23780ad..4807ca4 100644 Binary files a/Services/Hncore.Pass.Manage/obj/Debug/netcoreapp2.2/Hncore.Pass.Manage.assets.cache and b/Services/Hncore.Pass.Manage/obj/Debug/netcoreapp2.2/Hncore.Pass.Manage.assets.cache differ diff --git a/Services/Hncore.Pass.Manage/obj/Debug/netcoreapp2.2/Hncore.Pass.Manage.csproj.CoreCompileInputs.cache b/Services/Hncore.Pass.Manage/obj/Debug/netcoreapp2.2/Hncore.Pass.Manage.csproj.CoreCompileInputs.cache index 3a62bd2..0155250 100644 --- a/Services/Hncore.Pass.Manage/obj/Debug/netcoreapp2.2/Hncore.Pass.Manage.csproj.CoreCompileInputs.cache +++ b/Services/Hncore.Pass.Manage/obj/Debug/netcoreapp2.2/Hncore.Pass.Manage.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -385b2a6d29cbbf32e8684c9b9c5ab4fa5df88424 +8c1cfe4274245be37ce36c06a1d51b100e47e5a4 diff --git a/Services/Hncore.Pass.Manage/obj/Debug/netcoreapp2.2/Hncore.Pass.Manage.csproj.FileListAbsolute.txt b/Services/Hncore.Pass.Manage/obj/Debug/netcoreapp2.2/Hncore.Pass.Manage.csproj.FileListAbsolute.txt index a691c40..e19a08b 100644 --- a/Services/Hncore.Pass.Manage/obj/Debug/netcoreapp2.2/Hncore.Pass.Manage.csproj.FileListAbsolute.txt +++ b/Services/Hncore.Pass.Manage/obj/Debug/netcoreapp2.2/Hncore.Pass.Manage.csproj.FileListAbsolute.txt @@ -29,11 +29,4 @@ D:\www\juipnet\Services\Hncore.Pass.Manage\obj\Debug\netcoreapp2.2\Hncore.Pass.M D:\www\juipnet\Services\Hncore.Pass.Manage\obj\Debug\netcoreapp2.2\Hncore.Pass.Manage.csproj.CopyComplete D:\www\juipnet\Services\Hncore.Pass.Manage\obj\Debug\netcoreapp2.2\Hncore.Pass.Manage.dll D:\www\juipnet\Services\Hncore.Pass.Manage\obj\Debug\netcoreapp2.2\Hncore.Pass.Manage.pdb -D:\www\juipnet\Services\Hncore.Pass.Manage\bin\Debug\netcoreapp2.2\app.config -D:\www\juipnet\Services\Hncore.Pass.Manage\bin\Debug\netcoreapp2.2\appsettings.Development.json -D:\www\juipnet\Services\Hncore.Pass.Manage\bin\Debug\netcoreapp2.2\appsettings.json -D:\www\juipnet\Services\Hncore.Pass.Manage\bin\Debug\netcoreapp2.2\appsettings.Local.json -D:\www\juipnet\Services\Hncore.Pass.Manage\bin\Debug\netcoreapp2.2\appsettings.Production.json -D:\www\juipnet\Services\Hncore.Pass.Manage\obj\Debug\netcoreapp2.2\Hncore.Pass.Manage.csproj.AssemblyReference.cache -D:\www\juipnet\Services\Hncore.Pass.Manage\obj\Debug\netcoreapp2.2\Hncore.Pass.Manage.GeneratedMSBuildEditorConfig.editorconfig -D:\www\juipnet\Services\Hncore.Pass.Manage\obj\Debug\netcoreapp2.2\Hncore.Pass.Manage.genruntimeconfig.cache +D:\www\juipnet\Services\Hncore.Pass.Manage\obj\Debug\netcoreapp2.2\Hncore.Pass.Manage.csprojAssemblyReference.cache diff --git a/Services/Hncore.Pass.Manage/obj/Debug/netcoreapp2.2/Hncore.Pass.Manage.dll b/Services/Hncore.Pass.Manage/obj/Debug/netcoreapp2.2/Hncore.Pass.Manage.dll index 2d1f372..cf176ab 100644 Binary files a/Services/Hncore.Pass.Manage/obj/Debug/netcoreapp2.2/Hncore.Pass.Manage.dll and b/Services/Hncore.Pass.Manage/obj/Debug/netcoreapp2.2/Hncore.Pass.Manage.dll differ diff --git a/Services/Hncore.Pass.Manage/obj/Debug/netcoreapp2.2/Hncore.Pass.Manage.pdb b/Services/Hncore.Pass.Manage/obj/Debug/netcoreapp2.2/Hncore.Pass.Manage.pdb index 712202d..2fcfd7e 100644 Binary files a/Services/Hncore.Pass.Manage/obj/Debug/netcoreapp2.2/Hncore.Pass.Manage.pdb and b/Services/Hncore.Pass.Manage/obj/Debug/netcoreapp2.2/Hncore.Pass.Manage.pdb differ diff --git a/Services/Hncore.Pass.Manage/obj/Hncore.Pass.Manage.csproj.nuget.cache b/Services/Hncore.Pass.Manage/obj/Hncore.Pass.Manage.csproj.nuget.cache index f3c0e9e..a8d0ea4 100644 --- a/Services/Hncore.Pass.Manage/obj/Hncore.Pass.Manage.csproj.nuget.cache +++ b/Services/Hncore.Pass.Manage/obj/Hncore.Pass.Manage.csproj.nuget.cache @@ -1,5 +1,5 @@ { "version": 1, - "dgSpecHash": "O2Wj0sGc79RyIpzUk8rW39cWwIhDNk4p6ut5UPdfoosOxHtctBrJ1gdUqWBUeEoCPS5YrErbEWiE0Sz2W6KhzQ==", + "dgSpecHash": "Ip+1E2h58ldtLky9uue65BrBc34/Er9/2V2bkgAONoay2d4AxFMEItKTR1uCaxtHx+nYgLrladwPkk4mV9DBIA==", "success": true } \ No newline at end of file diff --git a/Services/Hncore.Pass.Manage/obj/Hncore.Pass.Manage.csproj.nuget.g.props b/Services/Hncore.Pass.Manage/obj/Hncore.Pass.Manage.csproj.nuget.g.props index df2e04c..ed6c36b 100644 --- a/Services/Hncore.Pass.Manage/obj/Hncore.Pass.Manage.csproj.nuget.g.props +++ b/Services/Hncore.Pass.Manage/obj/Hncore.Pass.Manage.csproj.nuget.g.props @@ -3,17 +3,12 @@ True NuGet - $(MSBuildThisFileDirectory)project.assets.json + D:\www\juipnet\Services\Hncore.Pass.Manage\obj\project.assets.json $(UserProfile)\.nuget\packages\ C:\Users\Administrator\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files\dotnet\sdk\NuGetFallbackFolder PackageReference - 5.11.0 + 4.9.0 - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) diff --git a/Services/Hncore.Pass.Manage/obj/Release/netcoreapp2.2/Hncore.Pass.Manage.assets.cache b/Services/Hncore.Pass.Manage/obj/Release/netcoreapp2.2/Hncore.Pass.Manage.assets.cache index 8d98a06..d11e02a 100644 Binary files a/Services/Hncore.Pass.Manage/obj/Release/netcoreapp2.2/Hncore.Pass.Manage.assets.cache and b/Services/Hncore.Pass.Manage/obj/Release/netcoreapp2.2/Hncore.Pass.Manage.assets.cache differ diff --git a/Services/Hncore.Pass.Manage/obj/Release/netcoreapp2.2/Hncore.Pass.Manage.csproj.CoreCompileInputs.cache b/Services/Hncore.Pass.Manage/obj/Release/netcoreapp2.2/Hncore.Pass.Manage.csproj.CoreCompileInputs.cache index 9072276..633a9fe 100644 --- a/Services/Hncore.Pass.Manage/obj/Release/netcoreapp2.2/Hncore.Pass.Manage.csproj.CoreCompileInputs.cache +++ b/Services/Hncore.Pass.Manage/obj/Release/netcoreapp2.2/Hncore.Pass.Manage.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -5c1c8b6585dcbc40f9d34cd6666a386764b1b75a +03c7d19c436cdaf1bc819db73e99b0a38a1beeed diff --git a/Services/Hncore.Pass.Manage/obj/Release/netcoreapp2.2/Hncore.Pass.Manage.csproj.FileListAbsolute.txt b/Services/Hncore.Pass.Manage/obj/Release/netcoreapp2.2/Hncore.Pass.Manage.csproj.FileListAbsolute.txt index 0c22583..3db661f 100644 --- a/Services/Hncore.Pass.Manage/obj/Release/netcoreapp2.2/Hncore.Pass.Manage.csproj.FileListAbsolute.txt +++ b/Services/Hncore.Pass.Manage/obj/Release/netcoreapp2.2/Hncore.Pass.Manage.csproj.FileListAbsolute.txt @@ -29,11 +29,4 @@ D:\www\juipnet\Services\Hncore.Pass.Manage\obj\Release\netcoreapp2.2\Hncore.Pass D:\www\juipnet\Services\Hncore.Pass.Manage\obj\Release\netcoreapp2.2\Hncore.Pass.Manage.csproj.CopyComplete D:\www\juipnet\Services\Hncore.Pass.Manage\obj\Release\netcoreapp2.2\Hncore.Pass.Manage.dll D:\www\juipnet\Services\Hncore.Pass.Manage\obj\Release\netcoreapp2.2\Hncore.Pass.Manage.pdb -D:\www\juipnet\Services\Hncore.Pass.Manage\bin\Release\netcoreapp2.2\app.config -D:\www\juipnet\Services\Hncore.Pass.Manage\bin\Release\netcoreapp2.2\appsettings.Development.json -D:\www\juipnet\Services\Hncore.Pass.Manage\bin\Release\netcoreapp2.2\appsettings.json -D:\www\juipnet\Services\Hncore.Pass.Manage\bin\Release\netcoreapp2.2\appsettings.Local.json -D:\www\juipnet\Services\Hncore.Pass.Manage\bin\Release\netcoreapp2.2\appsettings.Production.json -D:\www\juipnet\Services\Hncore.Pass.Manage\obj\Release\netcoreapp2.2\Hncore.Pass.Manage.csproj.AssemblyReference.cache -D:\www\juipnet\Services\Hncore.Pass.Manage\obj\Release\netcoreapp2.2\Hncore.Pass.Manage.GeneratedMSBuildEditorConfig.editorconfig -D:\www\juipnet\Services\Hncore.Pass.Manage\obj\Release\netcoreapp2.2\Hncore.Pass.Manage.genruntimeconfig.cache +D:\www\juipnet\Services\Hncore.Pass.Manage\obj\Release\netcoreapp2.2\Hncore.Pass.Manage.csprojAssemblyReference.cache diff --git a/Services/Hncore.Pass.Manage/obj/Release/netcoreapp2.2/Hncore.Pass.Manage.dll b/Services/Hncore.Pass.Manage/obj/Release/netcoreapp2.2/Hncore.Pass.Manage.dll index e32ce3a..40131fa 100644 Binary files a/Services/Hncore.Pass.Manage/obj/Release/netcoreapp2.2/Hncore.Pass.Manage.dll and b/Services/Hncore.Pass.Manage/obj/Release/netcoreapp2.2/Hncore.Pass.Manage.dll differ diff --git a/Services/Hncore.Pass.Manage/obj/Release/netcoreapp2.2/Hncore.Pass.Manage.pdb b/Services/Hncore.Pass.Manage/obj/Release/netcoreapp2.2/Hncore.Pass.Manage.pdb index e54f4c3..c67f1f5 100644 Binary files a/Services/Hncore.Pass.Manage/obj/Release/netcoreapp2.2/Hncore.Pass.Manage.pdb and b/Services/Hncore.Pass.Manage/obj/Release/netcoreapp2.2/Hncore.Pass.Manage.pdb differ diff --git a/Services/Hncore.Pass.Manage/obj/project.assets.json b/Services/Hncore.Pass.Manage/obj/project.assets.json index 33d4bec..62498f3 100644 --- a/Services/Hncore.Pass.Manage/obj/project.assets.json +++ b/Services/Hncore.Pass.Manage/obj/project.assets.json @@ -13773,7 +13773,6 @@ }, "frameworks": { "netcoreapp2.2": { - "targetAlias": "netcoreapp2.2", "projectReferences": { "D:\\www\\juipnet\\Infrastructure\\Hncore.Infrastructure\\Hncore.Infrastructure.csproj": { "projectPath": "D:\\www\\juipnet\\Infrastructure\\Hncore.Infrastructure\\Hncore.Infrastructure.csproj" @@ -13789,7 +13788,6 @@ }, "frameworks": { "netcoreapp2.2": { - "targetAlias": "netcoreapp2.2", "dependencies": { "AutoMapper": { "target": "Package", @@ -13812,7 +13810,7 @@ "version": "[2.2.0, )" }, "Microsoft.EntityFrameworkCore.Tools": { - "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", + "include": "Runtime, Build, Native, ContentFiles, Analyzers", "suppressParent": "All", "target": "Package", "version": "[2.2.0, )" @@ -13837,16 +13835,10 @@ } }, "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" + "net461" ], "assetTargetFallback": true, - "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.400\\RuntimeIdentifierGraph.json" + "warn": true } } } diff --git a/Services/Hncore.Pass.OSS/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.dll b/Services/Hncore.Pass.OSS/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.dll index cfcf768..83f6e7b 100644 Binary files a/Services/Hncore.Pass.OSS/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.dll and b/Services/Hncore.Pass.OSS/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.dll differ diff --git a/Services/Hncore.Pass.OSS/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.pdb b/Services/Hncore.Pass.OSS/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.pdb index 8e875db..7bf8cd4 100644 Binary files a/Services/Hncore.Pass.OSS/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.pdb and b/Services/Hncore.Pass.OSS/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.pdb differ diff --git a/Services/Hncore.Pass.OSS/bin/Debug/netcoreapp2.2/Hncore.Pass.OSS.deps.json b/Services/Hncore.Pass.OSS/bin/Debug/netcoreapp2.2/Hncore.Pass.OSS.deps.json index d52bb8b..0c16179 100644 --- a/Services/Hncore.Pass.OSS/bin/Debug/netcoreapp2.2/Hncore.Pass.OSS.deps.json +++ b/Services/Hncore.Pass.OSS/bin/Debug/netcoreapp2.2/Hncore.Pass.OSS.deps.json @@ -1,21 +1,16 @@ { "runtimeTarget": { "name": ".NETCoreApp,Version=v2.2", - "signature": "" + "signature": "9a8ef698722732b255332438fceb00b49dec9679" }, "compilationOptions": { "defines": [ "TRACE", "DEBUG", "NETCOREAPP", - "NETCOREAPP2_2", - "NETCOREAPP1_0_OR_GREATER", - "NETCOREAPP1_1_OR_GREATER", - "NETCOREAPP2_0_OR_GREATER", - "NETCOREAPP2_1_OR_GREATER", - "NETCOREAPP2_2_OR_GREATER" + "NETCOREAPP2_2" ], - "languageVersion": "7.3", + "languageVersion": "", "platform": "", "allowUnsafe": false, "warningsAsErrors": false, @@ -287,6 +282,172 @@ "Microsoft.TestPlatform.TestHost": "16.0.1" } }, + "Microsoft.NETCore.App/2.2.0": { + "dependencies": { + "Microsoft.NETCore.DotNetHostPolicy": "2.2.0", + "Microsoft.NETCore.Platforms": "2.2.0", + "Microsoft.NETCore.Targets": "2.0.0", + "NETStandard.Library": "2.0.3" + }, + "compile": { + "ref/netcoreapp2.2/Microsoft.CSharp.dll": {}, + "ref/netcoreapp2.2/Microsoft.VisualBasic.dll": {}, + "ref/netcoreapp2.2/Microsoft.Win32.Primitives.dll": {}, + "ref/netcoreapp2.2/System.AppContext.dll": {}, + "ref/netcoreapp2.2/System.Buffers.dll": {}, + "ref/netcoreapp2.2/System.Collections.Concurrent.dll": {}, + "ref/netcoreapp2.2/System.Collections.Immutable.dll": {}, + "ref/netcoreapp2.2/System.Collections.NonGeneric.dll": {}, + "ref/netcoreapp2.2/System.Collections.Specialized.dll": {}, + "ref/netcoreapp2.2/System.Collections.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.Annotations.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.DataAnnotations.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.EventBasedAsync.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.Primitives.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.TypeConverter.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.dll": {}, + "ref/netcoreapp2.2/System.Configuration.dll": {}, + "ref/netcoreapp2.2/System.Console.dll": {}, + "ref/netcoreapp2.2/System.Core.dll": {}, + "ref/netcoreapp2.2/System.Data.Common.dll": {}, + "ref/netcoreapp2.2/System.Data.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.Contracts.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.Debug.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.DiagnosticSource.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.FileVersionInfo.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.Process.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.StackTrace.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.TextWriterTraceListener.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.Tools.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.TraceSource.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.Tracing.dll": {}, + "ref/netcoreapp2.2/System.Drawing.Primitives.dll": {}, + "ref/netcoreapp2.2/System.Drawing.dll": {}, + "ref/netcoreapp2.2/System.Dynamic.Runtime.dll": {}, + "ref/netcoreapp2.2/System.Globalization.Calendars.dll": {}, + "ref/netcoreapp2.2/System.Globalization.Extensions.dll": {}, + "ref/netcoreapp2.2/System.Globalization.dll": {}, + "ref/netcoreapp2.2/System.IO.Compression.Brotli.dll": {}, + "ref/netcoreapp2.2/System.IO.Compression.FileSystem.dll": {}, + "ref/netcoreapp2.2/System.IO.Compression.ZipFile.dll": {}, + "ref/netcoreapp2.2/System.IO.Compression.dll": {}, + "ref/netcoreapp2.2/System.IO.FileSystem.DriveInfo.dll": {}, + "ref/netcoreapp2.2/System.IO.FileSystem.Primitives.dll": {}, + "ref/netcoreapp2.2/System.IO.FileSystem.Watcher.dll": {}, + "ref/netcoreapp2.2/System.IO.FileSystem.dll": {}, + "ref/netcoreapp2.2/System.IO.IsolatedStorage.dll": {}, + "ref/netcoreapp2.2/System.IO.MemoryMappedFiles.dll": {}, + "ref/netcoreapp2.2/System.IO.Pipes.dll": {}, + "ref/netcoreapp2.2/System.IO.UnmanagedMemoryStream.dll": {}, + "ref/netcoreapp2.2/System.IO.dll": {}, + "ref/netcoreapp2.2/System.Linq.Expressions.dll": {}, + "ref/netcoreapp2.2/System.Linq.Parallel.dll": {}, + "ref/netcoreapp2.2/System.Linq.Queryable.dll": {}, + "ref/netcoreapp2.2/System.Linq.dll": {}, + "ref/netcoreapp2.2/System.Memory.dll": {}, + "ref/netcoreapp2.2/System.Net.Http.dll": {}, + "ref/netcoreapp2.2/System.Net.HttpListener.dll": {}, + "ref/netcoreapp2.2/System.Net.Mail.dll": {}, + "ref/netcoreapp2.2/System.Net.NameResolution.dll": {}, + "ref/netcoreapp2.2/System.Net.NetworkInformation.dll": {}, + "ref/netcoreapp2.2/System.Net.Ping.dll": {}, + "ref/netcoreapp2.2/System.Net.Primitives.dll": {}, + "ref/netcoreapp2.2/System.Net.Requests.dll": {}, + "ref/netcoreapp2.2/System.Net.Security.dll": {}, + "ref/netcoreapp2.2/System.Net.ServicePoint.dll": {}, + "ref/netcoreapp2.2/System.Net.Sockets.dll": {}, + "ref/netcoreapp2.2/System.Net.WebClient.dll": {}, + "ref/netcoreapp2.2/System.Net.WebHeaderCollection.dll": {}, + "ref/netcoreapp2.2/System.Net.WebProxy.dll": {}, + "ref/netcoreapp2.2/System.Net.WebSockets.Client.dll": {}, + "ref/netcoreapp2.2/System.Net.WebSockets.dll": {}, + "ref/netcoreapp2.2/System.Net.dll": {}, + "ref/netcoreapp2.2/System.Numerics.Vectors.dll": {}, + "ref/netcoreapp2.2/System.Numerics.dll": {}, + "ref/netcoreapp2.2/System.ObjectModel.dll": {}, + "ref/netcoreapp2.2/System.Reflection.DispatchProxy.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Emit.ILGeneration.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Emit.Lightweight.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Emit.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Extensions.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Metadata.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Primitives.dll": {}, + "ref/netcoreapp2.2/System.Reflection.TypeExtensions.dll": {}, + "ref/netcoreapp2.2/System.Reflection.dll": {}, + "ref/netcoreapp2.2/System.Resources.Reader.dll": {}, + "ref/netcoreapp2.2/System.Resources.ResourceManager.dll": {}, + "ref/netcoreapp2.2/System.Resources.Writer.dll": {}, + "ref/netcoreapp2.2/System.Runtime.CompilerServices.VisualC.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Extensions.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Handles.dll": {}, + "ref/netcoreapp2.2/System.Runtime.InteropServices.RuntimeInformation.dll": {}, + "ref/netcoreapp2.2/System.Runtime.InteropServices.WindowsRuntime.dll": {}, + "ref/netcoreapp2.2/System.Runtime.InteropServices.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Loader.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Numerics.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Serialization.Formatters.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Serialization.Json.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Serialization.Primitives.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Serialization.Xml.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Serialization.dll": {}, + "ref/netcoreapp2.2/System.Runtime.dll": {}, + "ref/netcoreapp2.2/System.Security.Claims.dll": {}, + "ref/netcoreapp2.2/System.Security.Cryptography.Algorithms.dll": {}, + "ref/netcoreapp2.2/System.Security.Cryptography.Csp.dll": {}, + "ref/netcoreapp2.2/System.Security.Cryptography.Encoding.dll": {}, + "ref/netcoreapp2.2/System.Security.Cryptography.Primitives.dll": {}, + "ref/netcoreapp2.2/System.Security.Cryptography.X509Certificates.dll": {}, + "ref/netcoreapp2.2/System.Security.Principal.dll": {}, + "ref/netcoreapp2.2/System.Security.SecureString.dll": {}, + "ref/netcoreapp2.2/System.Security.dll": {}, + "ref/netcoreapp2.2/System.ServiceModel.Web.dll": {}, + "ref/netcoreapp2.2/System.ServiceProcess.dll": {}, + "ref/netcoreapp2.2/System.Text.Encoding.Extensions.dll": {}, + "ref/netcoreapp2.2/System.Text.Encoding.dll": {}, + "ref/netcoreapp2.2/System.Text.RegularExpressions.dll": {}, + "ref/netcoreapp2.2/System.Threading.Overlapped.dll": {}, + "ref/netcoreapp2.2/System.Threading.Tasks.Dataflow.dll": {}, + "ref/netcoreapp2.2/System.Threading.Tasks.Extensions.dll": {}, + "ref/netcoreapp2.2/System.Threading.Tasks.Parallel.dll": {}, + "ref/netcoreapp2.2/System.Threading.Tasks.dll": {}, + "ref/netcoreapp2.2/System.Threading.Thread.dll": {}, + "ref/netcoreapp2.2/System.Threading.ThreadPool.dll": {}, + "ref/netcoreapp2.2/System.Threading.Timer.dll": {}, + "ref/netcoreapp2.2/System.Threading.dll": {}, + "ref/netcoreapp2.2/System.Transactions.Local.dll": {}, + "ref/netcoreapp2.2/System.Transactions.dll": {}, + "ref/netcoreapp2.2/System.ValueTuple.dll": {}, + "ref/netcoreapp2.2/System.Web.HttpUtility.dll": {}, + "ref/netcoreapp2.2/System.Web.dll": {}, + "ref/netcoreapp2.2/System.Windows.dll": {}, + "ref/netcoreapp2.2/System.Xml.Linq.dll": {}, + "ref/netcoreapp2.2/System.Xml.ReaderWriter.dll": {}, + "ref/netcoreapp2.2/System.Xml.Serialization.dll": {}, + "ref/netcoreapp2.2/System.Xml.XDocument.dll": {}, + "ref/netcoreapp2.2/System.Xml.XPath.XDocument.dll": {}, + "ref/netcoreapp2.2/System.Xml.XPath.dll": {}, + "ref/netcoreapp2.2/System.Xml.XmlDocument.dll": {}, + "ref/netcoreapp2.2/System.Xml.XmlSerializer.dll": {}, + "ref/netcoreapp2.2/System.Xml.dll": {}, + "ref/netcoreapp2.2/System.dll": {}, + "ref/netcoreapp2.2/WindowsBase.dll": {}, + "ref/netcoreapp2.2/mscorlib.dll": {}, + "ref/netcoreapp2.2/netstandard.dll": {} + } + }, + "Microsoft.NETCore.DotNetAppHost/2.2.0": {}, + "Microsoft.NETCore.DotNetHostPolicy/2.2.0": { + "dependencies": { + "Microsoft.NETCore.DotNetHostResolver": "2.2.0" + } + }, + "Microsoft.NETCore.DotNetHostResolver/2.2.0": { + "dependencies": { + "Microsoft.NETCore.DotNetAppHost": "2.2.0" + } + }, + "Microsoft.NETCore.Platforms/2.2.0": {}, + "Microsoft.NETCore.Targets/2.0.0": {}, "Microsoft.TestPlatform.ObjectModel/16.0.1": { "dependencies": { "NETStandard.Library": "2.0.3", @@ -627,6 +788,11 @@ "lib/netcoreapp2.1/MySqlConnector.dll": {} } }, + "NETStandard.Library/2.0.3": { + "dependencies": { + "Microsoft.NETCore.Platforms": "2.2.0" + } + }, "Newtonsoft.Json/12.0.2": { "runtime": { "lib/netstandard2.0/Newtonsoft.Json.dll": { @@ -706,9 +872,30 @@ "lib/netstandard2.0/Pomelo.JsonObject.dll": {} } }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/debian.8-x64/native/_._": { + "rid": "debian.8-x64", + "assetType": "native" + } + } + }, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/fedora.23-x64/native/_._": { + "rid": "fedora.23-x64", + "assetType": "native" + } + } + }, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/fedora.24-x64/native/_._": { + "rid": "fedora.24-x64", + "assetType": "native" + } + } + }, "runtime.native.System.Net.Security/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "2.2.0", @@ -729,13 +916,62 @@ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" } }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/opensuse.13.2-x64/native/_._": { + "rid": "opensuse.13.2-x64", + "assetType": "native" + } + } + }, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/opensuse.42.1-x64/native/_._": { + "rid": "opensuse.42.1-x64", + "assetType": "native" + } + } + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/osx.10.10-x64/native/_._": { + "rid": "osx.10.10-x64", + "assetType": "native" + } + } + }, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/rhel.7-x64/native/_._": { + "rid": "rhel.7-x64", + "assetType": "native" + } + } + }, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/ubuntu.14.04-x64/native/_._": { + "rid": "ubuntu.14.04-x64", + "assetType": "native" + } + } + }, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/ubuntu.16.04-x64/native/_._": { + "rid": "ubuntu.16.04-x64", + "assetType": "native" + } + } + }, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/ubuntu.16.10-x64/native/_._": { + "rid": "ubuntu.16.10-x64", + "assetType": "native" + } + } + }, "SafeObjectPool/2.0.2": { "runtime": { "lib/netstandard2.0/SafeObjectPool.dll": { @@ -885,6 +1121,20 @@ "System.Threading.Thread": "4.3.0", "System.Threading.ThreadPool": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/linux/lib/_._": { + "rid": "linux", + "assetType": "runtime" + }, + "runtime/osx/lib/_._": { + "rid": "osx", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Diagnostics.TextWriterTraceListener/4.0.0": { @@ -908,6 +1158,16 @@ "System.Runtime.Extensions": "4.3.0", "System.Threading": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Drawing.Common/4.5.1": { @@ -955,6 +1215,16 @@ "System.Threading": "4.3.0", "System.Threading.Tasks": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Net.Security/4.3.2": { @@ -987,6 +1257,16 @@ "runtime.native.System": "4.3.0", "runtime.native.System.Net.Security": "4.3.0", "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Net.Sockets/4.3.0": { @@ -1043,6 +1323,16 @@ "System.Threading": "4.3.0", "System.Threading.Tasks": "4.3.0", "System.Threading.Timer": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Reflection.TypeExtensions/4.5.1": {}, @@ -3232,181 +3522,6 @@ }, "compileOnly": true }, - "Microsoft.NETCore.App/2.2.0": { - "dependencies": { - "Microsoft.NETCore.DotNetHostPolicy": "2.2.0", - "Microsoft.NETCore.Platforms": "2.2.0", - "Microsoft.NETCore.Targets": "2.0.0", - "NETStandard.Library": "2.0.3" - }, - "compile": { - "ref/netcoreapp2.2/Microsoft.CSharp.dll": {}, - "ref/netcoreapp2.2/Microsoft.VisualBasic.dll": {}, - "ref/netcoreapp2.2/Microsoft.Win32.Primitives.dll": {}, - "ref/netcoreapp2.2/System.AppContext.dll": {}, - "ref/netcoreapp2.2/System.Buffers.dll": {}, - "ref/netcoreapp2.2/System.Collections.Concurrent.dll": {}, - "ref/netcoreapp2.2/System.Collections.Immutable.dll": {}, - "ref/netcoreapp2.2/System.Collections.NonGeneric.dll": {}, - "ref/netcoreapp2.2/System.Collections.Specialized.dll": {}, - "ref/netcoreapp2.2/System.Collections.dll": {}, - "ref/netcoreapp2.2/System.ComponentModel.Annotations.dll": {}, - "ref/netcoreapp2.2/System.ComponentModel.DataAnnotations.dll": {}, - "ref/netcoreapp2.2/System.ComponentModel.EventBasedAsync.dll": {}, - "ref/netcoreapp2.2/System.ComponentModel.Primitives.dll": {}, - "ref/netcoreapp2.2/System.ComponentModel.TypeConverter.dll": {}, - "ref/netcoreapp2.2/System.ComponentModel.dll": {}, - "ref/netcoreapp2.2/System.Configuration.dll": {}, - "ref/netcoreapp2.2/System.Console.dll": {}, - "ref/netcoreapp2.2/System.Core.dll": {}, - "ref/netcoreapp2.2/System.Data.Common.dll": {}, - "ref/netcoreapp2.2/System.Data.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.Contracts.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.Debug.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.DiagnosticSource.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.FileVersionInfo.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.Process.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.StackTrace.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.TextWriterTraceListener.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.Tools.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.TraceSource.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.Tracing.dll": {}, - "ref/netcoreapp2.2/System.Drawing.Primitives.dll": {}, - "ref/netcoreapp2.2/System.Drawing.dll": {}, - "ref/netcoreapp2.2/System.Dynamic.Runtime.dll": {}, - "ref/netcoreapp2.2/System.Globalization.Calendars.dll": {}, - "ref/netcoreapp2.2/System.Globalization.Extensions.dll": {}, - "ref/netcoreapp2.2/System.Globalization.dll": {}, - "ref/netcoreapp2.2/System.IO.Compression.Brotli.dll": {}, - "ref/netcoreapp2.2/System.IO.Compression.FileSystem.dll": {}, - "ref/netcoreapp2.2/System.IO.Compression.ZipFile.dll": {}, - "ref/netcoreapp2.2/System.IO.Compression.dll": {}, - "ref/netcoreapp2.2/System.IO.FileSystem.DriveInfo.dll": {}, - "ref/netcoreapp2.2/System.IO.FileSystem.Primitives.dll": {}, - "ref/netcoreapp2.2/System.IO.FileSystem.Watcher.dll": {}, - "ref/netcoreapp2.2/System.IO.FileSystem.dll": {}, - "ref/netcoreapp2.2/System.IO.IsolatedStorage.dll": {}, - "ref/netcoreapp2.2/System.IO.MemoryMappedFiles.dll": {}, - "ref/netcoreapp2.2/System.IO.Pipes.dll": {}, - "ref/netcoreapp2.2/System.IO.UnmanagedMemoryStream.dll": {}, - "ref/netcoreapp2.2/System.IO.dll": {}, - "ref/netcoreapp2.2/System.Linq.Expressions.dll": {}, - "ref/netcoreapp2.2/System.Linq.Parallel.dll": {}, - "ref/netcoreapp2.2/System.Linq.Queryable.dll": {}, - "ref/netcoreapp2.2/System.Linq.dll": {}, - "ref/netcoreapp2.2/System.Memory.dll": {}, - "ref/netcoreapp2.2/System.Net.Http.dll": {}, - "ref/netcoreapp2.2/System.Net.HttpListener.dll": {}, - "ref/netcoreapp2.2/System.Net.Mail.dll": {}, - "ref/netcoreapp2.2/System.Net.NameResolution.dll": {}, - "ref/netcoreapp2.2/System.Net.NetworkInformation.dll": {}, - "ref/netcoreapp2.2/System.Net.Ping.dll": {}, - "ref/netcoreapp2.2/System.Net.Primitives.dll": {}, - "ref/netcoreapp2.2/System.Net.Requests.dll": {}, - "ref/netcoreapp2.2/System.Net.Security.dll": {}, - "ref/netcoreapp2.2/System.Net.ServicePoint.dll": {}, - "ref/netcoreapp2.2/System.Net.Sockets.dll": {}, - "ref/netcoreapp2.2/System.Net.WebClient.dll": {}, - "ref/netcoreapp2.2/System.Net.WebHeaderCollection.dll": {}, - "ref/netcoreapp2.2/System.Net.WebProxy.dll": {}, - "ref/netcoreapp2.2/System.Net.WebSockets.Client.dll": {}, - "ref/netcoreapp2.2/System.Net.WebSockets.dll": {}, - "ref/netcoreapp2.2/System.Net.dll": {}, - "ref/netcoreapp2.2/System.Numerics.Vectors.dll": {}, - "ref/netcoreapp2.2/System.Numerics.dll": {}, - "ref/netcoreapp2.2/System.ObjectModel.dll": {}, - "ref/netcoreapp2.2/System.Reflection.DispatchProxy.dll": {}, - "ref/netcoreapp2.2/System.Reflection.Emit.ILGeneration.dll": {}, - "ref/netcoreapp2.2/System.Reflection.Emit.Lightweight.dll": {}, - "ref/netcoreapp2.2/System.Reflection.Emit.dll": {}, - "ref/netcoreapp2.2/System.Reflection.Extensions.dll": {}, - "ref/netcoreapp2.2/System.Reflection.Metadata.dll": {}, - "ref/netcoreapp2.2/System.Reflection.Primitives.dll": {}, - "ref/netcoreapp2.2/System.Reflection.TypeExtensions.dll": {}, - "ref/netcoreapp2.2/System.Reflection.dll": {}, - "ref/netcoreapp2.2/System.Resources.Reader.dll": {}, - "ref/netcoreapp2.2/System.Resources.ResourceManager.dll": {}, - "ref/netcoreapp2.2/System.Resources.Writer.dll": {}, - "ref/netcoreapp2.2/System.Runtime.CompilerServices.VisualC.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Extensions.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Handles.dll": {}, - "ref/netcoreapp2.2/System.Runtime.InteropServices.RuntimeInformation.dll": {}, - "ref/netcoreapp2.2/System.Runtime.InteropServices.WindowsRuntime.dll": {}, - "ref/netcoreapp2.2/System.Runtime.InteropServices.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Loader.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Numerics.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Serialization.Formatters.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Serialization.Json.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Serialization.Primitives.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Serialization.Xml.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Serialization.dll": {}, - "ref/netcoreapp2.2/System.Runtime.dll": {}, - "ref/netcoreapp2.2/System.Security.Claims.dll": {}, - "ref/netcoreapp2.2/System.Security.Cryptography.Algorithms.dll": {}, - "ref/netcoreapp2.2/System.Security.Cryptography.Csp.dll": {}, - "ref/netcoreapp2.2/System.Security.Cryptography.Encoding.dll": {}, - "ref/netcoreapp2.2/System.Security.Cryptography.Primitives.dll": {}, - "ref/netcoreapp2.2/System.Security.Cryptography.X509Certificates.dll": {}, - "ref/netcoreapp2.2/System.Security.Principal.dll": {}, - "ref/netcoreapp2.2/System.Security.SecureString.dll": {}, - "ref/netcoreapp2.2/System.Security.dll": {}, - "ref/netcoreapp2.2/System.ServiceModel.Web.dll": {}, - "ref/netcoreapp2.2/System.ServiceProcess.dll": {}, - "ref/netcoreapp2.2/System.Text.Encoding.Extensions.dll": {}, - "ref/netcoreapp2.2/System.Text.Encoding.dll": {}, - "ref/netcoreapp2.2/System.Text.RegularExpressions.dll": {}, - "ref/netcoreapp2.2/System.Threading.Overlapped.dll": {}, - "ref/netcoreapp2.2/System.Threading.Tasks.Dataflow.dll": {}, - "ref/netcoreapp2.2/System.Threading.Tasks.Extensions.dll": {}, - "ref/netcoreapp2.2/System.Threading.Tasks.Parallel.dll": {}, - "ref/netcoreapp2.2/System.Threading.Tasks.dll": {}, - "ref/netcoreapp2.2/System.Threading.Thread.dll": {}, - "ref/netcoreapp2.2/System.Threading.ThreadPool.dll": {}, - "ref/netcoreapp2.2/System.Threading.Timer.dll": {}, - "ref/netcoreapp2.2/System.Threading.dll": {}, - "ref/netcoreapp2.2/System.Transactions.Local.dll": {}, - "ref/netcoreapp2.2/System.Transactions.dll": {}, - "ref/netcoreapp2.2/System.ValueTuple.dll": {}, - "ref/netcoreapp2.2/System.Web.HttpUtility.dll": {}, - "ref/netcoreapp2.2/System.Web.dll": {}, - "ref/netcoreapp2.2/System.Windows.dll": {}, - "ref/netcoreapp2.2/System.Xml.Linq.dll": {}, - "ref/netcoreapp2.2/System.Xml.ReaderWriter.dll": {}, - "ref/netcoreapp2.2/System.Xml.Serialization.dll": {}, - "ref/netcoreapp2.2/System.Xml.XDocument.dll": {}, - "ref/netcoreapp2.2/System.Xml.XPath.XDocument.dll": {}, - "ref/netcoreapp2.2/System.Xml.XPath.dll": {}, - "ref/netcoreapp2.2/System.Xml.XmlDocument.dll": {}, - "ref/netcoreapp2.2/System.Xml.XmlSerializer.dll": {}, - "ref/netcoreapp2.2/System.Xml.dll": {}, - "ref/netcoreapp2.2/System.dll": {}, - "ref/netcoreapp2.2/WindowsBase.dll": {}, - "ref/netcoreapp2.2/mscorlib.dll": {}, - "ref/netcoreapp2.2/netstandard.dll": {} - }, - "compileOnly": true - }, - "Microsoft.NETCore.DotNetAppHost/2.2.0": { - "compileOnly": true - }, - "Microsoft.NETCore.DotNetHostPolicy/2.2.0": { - "dependencies": { - "Microsoft.NETCore.DotNetHostResolver": "2.2.0" - }, - "compileOnly": true - }, - "Microsoft.NETCore.DotNetHostResolver/2.2.0": { - "dependencies": { - "Microsoft.NETCore.DotNetAppHost": "2.2.0" - }, - "compileOnly": true - }, - "Microsoft.NETCore.Platforms/2.2.0": { - "compileOnly": true - }, - "Microsoft.NETCore.Targets/2.0.0": { - "compileOnly": true - }, "Microsoft.Win32.Registry/4.5.0": { "dependencies": { "System.Security.AccessControl": "4.5.0", @@ -3417,12 +3532,6 @@ }, "compileOnly": true }, - "NETStandard.Library/2.0.3": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.2.0" - }, - "compileOnly": true - }, "Newtonsoft.Json.Bson/1.0.1": { "dependencies": { "NETStandard.Library": "2.0.3", @@ -4524,6 +4633,48 @@ "path": "microsoft.net.test.sdk/16.0.1", "hashPath": "microsoft.net.test.sdk.16.0.1.nupkg.sha512" }, + "Microsoft.NETCore.App/2.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-QU8taCyeyePwatrj+h+750lMnsPCq3YPaGmsdtSHXPCjDyjto2KT7QDNVet0oRliX4PjaINpyg0Yzd9DnQ/Wkw==", + "path": "microsoft.netcore.app/2.2.0", + "hashPath": "microsoft.netcore.app.2.2.0.nupkg.sha512" + }, + "Microsoft.NETCore.DotNetAppHost/2.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qIrVLupwT2NYTrf7KM7Nh+mJr36V5MITVRjyGOByVVCwGmQgQmI/6bjZYQv+QdExi4Cm87eCKJX9FdT6nc00Xg==", + "path": "microsoft.netcore.dotnetapphost/2.2.0", + "hashPath": "microsoft.netcore.dotnetapphost.2.2.0.nupkg.sha512" + }, + "Microsoft.NETCore.DotNetHostPolicy/2.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-5Xvh/3bDr6YAl6TKfeONvRDZ9QOmvVmzFzA0M6g8uubWdf5/o6qdVOqByFBT/fhjVb6okP0E5+v1oxh1Pk+c+w==", + "path": "microsoft.netcore.dotnethostpolicy/2.2.0", + "hashPath": "microsoft.netcore.dotnethostpolicy.2.2.0.nupkg.sha512" + }, + "Microsoft.NETCore.DotNetHostResolver/2.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Q3j3KC2ugqIVasf7pO4NRDEn7GysZX3ZH6fAHfbjrP8cYXY9cmHeFcbaniw36q8kFhsPt2EnRHzSsLBpbG6l2Q==", + "path": "microsoft.netcore.dotnethostresolver/2.2.0", + "hashPath": "microsoft.netcore.dotnethostresolver.2.2.0.nupkg.sha512" + }, + "Microsoft.NETCore.Platforms/2.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-39+GVHdbm+cmoOjdvm+fhiMbddnuVyUlBdYS8Yhn5xsNaBoTXpgBsxQQlI2Sv9EjIP0F+itG6yrDaOM2OEGupQ==", + "path": "microsoft.netcore.platforms/2.2.0", + "hashPath": "microsoft.netcore.platforms.2.2.0.nupkg.sha512" + }, + "Microsoft.NETCore.Targets/2.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-odP/tJj1z6GylFpNo7pMtbd/xQgTC3Ex2If63dRTL38bBNMwsBnJ+RceUIyHdRBC0oik/3NehYT+oECwBhIM3Q==", + "path": "microsoft.netcore.targets/2.0.0", + "hashPath": "microsoft.netcore.targets.2.0.0.nupkg.sha512" + }, "Microsoft.TestPlatform.ObjectModel/16.0.1": { "type": "package", "serviceable": true, @@ -4573,6 +4724,13 @@ "path": "mysqlconnector/0.56.0", "hashPath": "mysqlconnector.0.56.0.nupkg.sha512" }, + "NETStandard.Library/2.0.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", + "path": "netstandard.library/2.0.3", + "hashPath": "netstandard.library.2.0.3.nupkg.sha512" + }, "Newtonsoft.Json/12.0.2": { "type": "package", "serviceable": true, @@ -6118,48 +6276,6 @@ "path": "microsoft.net.http.headers/2.2.0", "hashPath": "microsoft.net.http.headers.2.2.0.nupkg.sha512" }, - "Microsoft.NETCore.App/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QU8taCyeyePwatrj+h+750lMnsPCq3YPaGmsdtSHXPCjDyjto2KT7QDNVet0oRliX4PjaINpyg0Yzd9DnQ/Wkw==", - "path": "microsoft.netcore.app/2.2.0", - "hashPath": "microsoft.netcore.app.2.2.0.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetAppHost/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qIrVLupwT2NYTrf7KM7Nh+mJr36V5MITVRjyGOByVVCwGmQgQmI/6bjZYQv+QdExi4Cm87eCKJX9FdT6nc00Xg==", - "path": "microsoft.netcore.dotnetapphost/2.2.0", - "hashPath": "microsoft.netcore.dotnetapphost.2.2.0.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetHostPolicy/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5Xvh/3bDr6YAl6TKfeONvRDZ9QOmvVmzFzA0M6g8uubWdf5/o6qdVOqByFBT/fhjVb6okP0E5+v1oxh1Pk+c+w==", - "path": "microsoft.netcore.dotnethostpolicy/2.2.0", - "hashPath": "microsoft.netcore.dotnethostpolicy.2.2.0.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetHostResolver/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Q3j3KC2ugqIVasf7pO4NRDEn7GysZX3ZH6fAHfbjrP8cYXY9cmHeFcbaniw36q8kFhsPt2EnRHzSsLBpbG6l2Q==", - "path": "microsoft.netcore.dotnethostresolver/2.2.0", - "hashPath": "microsoft.netcore.dotnethostresolver.2.2.0.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-39+GVHdbm+cmoOjdvm+fhiMbddnuVyUlBdYS8Yhn5xsNaBoTXpgBsxQQlI2Sv9EjIP0F+itG6yrDaOM2OEGupQ==", - "path": "microsoft.netcore.platforms/2.2.0", - "hashPath": "microsoft.netcore.platforms.2.2.0.nupkg.sha512" - }, - "Microsoft.NETCore.Targets/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-odP/tJj1z6GylFpNo7pMtbd/xQgTC3Ex2If63dRTL38bBNMwsBnJ+RceUIyHdRBC0oik/3NehYT+oECwBhIM3Q==", - "path": "microsoft.netcore.targets/2.0.0", - "hashPath": "microsoft.netcore.targets.2.0.0.nupkg.sha512" - }, "Microsoft.Win32.Registry/4.5.0": { "type": "package", "serviceable": true, @@ -6167,13 +6283,6 @@ "path": "microsoft.win32.registry/4.5.0", "hashPath": "microsoft.win32.registry.4.5.0.nupkg.sha512" }, - "NETStandard.Library/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", - "path": "netstandard.library/2.0.3", - "hashPath": "netstandard.library.2.0.3.nupkg.sha512" - }, "Newtonsoft.Json.Bson/1.0.1": { "type": "package", "serviceable": true, diff --git a/Services/Hncore.Pass.OSS/bin/Debug/netcoreapp2.2/Hncore.Pass.OSS.dll b/Services/Hncore.Pass.OSS/bin/Debug/netcoreapp2.2/Hncore.Pass.OSS.dll index f0f7496..e0a7a6a 100644 Binary files a/Services/Hncore.Pass.OSS/bin/Debug/netcoreapp2.2/Hncore.Pass.OSS.dll and b/Services/Hncore.Pass.OSS/bin/Debug/netcoreapp2.2/Hncore.Pass.OSS.dll differ diff --git a/Services/Hncore.Pass.OSS/bin/Debug/netcoreapp2.2/Hncore.Pass.OSS.pdb b/Services/Hncore.Pass.OSS/bin/Debug/netcoreapp2.2/Hncore.Pass.OSS.pdb index 65878f5..76c5fb3 100644 Binary files a/Services/Hncore.Pass.OSS/bin/Debug/netcoreapp2.2/Hncore.Pass.OSS.pdb and b/Services/Hncore.Pass.OSS/bin/Debug/netcoreapp2.2/Hncore.Pass.OSS.pdb differ diff --git a/Services/Hncore.Pass.OSS/bin/Debug/netcoreapp2.2/Hncore.Pass.OSS.runtimeconfig.json b/Services/Hncore.Pass.OSS/bin/Debug/netcoreapp2.2/Hncore.Pass.OSS.runtimeconfig.json index e87497c..0480bc4 100644 --- a/Services/Hncore.Pass.OSS/bin/Debug/netcoreapp2.2/Hncore.Pass.OSS.runtimeconfig.json +++ b/Services/Hncore.Pass.OSS/bin/Debug/netcoreapp2.2/Hncore.Pass.OSS.runtimeconfig.json @@ -6,8 +6,7 @@ "version": "2.2.0" }, "configProperties": { - "System.GC.Server": true, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false + "System.GC.Server": true } } } \ No newline at end of file diff --git a/Services/Hncore.Pass.OSS/bin/Debug/netcoreapp2.2/appsettings.Development.json b/Services/Hncore.Pass.OSS/bin/Debug/netcoreapp2.2/appsettings.Development.json deleted file mode 100644 index abe8c34..0000000 --- a/Services/Hncore.Pass.OSS/bin/Debug/netcoreapp2.2/appsettings.Development.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Debug", - "System": "Information", - "Microsoft": "Information" - } - }, - "Aliyun": { - "Oss": { - "AliEndpoint": "oss-cn-shenzhen.aliyuncs.com", - "AliAccessId": "dpisQKVqzAYffodY", - "AliAccessKey": "ZG3uAkwPR4UpfsTJzG9DW1WeKIskHz" - - } - } -} \ No newline at end of file diff --git a/Services/Hncore.Pass.OSS/bin/Debug/netcoreapp2.2/appsettings.json b/Services/Hncore.Pass.OSS/bin/Debug/netcoreapp2.2/appsettings.json deleted file mode 100644 index def9159..0000000 --- a/Services/Hncore.Pass.OSS/bin/Debug/netcoreapp2.2/appsettings.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Warning" - } - }, - "AllowedHosts": "*" -} diff --git a/Services/Hncore.Pass.OSS/bin/Debug/netcoreapp2.2/ueditor.gqc.json b/Services/Hncore.Pass.OSS/bin/Debug/netcoreapp2.2/ueditor.gqc.json deleted file mode 100644 index dcad038..0000000 --- a/Services/Hncore.Pass.OSS/bin/Debug/netcoreapp2.2/ueditor.gqc.json +++ /dev/null @@ -1,180 +0,0 @@ -/* 前后端通信相关的配置,注释只允许使用多行方式 */ -{ - /* 上传图片配置项 */ - "imageActionName": "uploadimage", /* 执行上传图片的action名称 */ - "imageFieldName": "upfile", /* 提交的图片表单名称 */ - "imageMaxSize": 2048000, /* 上传大小限制,单位B */ - "imageAllowFiles": [ ".png", ".jpg", ".jpeg", ".gif", ".bmp" ], /* 上传图片格式显示 */ - "imageCompressEnable": true, /* 是否压缩图片,默认是true */ - "imageCompressBorder": 1600, /* 图片压缩最长边限制 */ - "imageInsertAlign": "none", /* 插入的图片浮动方式 */ - "imageUrlPrefix": "http://xxx.com", /* 图片访问路径前缀 */ - "imagePathFormat": "upload/image/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */ - /* {filename} 会替换成原文件名,配置这项需要注意中文乱码问题 */ - /* {rand:6} 会替换成随机数,后面的数字是随机数的位数 */ - /* {time} 会替换成时间戳 */ - /* {yyyy} 会替换成四位年份 */ - /* {yy} 会替换成两位年份 */ - /* {mm} 会替换成两位月份 */ - /* {dd} 会替换成两位日期 */ - /* {hh} 会替换成两位小时 */ - /* {ii} 会替换成两位分钟 */ - /* {ss} 会替换成两位秒 */ - /* 非法字符 \ : * ? " < > | */ - /* 具请体看线上文档: fex.baidu.com/ueditor/#use-format_upload_filename */ - - /* 涂鸦图片上传配置项 */ - "scrawlActionName": "uploadscrawl", /* 执行上传涂鸦的action名称 */ - "scrawlFieldName": "upfile", /* 提交的图片表单名称 */ - "scrawlPathFormat": "upload/image/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */ - "scrawlMaxSize": 2048000, /* 上传大小限制,单位B */ - "scrawlUrlPrefix": "http://xxx.com", /* 图片访问路径前缀 */ - "scrawlInsertAlign": "none", - - /* 截图工具上传 */ - "snapscreenActionName": "uploadimage", /* 执行上传截图的action名称 */ - "snapscreenPathFormat": "upload/image/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */ - "snapscreenUrlPrefix": "http://xxx.com", /* 图片访问路径前缀 */ - "snapscreenInsertAlign": "none", /* 插入的图片浮动方式 */ - - /* 抓取远程图片配置 */ - "catcherLocalDomain": [ "127.0.0.1", "localhost", "img.baidu.com" ], - "catcherActionName": "catchimage", /* 执行抓取远程图片的action名称 */ - "catcherFieldName": "source", /* 提交的图片列表表单名称 */ - "catcherPathFormat": "upload/image/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */ - "catcherUrlPrefix": "http://xxx.com", /* 图片访问路径前缀 */ - "catcherMaxSize": 2048000, /* 上传大小限制,单位B */ - "catcherAllowFiles": [ ".png", ".jpg", ".jpeg", ".gif", ".bmp" ], /* 抓取图片格式显示 */ - - /* 上传视频配置 */ - "videoActionName": "uploadvideo", /* 执行上传视频的action名称 */ - "videoFieldName": "upfile", /* 提交的视频表单名称 */ - "videoPathFormat": "upload/video/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */ - "videoUrlPrefix": "http://xxx.com/", /* 视频访问路径前缀 */ - "videoMaxSize": 102400000, /* 上传大小限制,单位B,默认100MB */ - "videoAllowFiles": [ - ".flv", - ".swf", - ".mkv", - ".avi", - ".rm", - ".rmvb", - ".mpeg", - ".mpg", - ".ogg", - ".ogv", - ".mov", - ".wmv", - ".mp4", - ".webm", - ".mp3", - ".wav", - ".mid" - ], /* 上传视频格式显示 */ - - /* 上传文件配置 */ - "fileActionName": "uploadfile", /* controller里,执行上传视频的action名称 */ - "fileFieldName": "upfile", /* 提交的文件表单名称 */ - "filePathFormat": "upload/file/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */ - "fileUrlPrefix": "http://xxx.com", /* 文件访问路径前缀 */ - "fileMaxSize": 51200000, /* 上传大小限制,单位B,默认50MB */ - "fileAllowFiles": [ - ".png", - ".jpg", - ".jpeg", - ".gif", - ".bmp", - ".flv", - ".swf", - ".mkv", - ".avi", - ".rm", - ".rmvb", - ".mpeg", - ".mpg", - ".ogg", - ".ogv", - ".mov", - ".wmv", - ".mp4", - ".webm", - ".mp3", - ".wav", - ".mid", - ".rar", - ".zip", - ".tar", - ".gz", - ".7z", - ".bz2", - ".cab", - ".iso", - ".doc", - ".docx", - ".xls", - ".xlsx", - ".ppt", - ".pptx", - ".pdf", - ".txt", - ".md", - ".xml" - ], /* 上传文件格式显示 */ - - /* 列出指定目录下的图片 */ - "imageManagerActionName": "listimage", /* 执行图片管理的action名称 */ - "imageManagerListPath": "upload/image", /* 指定要列出图片的目录 */ - "imageManagerListSize": 20, /* 每次列出文件数量 */ - "imageManagerUrlPrefix": "http://xxx.com", /* 图片访问路径前缀 */ - "imageManagerInsertAlign": "none", /* 插入的图片浮动方式 */ - "imageManagerAllowFiles": [ ".png", ".jpg", ".jpeg", ".gif", ".bmp" ], /* 列出的文件类型 */ - - /* 列出指定目录下的文件 */ - "fileManagerActionName": "listfile", /* 执行文件管理的action名称 */ - "fileManagerListPath": "upload/file", /* 指定要列出文件的目录 */ - "fileManagerUrlPrefix": "http://xxx.com", /* 文件访问路径前缀 */ - "fileManagerListSize": 20, /* 每次列出文件数量 */ - "fileManagerAllowFiles": [ - ".png", - ".jpg", - ".jpeg", - ".gif", - ".bmp", - ".flv", - ".swf", - ".mkv", - ".avi", - ".rm", - ".rmvb", - ".mpeg", - ".mpg", - ".ogg", - ".ogv", - ".mov", - ".wmv", - ".mp4", - ".webm", - ".mp3", - ".wav", - ".mid", - ".rar", - ".zip", - ".tar", - ".gz", - ".7z", - ".bz2", - ".cab", - ".iso", - ".doc", - ".docx", - ".xls", - ".xlsx", - ".ppt", - ".pptx", - ".pdf", - ".txt", - ".md", - ".xml" - ] /* 列出的文件类型 */ - -} \ No newline at end of file diff --git a/Services/Hncore.Pass.OSS/bin/Debug/netcoreapp2.2/ueditor.json b/Services/Hncore.Pass.OSS/bin/Debug/netcoreapp2.2/ueditor.json deleted file mode 100644 index 4adfa20..0000000 --- a/Services/Hncore.Pass.OSS/bin/Debug/netcoreapp2.2/ueditor.json +++ /dev/null @@ -1,180 +0,0 @@ -/* 前后端通信相关的配置,注释只允许使用多行方式 */ -{ - /* 上传图片配置项 */ - "imageActionName": "uploadimage", /* 执行上传图片的action名称 */ - "imageFieldName": "upfile", /* 提交的图片表单名称 */ - "imageMaxSize": 2048000, /* 上传大小限制,单位B */ - "imageAllowFiles": [ ".png", ".jpg", ".jpeg", ".gif", ".bmp" ], /* 上传图片格式显示 */ - "imageCompressEnable": true, /* 是否压缩图片,默认是true */ - "imageCompressBorder": 1600, /* 图片压缩最长边限制 */ - "imageInsertAlign": "none", /* 插入的图片浮动方式 */ - "imageUrlPrefix": "http://localhost:64279/", /* 图片访问路径前缀 */ - "imagePathFormat": "upload/image/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */ - /* {filename} 会替换成原文件名,配置这项需要注意中文乱码问题 */ - /* {rand:6} 会替换成随机数,后面的数字是随机数的位数 */ - /* {time} 会替换成时间戳 */ - /* {yyyy} 会替换成四位年份 */ - /* {yy} 会替换成两位年份 */ - /* {mm} 会替换成两位月份 */ - /* {dd} 会替换成两位日期 */ - /* {hh} 会替换成两位小时 */ - /* {ii} 会替换成两位分钟 */ - /* {ss} 会替换成两位秒 */ - /* 非法字符 \ : * ? " < > | */ - /* 具请体看线上文档: fex.baidu.com/ueditor/#use-format_upload_filename */ - - /* 涂鸦图片上传配置项 */ - "scrawlActionName": "uploadscrawl", /* 执行上传涂鸦的action名称 */ - "scrawlFieldName": "upfile", /* 提交的图片表单名称 */ - "scrawlPathFormat": "upload/image/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */ - "scrawlMaxSize": 2048000, /* 上传大小限制,单位B */ - "scrawlUrlPrefix": "http://localhost:64279/", /* 图片访问路径前缀 */ - "scrawlInsertAlign": "none", - - /* 截图工具上传 */ - "snapscreenActionName": "uploadimage", /* 执行上传截图的action名称 */ - "snapscreenPathFormat": "upload/image/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */ - "snapscreenUrlPrefix": "http://localhost:64279/", /* 图片访问路径前缀 */ - "snapscreenInsertAlign": "none", /* 插入的图片浮动方式 */ - - /* 抓取远程图片配置 */ - "catcherLocalDomain": [ "127.0.0.1", "localhost", "img.baidu.com" ], - "catcherActionName": "catchimage", /* 执行抓取远程图片的action名称 */ - "catcherFieldName": "source", /* 提交的图片列表表单名称 */ - "catcherPathFormat": "upload/image/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */ - "catcherUrlPrefix": "http://localhost:64279/", /* 图片访问路径前缀 */ - "catcherMaxSize": 2048000, /* 上传大小限制,单位B */ - "catcherAllowFiles": [ ".png", ".jpg", ".jpeg", ".gif", ".bmp" ], /* 抓取图片格式显示 */ - - /* 上传视频配置 */ - "videoActionName": "uploadvideo", /* 执行上传视频的action名称 */ - "videoFieldName": "upfile", /* 提交的视频表单名称 */ - "videoPathFormat": "upload/video/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */ - "videoUrlPrefix": "http://localhost:64279/", /* 视频访问路径前缀 */ - "videoMaxSize": 102400000, /* 上传大小限制,单位B,默认100MB */ - "videoAllowFiles": [ - ".flv", - ".swf", - ".mkv", - ".avi", - ".rm", - ".rmvb", - ".mpeg", - ".mpg", - ".ogg", - ".ogv", - ".mov", - ".wmv", - ".mp4", - ".webm", - ".mp3", - ".wav", - ".mid" - ], /* 上传视频格式显示 */ - - /* 上传文件配置 */ - "fileActionName": "uploadfile", /* controller里,执行上传视频的action名称 */ - "fileFieldName": "upfile", /* 提交的文件表单名称 */ - "filePathFormat": "upload/file/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */ - "fileUrlPrefix": "http://localhost:64279/", /* 文件访问路径前缀 */ - "fileMaxSize": 51200000, /* 上传大小限制,单位B,默认50MB */ - "fileAllowFiles": [ - ".png", - ".jpg", - ".jpeg", - ".gif", - ".bmp", - ".flv", - ".swf", - ".mkv", - ".avi", - ".rm", - ".rmvb", - ".mpeg", - ".mpg", - ".ogg", - ".ogv", - ".mov", - ".wmv", - ".mp4", - ".webm", - ".mp3", - ".wav", - ".mid", - ".rar", - ".zip", - ".tar", - ".gz", - ".7z", - ".bz2", - ".cab", - ".iso", - ".doc", - ".docx", - ".xls", - ".xlsx", - ".ppt", - ".pptx", - ".pdf", - ".txt", - ".md", - ".xml" - ], /* 上传文件格式显示 */ - - /* 列出指定目录下的图片 */ - "imageManagerActionName": "listimage", /* 执行图片管理的action名称 */ - "imageManagerListPath": "upload/image", /* 指定要列出图片的目录 */ - "imageManagerListSize": 20, /* 每次列出文件数量 */ - "imageManagerUrlPrefix": "http://localhost:64279/", /* 图片访问路径前缀 */ - "imageManagerInsertAlign": "none", /* 插入的图片浮动方式 */ - "imageManagerAllowFiles": [ ".png", ".jpg", ".jpeg", ".gif", ".bmp" ], /* 列出的文件类型 */ - - /* 列出指定目录下的文件 */ - "fileManagerActionName": "listfile", /* 执行文件管理的action名称 */ - "fileManagerListPath": "upload/file", /* 指定要列出文件的目录 */ - "fileManagerUrlPrefix": "http://localhost:64279/", /* 文件访问路径前缀 */ - "fileManagerListSize": 20, /* 每次列出文件数量 */ - "fileManagerAllowFiles": [ - ".png", - ".jpg", - ".jpeg", - ".gif", - ".bmp", - ".flv", - ".swf", - ".mkv", - ".avi", - ".rm", - ".rmvb", - ".mpeg", - ".mpg", - ".ogg", - ".ogv", - ".mov", - ".wmv", - ".mp4", - ".webm", - ".mp3", - ".wav", - ".mid", - ".rar", - ".zip", - ".tar", - ".gz", - ".7z", - ".bz2", - ".cab", - ".iso", - ".doc", - ".docx", - ".xls", - ".xlsx", - ".ppt", - ".pptx", - ".pdf", - ".txt", - ".md", - ".xml" - ] /* 列出的文件类型 */ - -} \ No newline at end of file diff --git a/Services/Hncore.Pass.OSS/bin/Release/netcoreapp2.2/Hncore.Infrastructure.dll b/Services/Hncore.Pass.OSS/bin/Release/netcoreapp2.2/Hncore.Infrastructure.dll index b2c9d64..6da8d06 100644 Binary files a/Services/Hncore.Pass.OSS/bin/Release/netcoreapp2.2/Hncore.Infrastructure.dll and b/Services/Hncore.Pass.OSS/bin/Release/netcoreapp2.2/Hncore.Infrastructure.dll differ diff --git a/Services/Hncore.Pass.OSS/bin/Release/netcoreapp2.2/Hncore.Infrastructure.pdb b/Services/Hncore.Pass.OSS/bin/Release/netcoreapp2.2/Hncore.Infrastructure.pdb index 0565dda..1aad508 100644 Binary files a/Services/Hncore.Pass.OSS/bin/Release/netcoreapp2.2/Hncore.Infrastructure.pdb and b/Services/Hncore.Pass.OSS/bin/Release/netcoreapp2.2/Hncore.Infrastructure.pdb differ diff --git a/Services/Hncore.Pass.OSS/bin/Release/netcoreapp2.2/Hncore.Pass.OSS.deps.json b/Services/Hncore.Pass.OSS/bin/Release/netcoreapp2.2/Hncore.Pass.OSS.deps.json index 4067c00..1edc3d9 100644 --- a/Services/Hncore.Pass.OSS/bin/Release/netcoreapp2.2/Hncore.Pass.OSS.deps.json +++ b/Services/Hncore.Pass.OSS/bin/Release/netcoreapp2.2/Hncore.Pass.OSS.deps.json @@ -1,21 +1,16 @@ { "runtimeTarget": { "name": ".NETCoreApp,Version=v2.2", - "signature": "" + "signature": "9a8ef698722732b255332438fceb00b49dec9679" }, "compilationOptions": { "defines": [ "TRACE", "RELEASE", "NETCOREAPP", - "NETCOREAPP2_2", - "NETCOREAPP1_0_OR_GREATER", - "NETCOREAPP1_1_OR_GREATER", - "NETCOREAPP2_0_OR_GREATER", - "NETCOREAPP2_1_OR_GREATER", - "NETCOREAPP2_2_OR_GREATER" + "NETCOREAPP2_2" ], - "languageVersion": "7.3", + "languageVersion": "", "platform": "", "allowUnsafe": false, "warningsAsErrors": false, @@ -287,6 +282,172 @@ "Microsoft.TestPlatform.TestHost": "16.0.1" } }, + "Microsoft.NETCore.App/2.2.0": { + "dependencies": { + "Microsoft.NETCore.DotNetHostPolicy": "2.2.0", + "Microsoft.NETCore.Platforms": "2.2.0", + "Microsoft.NETCore.Targets": "2.0.0", + "NETStandard.Library": "2.0.3" + }, + "compile": { + "ref/netcoreapp2.2/Microsoft.CSharp.dll": {}, + "ref/netcoreapp2.2/Microsoft.VisualBasic.dll": {}, + "ref/netcoreapp2.2/Microsoft.Win32.Primitives.dll": {}, + "ref/netcoreapp2.2/System.AppContext.dll": {}, + "ref/netcoreapp2.2/System.Buffers.dll": {}, + "ref/netcoreapp2.2/System.Collections.Concurrent.dll": {}, + "ref/netcoreapp2.2/System.Collections.Immutable.dll": {}, + "ref/netcoreapp2.2/System.Collections.NonGeneric.dll": {}, + "ref/netcoreapp2.2/System.Collections.Specialized.dll": {}, + "ref/netcoreapp2.2/System.Collections.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.Annotations.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.DataAnnotations.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.EventBasedAsync.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.Primitives.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.TypeConverter.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.dll": {}, + "ref/netcoreapp2.2/System.Configuration.dll": {}, + "ref/netcoreapp2.2/System.Console.dll": {}, + "ref/netcoreapp2.2/System.Core.dll": {}, + "ref/netcoreapp2.2/System.Data.Common.dll": {}, + "ref/netcoreapp2.2/System.Data.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.Contracts.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.Debug.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.DiagnosticSource.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.FileVersionInfo.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.Process.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.StackTrace.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.TextWriterTraceListener.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.Tools.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.TraceSource.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.Tracing.dll": {}, + "ref/netcoreapp2.2/System.Drawing.Primitives.dll": {}, + "ref/netcoreapp2.2/System.Drawing.dll": {}, + "ref/netcoreapp2.2/System.Dynamic.Runtime.dll": {}, + "ref/netcoreapp2.2/System.Globalization.Calendars.dll": {}, + "ref/netcoreapp2.2/System.Globalization.Extensions.dll": {}, + "ref/netcoreapp2.2/System.Globalization.dll": {}, + "ref/netcoreapp2.2/System.IO.Compression.Brotli.dll": {}, + "ref/netcoreapp2.2/System.IO.Compression.FileSystem.dll": {}, + "ref/netcoreapp2.2/System.IO.Compression.ZipFile.dll": {}, + "ref/netcoreapp2.2/System.IO.Compression.dll": {}, + "ref/netcoreapp2.2/System.IO.FileSystem.DriveInfo.dll": {}, + "ref/netcoreapp2.2/System.IO.FileSystem.Primitives.dll": {}, + "ref/netcoreapp2.2/System.IO.FileSystem.Watcher.dll": {}, + "ref/netcoreapp2.2/System.IO.FileSystem.dll": {}, + "ref/netcoreapp2.2/System.IO.IsolatedStorage.dll": {}, + "ref/netcoreapp2.2/System.IO.MemoryMappedFiles.dll": {}, + "ref/netcoreapp2.2/System.IO.Pipes.dll": {}, + "ref/netcoreapp2.2/System.IO.UnmanagedMemoryStream.dll": {}, + "ref/netcoreapp2.2/System.IO.dll": {}, + "ref/netcoreapp2.2/System.Linq.Expressions.dll": {}, + "ref/netcoreapp2.2/System.Linq.Parallel.dll": {}, + "ref/netcoreapp2.2/System.Linq.Queryable.dll": {}, + "ref/netcoreapp2.2/System.Linq.dll": {}, + "ref/netcoreapp2.2/System.Memory.dll": {}, + "ref/netcoreapp2.2/System.Net.Http.dll": {}, + "ref/netcoreapp2.2/System.Net.HttpListener.dll": {}, + "ref/netcoreapp2.2/System.Net.Mail.dll": {}, + "ref/netcoreapp2.2/System.Net.NameResolution.dll": {}, + "ref/netcoreapp2.2/System.Net.NetworkInformation.dll": {}, + "ref/netcoreapp2.2/System.Net.Ping.dll": {}, + "ref/netcoreapp2.2/System.Net.Primitives.dll": {}, + "ref/netcoreapp2.2/System.Net.Requests.dll": {}, + "ref/netcoreapp2.2/System.Net.Security.dll": {}, + "ref/netcoreapp2.2/System.Net.ServicePoint.dll": {}, + "ref/netcoreapp2.2/System.Net.Sockets.dll": {}, + "ref/netcoreapp2.2/System.Net.WebClient.dll": {}, + "ref/netcoreapp2.2/System.Net.WebHeaderCollection.dll": {}, + "ref/netcoreapp2.2/System.Net.WebProxy.dll": {}, + "ref/netcoreapp2.2/System.Net.WebSockets.Client.dll": {}, + "ref/netcoreapp2.2/System.Net.WebSockets.dll": {}, + "ref/netcoreapp2.2/System.Net.dll": {}, + "ref/netcoreapp2.2/System.Numerics.Vectors.dll": {}, + "ref/netcoreapp2.2/System.Numerics.dll": {}, + "ref/netcoreapp2.2/System.ObjectModel.dll": {}, + "ref/netcoreapp2.2/System.Reflection.DispatchProxy.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Emit.ILGeneration.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Emit.Lightweight.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Emit.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Extensions.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Metadata.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Primitives.dll": {}, + "ref/netcoreapp2.2/System.Reflection.TypeExtensions.dll": {}, + "ref/netcoreapp2.2/System.Reflection.dll": {}, + "ref/netcoreapp2.2/System.Resources.Reader.dll": {}, + "ref/netcoreapp2.2/System.Resources.ResourceManager.dll": {}, + "ref/netcoreapp2.2/System.Resources.Writer.dll": {}, + "ref/netcoreapp2.2/System.Runtime.CompilerServices.VisualC.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Extensions.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Handles.dll": {}, + "ref/netcoreapp2.2/System.Runtime.InteropServices.RuntimeInformation.dll": {}, + "ref/netcoreapp2.2/System.Runtime.InteropServices.WindowsRuntime.dll": {}, + "ref/netcoreapp2.2/System.Runtime.InteropServices.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Loader.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Numerics.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Serialization.Formatters.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Serialization.Json.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Serialization.Primitives.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Serialization.Xml.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Serialization.dll": {}, + "ref/netcoreapp2.2/System.Runtime.dll": {}, + "ref/netcoreapp2.2/System.Security.Claims.dll": {}, + "ref/netcoreapp2.2/System.Security.Cryptography.Algorithms.dll": {}, + "ref/netcoreapp2.2/System.Security.Cryptography.Csp.dll": {}, + "ref/netcoreapp2.2/System.Security.Cryptography.Encoding.dll": {}, + "ref/netcoreapp2.2/System.Security.Cryptography.Primitives.dll": {}, + "ref/netcoreapp2.2/System.Security.Cryptography.X509Certificates.dll": {}, + "ref/netcoreapp2.2/System.Security.Principal.dll": {}, + "ref/netcoreapp2.2/System.Security.SecureString.dll": {}, + "ref/netcoreapp2.2/System.Security.dll": {}, + "ref/netcoreapp2.2/System.ServiceModel.Web.dll": {}, + "ref/netcoreapp2.2/System.ServiceProcess.dll": {}, + "ref/netcoreapp2.2/System.Text.Encoding.Extensions.dll": {}, + "ref/netcoreapp2.2/System.Text.Encoding.dll": {}, + "ref/netcoreapp2.2/System.Text.RegularExpressions.dll": {}, + "ref/netcoreapp2.2/System.Threading.Overlapped.dll": {}, + "ref/netcoreapp2.2/System.Threading.Tasks.Dataflow.dll": {}, + "ref/netcoreapp2.2/System.Threading.Tasks.Extensions.dll": {}, + "ref/netcoreapp2.2/System.Threading.Tasks.Parallel.dll": {}, + "ref/netcoreapp2.2/System.Threading.Tasks.dll": {}, + "ref/netcoreapp2.2/System.Threading.Thread.dll": {}, + "ref/netcoreapp2.2/System.Threading.ThreadPool.dll": {}, + "ref/netcoreapp2.2/System.Threading.Timer.dll": {}, + "ref/netcoreapp2.2/System.Threading.dll": {}, + "ref/netcoreapp2.2/System.Transactions.Local.dll": {}, + "ref/netcoreapp2.2/System.Transactions.dll": {}, + "ref/netcoreapp2.2/System.ValueTuple.dll": {}, + "ref/netcoreapp2.2/System.Web.HttpUtility.dll": {}, + "ref/netcoreapp2.2/System.Web.dll": {}, + "ref/netcoreapp2.2/System.Windows.dll": {}, + "ref/netcoreapp2.2/System.Xml.Linq.dll": {}, + "ref/netcoreapp2.2/System.Xml.ReaderWriter.dll": {}, + "ref/netcoreapp2.2/System.Xml.Serialization.dll": {}, + "ref/netcoreapp2.2/System.Xml.XDocument.dll": {}, + "ref/netcoreapp2.2/System.Xml.XPath.XDocument.dll": {}, + "ref/netcoreapp2.2/System.Xml.XPath.dll": {}, + "ref/netcoreapp2.2/System.Xml.XmlDocument.dll": {}, + "ref/netcoreapp2.2/System.Xml.XmlSerializer.dll": {}, + "ref/netcoreapp2.2/System.Xml.dll": {}, + "ref/netcoreapp2.2/System.dll": {}, + "ref/netcoreapp2.2/WindowsBase.dll": {}, + "ref/netcoreapp2.2/mscorlib.dll": {}, + "ref/netcoreapp2.2/netstandard.dll": {} + } + }, + "Microsoft.NETCore.DotNetAppHost/2.2.0": {}, + "Microsoft.NETCore.DotNetHostPolicy/2.2.0": { + "dependencies": { + "Microsoft.NETCore.DotNetHostResolver": "2.2.0" + } + }, + "Microsoft.NETCore.DotNetHostResolver/2.2.0": { + "dependencies": { + "Microsoft.NETCore.DotNetAppHost": "2.2.0" + } + }, + "Microsoft.NETCore.Platforms/2.2.0": {}, + "Microsoft.NETCore.Targets/2.0.0": {}, "Microsoft.TestPlatform.ObjectModel/16.0.1": { "dependencies": { "NETStandard.Library": "2.0.3", @@ -627,6 +788,11 @@ "lib/netcoreapp2.1/MySqlConnector.dll": {} } }, + "NETStandard.Library/2.0.3": { + "dependencies": { + "Microsoft.NETCore.Platforms": "2.2.0" + } + }, "Newtonsoft.Json/12.0.2": { "runtime": { "lib/netstandard2.0/Newtonsoft.Json.dll": { @@ -706,9 +872,30 @@ "lib/netstandard2.0/Pomelo.JsonObject.dll": {} } }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/debian.8-x64/native/_._": { + "rid": "debian.8-x64", + "assetType": "native" + } + } + }, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/fedora.23-x64/native/_._": { + "rid": "fedora.23-x64", + "assetType": "native" + } + } + }, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/fedora.24-x64/native/_._": { + "rid": "fedora.24-x64", + "assetType": "native" + } + } + }, "runtime.native.System.Net.Security/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "2.2.0", @@ -729,13 +916,62 @@ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" } }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/opensuse.13.2-x64/native/_._": { + "rid": "opensuse.13.2-x64", + "assetType": "native" + } + } + }, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/opensuse.42.1-x64/native/_._": { + "rid": "opensuse.42.1-x64", + "assetType": "native" + } + } + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/osx.10.10-x64/native/_._": { + "rid": "osx.10.10-x64", + "assetType": "native" + } + } + }, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/rhel.7-x64/native/_._": { + "rid": "rhel.7-x64", + "assetType": "native" + } + } + }, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/ubuntu.14.04-x64/native/_._": { + "rid": "ubuntu.14.04-x64", + "assetType": "native" + } + } + }, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/ubuntu.16.04-x64/native/_._": { + "rid": "ubuntu.16.04-x64", + "assetType": "native" + } + } + }, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/ubuntu.16.10-x64/native/_._": { + "rid": "ubuntu.16.10-x64", + "assetType": "native" + } + } + }, "SafeObjectPool/2.0.2": { "runtime": { "lib/netstandard2.0/SafeObjectPool.dll": { @@ -885,6 +1121,20 @@ "System.Threading.Thread": "4.3.0", "System.Threading.ThreadPool": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/linux/lib/_._": { + "rid": "linux", + "assetType": "runtime" + }, + "runtime/osx/lib/_._": { + "rid": "osx", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Diagnostics.TextWriterTraceListener/4.0.0": { @@ -908,6 +1158,16 @@ "System.Runtime.Extensions": "4.3.0", "System.Threading": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Drawing.Common/4.5.1": { @@ -955,6 +1215,16 @@ "System.Threading": "4.3.0", "System.Threading.Tasks": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Net.Security/4.3.2": { @@ -987,6 +1257,16 @@ "runtime.native.System": "4.3.0", "runtime.native.System.Net.Security": "4.3.0", "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Net.Sockets/4.3.0": { @@ -1043,6 +1323,16 @@ "System.Threading": "4.3.0", "System.Threading.Tasks": "4.3.0", "System.Threading.Timer": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Reflection.TypeExtensions/4.5.1": {}, @@ -3232,181 +3522,6 @@ }, "compileOnly": true }, - "Microsoft.NETCore.App/2.2.0": { - "dependencies": { - "Microsoft.NETCore.DotNetHostPolicy": "2.2.0", - "Microsoft.NETCore.Platforms": "2.2.0", - "Microsoft.NETCore.Targets": "2.0.0", - "NETStandard.Library": "2.0.3" - }, - "compile": { - "ref/netcoreapp2.2/Microsoft.CSharp.dll": {}, - "ref/netcoreapp2.2/Microsoft.VisualBasic.dll": {}, - "ref/netcoreapp2.2/Microsoft.Win32.Primitives.dll": {}, - "ref/netcoreapp2.2/System.AppContext.dll": {}, - "ref/netcoreapp2.2/System.Buffers.dll": {}, - "ref/netcoreapp2.2/System.Collections.Concurrent.dll": {}, - "ref/netcoreapp2.2/System.Collections.Immutable.dll": {}, - "ref/netcoreapp2.2/System.Collections.NonGeneric.dll": {}, - "ref/netcoreapp2.2/System.Collections.Specialized.dll": {}, - "ref/netcoreapp2.2/System.Collections.dll": {}, - "ref/netcoreapp2.2/System.ComponentModel.Annotations.dll": {}, - "ref/netcoreapp2.2/System.ComponentModel.DataAnnotations.dll": {}, - "ref/netcoreapp2.2/System.ComponentModel.EventBasedAsync.dll": {}, - "ref/netcoreapp2.2/System.ComponentModel.Primitives.dll": {}, - "ref/netcoreapp2.2/System.ComponentModel.TypeConverter.dll": {}, - "ref/netcoreapp2.2/System.ComponentModel.dll": {}, - "ref/netcoreapp2.2/System.Configuration.dll": {}, - "ref/netcoreapp2.2/System.Console.dll": {}, - "ref/netcoreapp2.2/System.Core.dll": {}, - "ref/netcoreapp2.2/System.Data.Common.dll": {}, - "ref/netcoreapp2.2/System.Data.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.Contracts.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.Debug.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.DiagnosticSource.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.FileVersionInfo.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.Process.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.StackTrace.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.TextWriterTraceListener.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.Tools.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.TraceSource.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.Tracing.dll": {}, - "ref/netcoreapp2.2/System.Drawing.Primitives.dll": {}, - "ref/netcoreapp2.2/System.Drawing.dll": {}, - "ref/netcoreapp2.2/System.Dynamic.Runtime.dll": {}, - "ref/netcoreapp2.2/System.Globalization.Calendars.dll": {}, - "ref/netcoreapp2.2/System.Globalization.Extensions.dll": {}, - "ref/netcoreapp2.2/System.Globalization.dll": {}, - "ref/netcoreapp2.2/System.IO.Compression.Brotli.dll": {}, - "ref/netcoreapp2.2/System.IO.Compression.FileSystem.dll": {}, - "ref/netcoreapp2.2/System.IO.Compression.ZipFile.dll": {}, - "ref/netcoreapp2.2/System.IO.Compression.dll": {}, - "ref/netcoreapp2.2/System.IO.FileSystem.DriveInfo.dll": {}, - "ref/netcoreapp2.2/System.IO.FileSystem.Primitives.dll": {}, - "ref/netcoreapp2.2/System.IO.FileSystem.Watcher.dll": {}, - "ref/netcoreapp2.2/System.IO.FileSystem.dll": {}, - "ref/netcoreapp2.2/System.IO.IsolatedStorage.dll": {}, - "ref/netcoreapp2.2/System.IO.MemoryMappedFiles.dll": {}, - "ref/netcoreapp2.2/System.IO.Pipes.dll": {}, - "ref/netcoreapp2.2/System.IO.UnmanagedMemoryStream.dll": {}, - "ref/netcoreapp2.2/System.IO.dll": {}, - "ref/netcoreapp2.2/System.Linq.Expressions.dll": {}, - "ref/netcoreapp2.2/System.Linq.Parallel.dll": {}, - "ref/netcoreapp2.2/System.Linq.Queryable.dll": {}, - "ref/netcoreapp2.2/System.Linq.dll": {}, - "ref/netcoreapp2.2/System.Memory.dll": {}, - "ref/netcoreapp2.2/System.Net.Http.dll": {}, - "ref/netcoreapp2.2/System.Net.HttpListener.dll": {}, - "ref/netcoreapp2.2/System.Net.Mail.dll": {}, - "ref/netcoreapp2.2/System.Net.NameResolution.dll": {}, - "ref/netcoreapp2.2/System.Net.NetworkInformation.dll": {}, - "ref/netcoreapp2.2/System.Net.Ping.dll": {}, - "ref/netcoreapp2.2/System.Net.Primitives.dll": {}, - "ref/netcoreapp2.2/System.Net.Requests.dll": {}, - "ref/netcoreapp2.2/System.Net.Security.dll": {}, - "ref/netcoreapp2.2/System.Net.ServicePoint.dll": {}, - "ref/netcoreapp2.2/System.Net.Sockets.dll": {}, - "ref/netcoreapp2.2/System.Net.WebClient.dll": {}, - "ref/netcoreapp2.2/System.Net.WebHeaderCollection.dll": {}, - "ref/netcoreapp2.2/System.Net.WebProxy.dll": {}, - "ref/netcoreapp2.2/System.Net.WebSockets.Client.dll": {}, - "ref/netcoreapp2.2/System.Net.WebSockets.dll": {}, - "ref/netcoreapp2.2/System.Net.dll": {}, - "ref/netcoreapp2.2/System.Numerics.Vectors.dll": {}, - "ref/netcoreapp2.2/System.Numerics.dll": {}, - "ref/netcoreapp2.2/System.ObjectModel.dll": {}, - "ref/netcoreapp2.2/System.Reflection.DispatchProxy.dll": {}, - "ref/netcoreapp2.2/System.Reflection.Emit.ILGeneration.dll": {}, - "ref/netcoreapp2.2/System.Reflection.Emit.Lightweight.dll": {}, - "ref/netcoreapp2.2/System.Reflection.Emit.dll": {}, - "ref/netcoreapp2.2/System.Reflection.Extensions.dll": {}, - "ref/netcoreapp2.2/System.Reflection.Metadata.dll": {}, - "ref/netcoreapp2.2/System.Reflection.Primitives.dll": {}, - "ref/netcoreapp2.2/System.Reflection.TypeExtensions.dll": {}, - "ref/netcoreapp2.2/System.Reflection.dll": {}, - "ref/netcoreapp2.2/System.Resources.Reader.dll": {}, - "ref/netcoreapp2.2/System.Resources.ResourceManager.dll": {}, - "ref/netcoreapp2.2/System.Resources.Writer.dll": {}, - "ref/netcoreapp2.2/System.Runtime.CompilerServices.VisualC.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Extensions.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Handles.dll": {}, - "ref/netcoreapp2.2/System.Runtime.InteropServices.RuntimeInformation.dll": {}, - "ref/netcoreapp2.2/System.Runtime.InteropServices.WindowsRuntime.dll": {}, - "ref/netcoreapp2.2/System.Runtime.InteropServices.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Loader.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Numerics.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Serialization.Formatters.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Serialization.Json.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Serialization.Primitives.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Serialization.Xml.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Serialization.dll": {}, - "ref/netcoreapp2.2/System.Runtime.dll": {}, - "ref/netcoreapp2.2/System.Security.Claims.dll": {}, - "ref/netcoreapp2.2/System.Security.Cryptography.Algorithms.dll": {}, - "ref/netcoreapp2.2/System.Security.Cryptography.Csp.dll": {}, - "ref/netcoreapp2.2/System.Security.Cryptography.Encoding.dll": {}, - "ref/netcoreapp2.2/System.Security.Cryptography.Primitives.dll": {}, - "ref/netcoreapp2.2/System.Security.Cryptography.X509Certificates.dll": {}, - "ref/netcoreapp2.2/System.Security.Principal.dll": {}, - "ref/netcoreapp2.2/System.Security.SecureString.dll": {}, - "ref/netcoreapp2.2/System.Security.dll": {}, - "ref/netcoreapp2.2/System.ServiceModel.Web.dll": {}, - "ref/netcoreapp2.2/System.ServiceProcess.dll": {}, - "ref/netcoreapp2.2/System.Text.Encoding.Extensions.dll": {}, - "ref/netcoreapp2.2/System.Text.Encoding.dll": {}, - "ref/netcoreapp2.2/System.Text.RegularExpressions.dll": {}, - "ref/netcoreapp2.2/System.Threading.Overlapped.dll": {}, - "ref/netcoreapp2.2/System.Threading.Tasks.Dataflow.dll": {}, - "ref/netcoreapp2.2/System.Threading.Tasks.Extensions.dll": {}, - "ref/netcoreapp2.2/System.Threading.Tasks.Parallel.dll": {}, - "ref/netcoreapp2.2/System.Threading.Tasks.dll": {}, - "ref/netcoreapp2.2/System.Threading.Thread.dll": {}, - "ref/netcoreapp2.2/System.Threading.ThreadPool.dll": {}, - "ref/netcoreapp2.2/System.Threading.Timer.dll": {}, - "ref/netcoreapp2.2/System.Threading.dll": {}, - "ref/netcoreapp2.2/System.Transactions.Local.dll": {}, - "ref/netcoreapp2.2/System.Transactions.dll": {}, - "ref/netcoreapp2.2/System.ValueTuple.dll": {}, - "ref/netcoreapp2.2/System.Web.HttpUtility.dll": {}, - "ref/netcoreapp2.2/System.Web.dll": {}, - "ref/netcoreapp2.2/System.Windows.dll": {}, - "ref/netcoreapp2.2/System.Xml.Linq.dll": {}, - "ref/netcoreapp2.2/System.Xml.ReaderWriter.dll": {}, - "ref/netcoreapp2.2/System.Xml.Serialization.dll": {}, - "ref/netcoreapp2.2/System.Xml.XDocument.dll": {}, - "ref/netcoreapp2.2/System.Xml.XPath.XDocument.dll": {}, - "ref/netcoreapp2.2/System.Xml.XPath.dll": {}, - "ref/netcoreapp2.2/System.Xml.XmlDocument.dll": {}, - "ref/netcoreapp2.2/System.Xml.XmlSerializer.dll": {}, - "ref/netcoreapp2.2/System.Xml.dll": {}, - "ref/netcoreapp2.2/System.dll": {}, - "ref/netcoreapp2.2/WindowsBase.dll": {}, - "ref/netcoreapp2.2/mscorlib.dll": {}, - "ref/netcoreapp2.2/netstandard.dll": {} - }, - "compileOnly": true - }, - "Microsoft.NETCore.DotNetAppHost/2.2.0": { - "compileOnly": true - }, - "Microsoft.NETCore.DotNetHostPolicy/2.2.0": { - "dependencies": { - "Microsoft.NETCore.DotNetHostResolver": "2.2.0" - }, - "compileOnly": true - }, - "Microsoft.NETCore.DotNetHostResolver/2.2.0": { - "dependencies": { - "Microsoft.NETCore.DotNetAppHost": "2.2.0" - }, - "compileOnly": true - }, - "Microsoft.NETCore.Platforms/2.2.0": { - "compileOnly": true - }, - "Microsoft.NETCore.Targets/2.0.0": { - "compileOnly": true - }, "Microsoft.Win32.Registry/4.5.0": { "dependencies": { "System.Security.AccessControl": "4.5.0", @@ -3417,12 +3532,6 @@ }, "compileOnly": true }, - "NETStandard.Library/2.0.3": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.2.0" - }, - "compileOnly": true - }, "Newtonsoft.Json.Bson/1.0.1": { "dependencies": { "NETStandard.Library": "2.0.3", @@ -4524,6 +4633,48 @@ "path": "microsoft.net.test.sdk/16.0.1", "hashPath": "microsoft.net.test.sdk.16.0.1.nupkg.sha512" }, + "Microsoft.NETCore.App/2.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-QU8taCyeyePwatrj+h+750lMnsPCq3YPaGmsdtSHXPCjDyjto2KT7QDNVet0oRliX4PjaINpyg0Yzd9DnQ/Wkw==", + "path": "microsoft.netcore.app/2.2.0", + "hashPath": "microsoft.netcore.app.2.2.0.nupkg.sha512" + }, + "Microsoft.NETCore.DotNetAppHost/2.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qIrVLupwT2NYTrf7KM7Nh+mJr36V5MITVRjyGOByVVCwGmQgQmI/6bjZYQv+QdExi4Cm87eCKJX9FdT6nc00Xg==", + "path": "microsoft.netcore.dotnetapphost/2.2.0", + "hashPath": "microsoft.netcore.dotnetapphost.2.2.0.nupkg.sha512" + }, + "Microsoft.NETCore.DotNetHostPolicy/2.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-5Xvh/3bDr6YAl6TKfeONvRDZ9QOmvVmzFzA0M6g8uubWdf5/o6qdVOqByFBT/fhjVb6okP0E5+v1oxh1Pk+c+w==", + "path": "microsoft.netcore.dotnethostpolicy/2.2.0", + "hashPath": "microsoft.netcore.dotnethostpolicy.2.2.0.nupkg.sha512" + }, + "Microsoft.NETCore.DotNetHostResolver/2.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Q3j3KC2ugqIVasf7pO4NRDEn7GysZX3ZH6fAHfbjrP8cYXY9cmHeFcbaniw36q8kFhsPt2EnRHzSsLBpbG6l2Q==", + "path": "microsoft.netcore.dotnethostresolver/2.2.0", + "hashPath": "microsoft.netcore.dotnethostresolver.2.2.0.nupkg.sha512" + }, + "Microsoft.NETCore.Platforms/2.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-39+GVHdbm+cmoOjdvm+fhiMbddnuVyUlBdYS8Yhn5xsNaBoTXpgBsxQQlI2Sv9EjIP0F+itG6yrDaOM2OEGupQ==", + "path": "microsoft.netcore.platforms/2.2.0", + "hashPath": "microsoft.netcore.platforms.2.2.0.nupkg.sha512" + }, + "Microsoft.NETCore.Targets/2.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-odP/tJj1z6GylFpNo7pMtbd/xQgTC3Ex2If63dRTL38bBNMwsBnJ+RceUIyHdRBC0oik/3NehYT+oECwBhIM3Q==", + "path": "microsoft.netcore.targets/2.0.0", + "hashPath": "microsoft.netcore.targets.2.0.0.nupkg.sha512" + }, "Microsoft.TestPlatform.ObjectModel/16.0.1": { "type": "package", "serviceable": true, @@ -4573,6 +4724,13 @@ "path": "mysqlconnector/0.56.0", "hashPath": "mysqlconnector.0.56.0.nupkg.sha512" }, + "NETStandard.Library/2.0.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", + "path": "netstandard.library/2.0.3", + "hashPath": "netstandard.library.2.0.3.nupkg.sha512" + }, "Newtonsoft.Json/12.0.2": { "type": "package", "serviceable": true, @@ -6118,48 +6276,6 @@ "path": "microsoft.net.http.headers/2.2.0", "hashPath": "microsoft.net.http.headers.2.2.0.nupkg.sha512" }, - "Microsoft.NETCore.App/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QU8taCyeyePwatrj+h+750lMnsPCq3YPaGmsdtSHXPCjDyjto2KT7QDNVet0oRliX4PjaINpyg0Yzd9DnQ/Wkw==", - "path": "microsoft.netcore.app/2.2.0", - "hashPath": "microsoft.netcore.app.2.2.0.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetAppHost/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qIrVLupwT2NYTrf7KM7Nh+mJr36V5MITVRjyGOByVVCwGmQgQmI/6bjZYQv+QdExi4Cm87eCKJX9FdT6nc00Xg==", - "path": "microsoft.netcore.dotnetapphost/2.2.0", - "hashPath": "microsoft.netcore.dotnetapphost.2.2.0.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetHostPolicy/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5Xvh/3bDr6YAl6TKfeONvRDZ9QOmvVmzFzA0M6g8uubWdf5/o6qdVOqByFBT/fhjVb6okP0E5+v1oxh1Pk+c+w==", - "path": "microsoft.netcore.dotnethostpolicy/2.2.0", - "hashPath": "microsoft.netcore.dotnethostpolicy.2.2.0.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetHostResolver/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Q3j3KC2ugqIVasf7pO4NRDEn7GysZX3ZH6fAHfbjrP8cYXY9cmHeFcbaniw36q8kFhsPt2EnRHzSsLBpbG6l2Q==", - "path": "microsoft.netcore.dotnethostresolver/2.2.0", - "hashPath": "microsoft.netcore.dotnethostresolver.2.2.0.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-39+GVHdbm+cmoOjdvm+fhiMbddnuVyUlBdYS8Yhn5xsNaBoTXpgBsxQQlI2Sv9EjIP0F+itG6yrDaOM2OEGupQ==", - "path": "microsoft.netcore.platforms/2.2.0", - "hashPath": "microsoft.netcore.platforms.2.2.0.nupkg.sha512" - }, - "Microsoft.NETCore.Targets/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-odP/tJj1z6GylFpNo7pMtbd/xQgTC3Ex2If63dRTL38bBNMwsBnJ+RceUIyHdRBC0oik/3NehYT+oECwBhIM3Q==", - "path": "microsoft.netcore.targets/2.0.0", - "hashPath": "microsoft.netcore.targets.2.0.0.nupkg.sha512" - }, "Microsoft.Win32.Registry/4.5.0": { "type": "package", "serviceable": true, @@ -6167,13 +6283,6 @@ "path": "microsoft.win32.registry/4.5.0", "hashPath": "microsoft.win32.registry.4.5.0.nupkg.sha512" }, - "NETStandard.Library/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", - "path": "netstandard.library/2.0.3", - "hashPath": "netstandard.library.2.0.3.nupkg.sha512" - }, "Newtonsoft.Json.Bson/1.0.1": { "type": "package", "serviceable": true, diff --git a/Services/Hncore.Pass.OSS/bin/Release/netcoreapp2.2/Hncore.Pass.OSS.dll b/Services/Hncore.Pass.OSS/bin/Release/netcoreapp2.2/Hncore.Pass.OSS.dll index 440a8e4..81e67af 100644 Binary files a/Services/Hncore.Pass.OSS/bin/Release/netcoreapp2.2/Hncore.Pass.OSS.dll and b/Services/Hncore.Pass.OSS/bin/Release/netcoreapp2.2/Hncore.Pass.OSS.dll differ diff --git a/Services/Hncore.Pass.OSS/bin/Release/netcoreapp2.2/Hncore.Pass.OSS.pdb b/Services/Hncore.Pass.OSS/bin/Release/netcoreapp2.2/Hncore.Pass.OSS.pdb index 202e378..a6c0eee 100644 Binary files a/Services/Hncore.Pass.OSS/bin/Release/netcoreapp2.2/Hncore.Pass.OSS.pdb and b/Services/Hncore.Pass.OSS/bin/Release/netcoreapp2.2/Hncore.Pass.OSS.pdb differ diff --git a/Services/Hncore.Pass.OSS/bin/Release/netcoreapp2.2/Hncore.Pass.OSS.runtimeconfig.json b/Services/Hncore.Pass.OSS/bin/Release/netcoreapp2.2/Hncore.Pass.OSS.runtimeconfig.json index e87497c..0480bc4 100644 --- a/Services/Hncore.Pass.OSS/bin/Release/netcoreapp2.2/Hncore.Pass.OSS.runtimeconfig.json +++ b/Services/Hncore.Pass.OSS/bin/Release/netcoreapp2.2/Hncore.Pass.OSS.runtimeconfig.json @@ -6,8 +6,7 @@ "version": "2.2.0" }, "configProperties": { - "System.GC.Server": true, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false + "System.GC.Server": true } } } \ No newline at end of file diff --git a/Services/Hncore.Pass.OSS/bin/Release/netcoreapp2.2/appsettings.Development.json b/Services/Hncore.Pass.OSS/bin/Release/netcoreapp2.2/appsettings.Development.json deleted file mode 100644 index abe8c34..0000000 --- a/Services/Hncore.Pass.OSS/bin/Release/netcoreapp2.2/appsettings.Development.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Debug", - "System": "Information", - "Microsoft": "Information" - } - }, - "Aliyun": { - "Oss": { - "AliEndpoint": "oss-cn-shenzhen.aliyuncs.com", - "AliAccessId": "dpisQKVqzAYffodY", - "AliAccessKey": "ZG3uAkwPR4UpfsTJzG9DW1WeKIskHz" - - } - } -} \ No newline at end of file diff --git a/Services/Hncore.Pass.OSS/bin/Release/netcoreapp2.2/appsettings.json b/Services/Hncore.Pass.OSS/bin/Release/netcoreapp2.2/appsettings.json deleted file mode 100644 index def9159..0000000 --- a/Services/Hncore.Pass.OSS/bin/Release/netcoreapp2.2/appsettings.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Warning" - } - }, - "AllowedHosts": "*" -} diff --git a/Services/Hncore.Pass.OSS/bin/Release/netcoreapp2.2/ueditor.gqc.json b/Services/Hncore.Pass.OSS/bin/Release/netcoreapp2.2/ueditor.gqc.json deleted file mode 100644 index dcad038..0000000 --- a/Services/Hncore.Pass.OSS/bin/Release/netcoreapp2.2/ueditor.gqc.json +++ /dev/null @@ -1,180 +0,0 @@ -/* 前后端通信相关的配置,注释只允许使用多行方式 */ -{ - /* 上传图片配置项 */ - "imageActionName": "uploadimage", /* 执行上传图片的action名称 */ - "imageFieldName": "upfile", /* 提交的图片表单名称 */ - "imageMaxSize": 2048000, /* 上传大小限制,单位B */ - "imageAllowFiles": [ ".png", ".jpg", ".jpeg", ".gif", ".bmp" ], /* 上传图片格式显示 */ - "imageCompressEnable": true, /* 是否压缩图片,默认是true */ - "imageCompressBorder": 1600, /* 图片压缩最长边限制 */ - "imageInsertAlign": "none", /* 插入的图片浮动方式 */ - "imageUrlPrefix": "http://xxx.com", /* 图片访问路径前缀 */ - "imagePathFormat": "upload/image/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */ - /* {filename} 会替换成原文件名,配置这项需要注意中文乱码问题 */ - /* {rand:6} 会替换成随机数,后面的数字是随机数的位数 */ - /* {time} 会替换成时间戳 */ - /* {yyyy} 会替换成四位年份 */ - /* {yy} 会替换成两位年份 */ - /* {mm} 会替换成两位月份 */ - /* {dd} 会替换成两位日期 */ - /* {hh} 会替换成两位小时 */ - /* {ii} 会替换成两位分钟 */ - /* {ss} 会替换成两位秒 */ - /* 非法字符 \ : * ? " < > | */ - /* 具请体看线上文档: fex.baidu.com/ueditor/#use-format_upload_filename */ - - /* 涂鸦图片上传配置项 */ - "scrawlActionName": "uploadscrawl", /* 执行上传涂鸦的action名称 */ - "scrawlFieldName": "upfile", /* 提交的图片表单名称 */ - "scrawlPathFormat": "upload/image/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */ - "scrawlMaxSize": 2048000, /* 上传大小限制,单位B */ - "scrawlUrlPrefix": "http://xxx.com", /* 图片访问路径前缀 */ - "scrawlInsertAlign": "none", - - /* 截图工具上传 */ - "snapscreenActionName": "uploadimage", /* 执行上传截图的action名称 */ - "snapscreenPathFormat": "upload/image/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */ - "snapscreenUrlPrefix": "http://xxx.com", /* 图片访问路径前缀 */ - "snapscreenInsertAlign": "none", /* 插入的图片浮动方式 */ - - /* 抓取远程图片配置 */ - "catcherLocalDomain": [ "127.0.0.1", "localhost", "img.baidu.com" ], - "catcherActionName": "catchimage", /* 执行抓取远程图片的action名称 */ - "catcherFieldName": "source", /* 提交的图片列表表单名称 */ - "catcherPathFormat": "upload/image/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */ - "catcherUrlPrefix": "http://xxx.com", /* 图片访问路径前缀 */ - "catcherMaxSize": 2048000, /* 上传大小限制,单位B */ - "catcherAllowFiles": [ ".png", ".jpg", ".jpeg", ".gif", ".bmp" ], /* 抓取图片格式显示 */ - - /* 上传视频配置 */ - "videoActionName": "uploadvideo", /* 执行上传视频的action名称 */ - "videoFieldName": "upfile", /* 提交的视频表单名称 */ - "videoPathFormat": "upload/video/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */ - "videoUrlPrefix": "http://xxx.com/", /* 视频访问路径前缀 */ - "videoMaxSize": 102400000, /* 上传大小限制,单位B,默认100MB */ - "videoAllowFiles": [ - ".flv", - ".swf", - ".mkv", - ".avi", - ".rm", - ".rmvb", - ".mpeg", - ".mpg", - ".ogg", - ".ogv", - ".mov", - ".wmv", - ".mp4", - ".webm", - ".mp3", - ".wav", - ".mid" - ], /* 上传视频格式显示 */ - - /* 上传文件配置 */ - "fileActionName": "uploadfile", /* controller里,执行上传视频的action名称 */ - "fileFieldName": "upfile", /* 提交的文件表单名称 */ - "filePathFormat": "upload/file/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */ - "fileUrlPrefix": "http://xxx.com", /* 文件访问路径前缀 */ - "fileMaxSize": 51200000, /* 上传大小限制,单位B,默认50MB */ - "fileAllowFiles": [ - ".png", - ".jpg", - ".jpeg", - ".gif", - ".bmp", - ".flv", - ".swf", - ".mkv", - ".avi", - ".rm", - ".rmvb", - ".mpeg", - ".mpg", - ".ogg", - ".ogv", - ".mov", - ".wmv", - ".mp4", - ".webm", - ".mp3", - ".wav", - ".mid", - ".rar", - ".zip", - ".tar", - ".gz", - ".7z", - ".bz2", - ".cab", - ".iso", - ".doc", - ".docx", - ".xls", - ".xlsx", - ".ppt", - ".pptx", - ".pdf", - ".txt", - ".md", - ".xml" - ], /* 上传文件格式显示 */ - - /* 列出指定目录下的图片 */ - "imageManagerActionName": "listimage", /* 执行图片管理的action名称 */ - "imageManagerListPath": "upload/image", /* 指定要列出图片的目录 */ - "imageManagerListSize": 20, /* 每次列出文件数量 */ - "imageManagerUrlPrefix": "http://xxx.com", /* 图片访问路径前缀 */ - "imageManagerInsertAlign": "none", /* 插入的图片浮动方式 */ - "imageManagerAllowFiles": [ ".png", ".jpg", ".jpeg", ".gif", ".bmp" ], /* 列出的文件类型 */ - - /* 列出指定目录下的文件 */ - "fileManagerActionName": "listfile", /* 执行文件管理的action名称 */ - "fileManagerListPath": "upload/file", /* 指定要列出文件的目录 */ - "fileManagerUrlPrefix": "http://xxx.com", /* 文件访问路径前缀 */ - "fileManagerListSize": 20, /* 每次列出文件数量 */ - "fileManagerAllowFiles": [ - ".png", - ".jpg", - ".jpeg", - ".gif", - ".bmp", - ".flv", - ".swf", - ".mkv", - ".avi", - ".rm", - ".rmvb", - ".mpeg", - ".mpg", - ".ogg", - ".ogv", - ".mov", - ".wmv", - ".mp4", - ".webm", - ".mp3", - ".wav", - ".mid", - ".rar", - ".zip", - ".tar", - ".gz", - ".7z", - ".bz2", - ".cab", - ".iso", - ".doc", - ".docx", - ".xls", - ".xlsx", - ".ppt", - ".pptx", - ".pdf", - ".txt", - ".md", - ".xml" - ] /* 列出的文件类型 */ - -} \ No newline at end of file diff --git a/Services/Hncore.Pass.OSS/bin/Release/netcoreapp2.2/ueditor.json b/Services/Hncore.Pass.OSS/bin/Release/netcoreapp2.2/ueditor.json deleted file mode 100644 index 4adfa20..0000000 --- a/Services/Hncore.Pass.OSS/bin/Release/netcoreapp2.2/ueditor.json +++ /dev/null @@ -1,180 +0,0 @@ -/* 前后端通信相关的配置,注释只允许使用多行方式 */ -{ - /* 上传图片配置项 */ - "imageActionName": "uploadimage", /* 执行上传图片的action名称 */ - "imageFieldName": "upfile", /* 提交的图片表单名称 */ - "imageMaxSize": 2048000, /* 上传大小限制,单位B */ - "imageAllowFiles": [ ".png", ".jpg", ".jpeg", ".gif", ".bmp" ], /* 上传图片格式显示 */ - "imageCompressEnable": true, /* 是否压缩图片,默认是true */ - "imageCompressBorder": 1600, /* 图片压缩最长边限制 */ - "imageInsertAlign": "none", /* 插入的图片浮动方式 */ - "imageUrlPrefix": "http://localhost:64279/", /* 图片访问路径前缀 */ - "imagePathFormat": "upload/image/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */ - /* {filename} 会替换成原文件名,配置这项需要注意中文乱码问题 */ - /* {rand:6} 会替换成随机数,后面的数字是随机数的位数 */ - /* {time} 会替换成时间戳 */ - /* {yyyy} 会替换成四位年份 */ - /* {yy} 会替换成两位年份 */ - /* {mm} 会替换成两位月份 */ - /* {dd} 会替换成两位日期 */ - /* {hh} 会替换成两位小时 */ - /* {ii} 会替换成两位分钟 */ - /* {ss} 会替换成两位秒 */ - /* 非法字符 \ : * ? " < > | */ - /* 具请体看线上文档: fex.baidu.com/ueditor/#use-format_upload_filename */ - - /* 涂鸦图片上传配置项 */ - "scrawlActionName": "uploadscrawl", /* 执行上传涂鸦的action名称 */ - "scrawlFieldName": "upfile", /* 提交的图片表单名称 */ - "scrawlPathFormat": "upload/image/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */ - "scrawlMaxSize": 2048000, /* 上传大小限制,单位B */ - "scrawlUrlPrefix": "http://localhost:64279/", /* 图片访问路径前缀 */ - "scrawlInsertAlign": "none", - - /* 截图工具上传 */ - "snapscreenActionName": "uploadimage", /* 执行上传截图的action名称 */ - "snapscreenPathFormat": "upload/image/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */ - "snapscreenUrlPrefix": "http://localhost:64279/", /* 图片访问路径前缀 */ - "snapscreenInsertAlign": "none", /* 插入的图片浮动方式 */ - - /* 抓取远程图片配置 */ - "catcherLocalDomain": [ "127.0.0.1", "localhost", "img.baidu.com" ], - "catcherActionName": "catchimage", /* 执行抓取远程图片的action名称 */ - "catcherFieldName": "source", /* 提交的图片列表表单名称 */ - "catcherPathFormat": "upload/image/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */ - "catcherUrlPrefix": "http://localhost:64279/", /* 图片访问路径前缀 */ - "catcherMaxSize": 2048000, /* 上传大小限制,单位B */ - "catcherAllowFiles": [ ".png", ".jpg", ".jpeg", ".gif", ".bmp" ], /* 抓取图片格式显示 */ - - /* 上传视频配置 */ - "videoActionName": "uploadvideo", /* 执行上传视频的action名称 */ - "videoFieldName": "upfile", /* 提交的视频表单名称 */ - "videoPathFormat": "upload/video/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */ - "videoUrlPrefix": "http://localhost:64279/", /* 视频访问路径前缀 */ - "videoMaxSize": 102400000, /* 上传大小限制,单位B,默认100MB */ - "videoAllowFiles": [ - ".flv", - ".swf", - ".mkv", - ".avi", - ".rm", - ".rmvb", - ".mpeg", - ".mpg", - ".ogg", - ".ogv", - ".mov", - ".wmv", - ".mp4", - ".webm", - ".mp3", - ".wav", - ".mid" - ], /* 上传视频格式显示 */ - - /* 上传文件配置 */ - "fileActionName": "uploadfile", /* controller里,执行上传视频的action名称 */ - "fileFieldName": "upfile", /* 提交的文件表单名称 */ - "filePathFormat": "upload/file/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */ - "fileUrlPrefix": "http://localhost:64279/", /* 文件访问路径前缀 */ - "fileMaxSize": 51200000, /* 上传大小限制,单位B,默认50MB */ - "fileAllowFiles": [ - ".png", - ".jpg", - ".jpeg", - ".gif", - ".bmp", - ".flv", - ".swf", - ".mkv", - ".avi", - ".rm", - ".rmvb", - ".mpeg", - ".mpg", - ".ogg", - ".ogv", - ".mov", - ".wmv", - ".mp4", - ".webm", - ".mp3", - ".wav", - ".mid", - ".rar", - ".zip", - ".tar", - ".gz", - ".7z", - ".bz2", - ".cab", - ".iso", - ".doc", - ".docx", - ".xls", - ".xlsx", - ".ppt", - ".pptx", - ".pdf", - ".txt", - ".md", - ".xml" - ], /* 上传文件格式显示 */ - - /* 列出指定目录下的图片 */ - "imageManagerActionName": "listimage", /* 执行图片管理的action名称 */ - "imageManagerListPath": "upload/image", /* 指定要列出图片的目录 */ - "imageManagerListSize": 20, /* 每次列出文件数量 */ - "imageManagerUrlPrefix": "http://localhost:64279/", /* 图片访问路径前缀 */ - "imageManagerInsertAlign": "none", /* 插入的图片浮动方式 */ - "imageManagerAllowFiles": [ ".png", ".jpg", ".jpeg", ".gif", ".bmp" ], /* 列出的文件类型 */ - - /* 列出指定目录下的文件 */ - "fileManagerActionName": "listfile", /* 执行文件管理的action名称 */ - "fileManagerListPath": "upload/file", /* 指定要列出文件的目录 */ - "fileManagerUrlPrefix": "http://localhost:64279/", /* 文件访问路径前缀 */ - "fileManagerListSize": 20, /* 每次列出文件数量 */ - "fileManagerAllowFiles": [ - ".png", - ".jpg", - ".jpeg", - ".gif", - ".bmp", - ".flv", - ".swf", - ".mkv", - ".avi", - ".rm", - ".rmvb", - ".mpeg", - ".mpg", - ".ogg", - ".ogv", - ".mov", - ".wmv", - ".mp4", - ".webm", - ".mp3", - ".wav", - ".mid", - ".rar", - ".zip", - ".tar", - ".gz", - ".7z", - ".bz2", - ".cab", - ".iso", - ".doc", - ".docx", - ".xls", - ".xlsx", - ".ppt", - ".pptx", - ".pdf", - ".txt", - ".md", - ".xml" - ] /* 列出的文件类型 */ - -} \ No newline at end of file diff --git a/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/Alipay.AopSdk.Core.dll b/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/Alipay.AopSdk.Core.dll index 9aa96c5..05909c4 100644 Binary files a/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/Alipay.AopSdk.Core.dll and b/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/Alipay.AopSdk.Core.dll differ diff --git a/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/Alipay.AopSdk.Core.pdb b/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/Alipay.AopSdk.Core.pdb index ae9c072..97c9c61 100644 Binary files a/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/Alipay.AopSdk.Core.pdb and b/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/Alipay.AopSdk.Core.pdb differ diff --git a/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.dll b/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.dll index cfcf768..83f6e7b 100644 Binary files a/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.dll and b/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.dll differ diff --git a/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.pdb b/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.pdb index 8e875db..7bf8cd4 100644 Binary files a/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.pdb and b/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.pdb differ diff --git a/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/Hncore.Pass.PaymentCenter.deps.json b/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/Hncore.Pass.PaymentCenter.deps.json index fba6d3b..2504692 100644 --- a/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/Hncore.Pass.PaymentCenter.deps.json +++ b/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/Hncore.Pass.PaymentCenter.deps.json @@ -1,21 +1,16 @@ { "runtimeTarget": { "name": ".NETCoreApp,Version=v2.2", - "signature": "" + "signature": "703f8435948ceb4000d7d500c6b299cd0463b68b" }, "compilationOptions": { "defines": [ "TRACE", "DEBUG", "NETCOREAPP", - "NETCOREAPP2_2", - "NETCOREAPP1_0_OR_GREATER", - "NETCOREAPP1_1_OR_GREATER", - "NETCOREAPP2_0_OR_GREATER", - "NETCOREAPP2_1_OR_GREATER", - "NETCOREAPP2_2_OR_GREATER" + "NETCOREAPP2_2" ], - "languageVersion": "7.3", + "languageVersion": "", "platform": "", "allowUnsafe": false, "warningsAsErrors": false, @@ -2345,6 +2340,16 @@ "System.Security.AccessControl": "4.5.0", "System.Security.Principal.Windows": "4.5.0" }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } + }, "compile": { "ref/netstandard2.0/Microsoft.Win32.Registry.dll": {} } @@ -2663,9 +2668,30 @@ "lib/netstandard1.0/Remotion.Linq.dll": {} } }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/debian.8-x64/native/_._": { + "rid": "debian.8-x64", + "assetType": "native" + } + } + }, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/fedora.23-x64/native/_._": { + "rid": "fedora.23-x64", + "assetType": "native" + } + } + }, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/fedora.24-x64/native/_._": { + "rid": "fedora.24-x64", + "assetType": "native" + } + } + }, "runtime.native.System/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "2.2.0", @@ -2716,14 +2742,70 @@ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" } }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/opensuse.13.2-x64/native/_._": { + "rid": "opensuse.13.2-x64", + "assetType": "native" + } + } + }, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/opensuse.42.1-x64/native/_._": { + "rid": "opensuse.42.1-x64", + "assetType": "native" + } + } + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "runtimeTargets": { + "runtime/osx.10.10-x64/native/_._": { + "rid": "osx.10.10-x64", + "assetType": "native" + } + } + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/osx.10.10-x64/native/_._": { + "rid": "osx.10.10-x64", + "assetType": "native" + } + } + }, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/rhel.7-x64/native/_._": { + "rid": "rhel.7-x64", + "assetType": "native" + } + } + }, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/ubuntu.14.04-x64/native/_._": { + "rid": "ubuntu.14.04-x64", + "assetType": "native" + } + } + }, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/ubuntu.16.04-x64/native/_._": { + "rid": "ubuntu.16.04-x64", + "assetType": "native" + } + } + }, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/ubuntu.16.10-x64/native/_._": { + "rid": "ubuntu.16.10-x64", + "assetType": "native" + } + } + }, "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { "runtimeTargets": { "runtimes/win-arm64/native/sni.dll": { @@ -3114,6 +3196,16 @@ "System.Runtime": "4.3.0", "System.Runtime.Extensions": "4.3.0", "System.Runtime.InteropServices": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Diagnostics.Process/4.1.0": { @@ -3139,6 +3231,20 @@ "System.Threading.Thread": "4.3.0", "System.Threading.ThreadPool": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/linux/lib/_._": { + "rid": "linux", + "assetType": "runtime" + }, + "runtime/osx/lib/_._": { + "rid": "osx", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Diagnostics.StackTrace/4.3.0": { @@ -3177,6 +3283,16 @@ "System.Runtime.Extensions": "4.3.0", "System.Threading": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Diagnostics.Tracing/4.3.0": { @@ -3256,6 +3372,16 @@ "System.Runtime": "4.3.0", "System.Runtime.Extensions": "4.3.0", "System.Runtime.InteropServices": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Interactive.Async/3.2.0": { @@ -3295,6 +3421,16 @@ "System.Threading.Tasks": "4.3.0", "runtime.native.System": "4.3.0", "runtime.native.System.IO.Compression": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.IO.FileSystem/4.3.0": { @@ -3398,6 +3534,16 @@ "System.Threading": "4.3.0", "System.Threading.Tasks": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Net.Primitives/4.3.0": { @@ -3438,6 +3584,16 @@ "runtime.native.System": "4.3.0", "runtime.native.System.Net.Security": "4.3.0", "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Net.Sockets/4.3.0": { @@ -3494,6 +3650,16 @@ "System.Threading": "4.3.0", "System.Threading.Tasks": "4.3.0", "System.Threading.Timer": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Numerics.Vectors/4.5.0": {}, @@ -3643,6 +3809,16 @@ "System.Runtime.InteropServices": "4.3.0", "System.Threading": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Runtime.Loader/4.0.0": { @@ -3678,6 +3854,12 @@ "Microsoft.NETCore.Platforms": "2.2.0", "System.Security.Principal.Windows": "4.5.0" }, + "runtimeTargets": { + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } + }, "compile": { "ref/netstandard2.0/System.Security.AccessControl.dll": {} } @@ -3709,9 +3891,29 @@ "System.Text.Encoding": "4.3.0", "runtime.native.System.Security.Cryptography.Apple": "4.3.0", "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "runtimeTargets": { + "runtime/osx/lib/_._": { + "rid": "osx", + "assetType": "runtime" + }, + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Security.Cryptography.Cng/4.5.0": { + "runtimeTargets": { + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } + }, "compile": { "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} } @@ -3731,6 +3933,16 @@ "System.Security.Cryptography.Primitives": "4.3.0", "System.Text.Encoding": "4.3.0", "System.Threading": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Security.Cryptography.Encoding/4.3.0": { @@ -3747,6 +3959,16 @@ "System.Security.Cryptography.Primitives": "4.3.0", "System.Text.Encoding": "4.3.0", "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Security.Cryptography.OpenSsl/4.3.0": { @@ -3764,6 +3986,12 @@ "System.Security.Cryptography.Primitives": "4.3.0", "System.Text.Encoding": "4.3.0", "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + } } }, "System.Security.Cryptography.Pkcs/4.5.0": { @@ -3823,6 +4051,16 @@ "runtime.native.System": "4.3.0", "runtime.native.System.Net.Http": "4.3.0", "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Security.Cryptography.Xml/4.5.0": { @@ -3863,6 +4101,16 @@ "dependencies": { "Microsoft.NETCore.Platforms": "2.2.0" }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } + }, "compile": { "ref/netstandard2.0/System.Security.Principal.Windows.dll": {} } diff --git a/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/Hncore.Pass.PaymentCenter.dll b/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/Hncore.Pass.PaymentCenter.dll index 10f8c0f..5864abb 100644 Binary files a/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/Hncore.Pass.PaymentCenter.dll and b/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/Hncore.Pass.PaymentCenter.dll differ diff --git a/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/Hncore.Pass.PaymentCenter.pdb b/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/Hncore.Pass.PaymentCenter.pdb index 7a19488..2a8215b 100644 Binary files a/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/Hncore.Pass.PaymentCenter.pdb and b/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/Hncore.Pass.PaymentCenter.pdb differ diff --git a/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/Hncore.Pass.PaymentCenter.runtimeconfig.json b/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/Hncore.Pass.PaymentCenter.runtimeconfig.json index 14f9c19..f8aa250 100644 --- a/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/Hncore.Pass.PaymentCenter.runtimeconfig.json +++ b/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/Hncore.Pass.PaymentCenter.runtimeconfig.json @@ -7,8 +7,7 @@ }, "configProperties": { "System.GC.Concurrent": true, - "System.GC.Server": false, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false + "System.GC.Server": false } } } \ No newline at end of file diff --git a/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/PaymentCenterClient.dll b/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/PaymentCenterClient.dll index 4a15e5e..6edd625 100644 Binary files a/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/PaymentCenterClient.dll and b/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/PaymentCenterClient.dll differ diff --git a/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/PaymentCenterClient.pdb b/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/PaymentCenterClient.pdb index bc59325..f532a9a 100644 Binary files a/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/PaymentCenterClient.pdb and b/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/PaymentCenterClient.pdb differ diff --git a/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/appsettings.Local.json b/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/appsettings.Local.json deleted file mode 100644 index 8c141db..0000000 --- a/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/appsettings.Local.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "MySql": "Server=rm-bp12e1533udh1827azo.mysql.rds.aliyuncs.com;Database=Hncore_property_test;User=Hncore_test;Password=Hncore_test!QAZ2wsx;Convert Zero Datetime=True;", - "Redis": "192.168.1.245:6379,password=123456,defaultDatabase=0,poolsize=1", - "HWCNotifyUrl": "http://ipistest.Hncore.top/api/paymentcenter/v1/Payment/HWCNotify", - "UnionpayAggregateRootNotifyUrl": "http://ipistest.Hncore.top/api/paymentcenter/v1/Payment/UANotify", - "QuanFuTong": { - "MchId": "102546446546", - "RSAPrivateKey": "MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQCtw6jX6yQEkL8cmDZctLoAaCU6vqEegSug9tH3xbGBA+nqpg0PHF4q8fu4NplP4wwh17d86v0/ew4cnWaSWjlVQ+GywZjtcZ8xmfhWDw/rc1UXoWT6C+TC5kucm3zzMfozV9ajIYUXDGw7ZWjuZkjDxZwS3avi56+5ewVMbQfpmW38/42VJf+P4vcQu9cDT9LKpoU0JwDYKnu8yk8adt81xm4JifUNe/X7Xgsuv6KA99zP/vTs4WRaJ53gH7mVf+8uOqPFPl9q2mL8dOw3eYysSN+FA1z+WtarthMELN6Mufgt2hV1V4hXfzpSkvLWu061GusKAQwYj3fs/mvgx8NHAgMBAAECggEAWLaC1jGLgvUvTPb9EhmGuLxy/WnjskI6NwSsL/ZzaC3KV+0Mz8Eo5n4CiIr/fMSrJgAPAqyqPKWjj8JgYqnDiZ+NdAjY/ai7oMQ+ABnSg9+u+tCAUBSQZ1zSD5NmmHbUiS/4OfLcEudZvn1ItCXuUlzqEMuxfLfShDyleN5VYtIF6+OKBGji7FePQJ+2eEdfsh+b1936vztKckVkERSMRaBHCs9RTLSKRfUH4OK7z0oaYV+GK/BBPWT1ylpd+DUoJOiTT13QMP2a3VfKuaYwonI3Whp/Wwc832GWRZMF0PLVJXFiPiPaB1AK+nYO5aD+8lresoYub530VMF6rdUj+QKBgQDWp73zQNtD1Cpcvz2kKjOlwqP2ROBTmZaJzn1AJEYW4bIyDCw1ECkZmo8JYaR8JFX0siyDvgMQsYUasmHZ8qbeKmX0AFfFa26c7A2VCJqWP++Mc1f83KH4dAGplLVirCs7xXGLxAxREPJsJB0BsmRzMwby7rS3J7978VNQD37vewKBgQDPO6jdEhhJZnvJcL2Uf/XCeEfc3Z5ascveqynSgZzkAkyeRKRBJ/rnQRmTklcq97jW+WkyQaYW5VxJ6Ep76gp7ip+UCL4dcjKRLgA/lWOxUh81NjZmsUDWZLSPVJIXdLuGbUU67XRBY5+1jG6SN2oYgBzxjeH/EM58Li7KE+1rpQKBgG1aeTdyZAGzFX24Y4O9iCA6/2KXhhyw0vMTgdVqZVaE1k4Oy3qg5/9GMPZbivs/W5bUKj9XTqJzfVazZ4wrxPzLZrMedZh6eZhx3R1+i5pdqgDIRhvono8/MhWdT6acBU5m8Mh+MLQfyRB0eV6C7g+OAE1EdEYWdsOClqnjqwv/AoGBAM45bofg8+5HYDRMTzyyQhzumYT/vhA/EsRZzNrBRSHZ7+koIdT9NkBfllY2sSv/LSAxPzBWCDSMttSNp2G8vAXJI5irQpYHCK9U+cZModLaCFhpxKVZC07PFKf13xQchGj34IcNuj1AKLUANSCoqJoNE8CGEzpCvVjylHlgb0pJAoGBANWAeTb3HYnPBJIUCkao13/gIP/6/0k7Z8vOnHZgoZVoZuOTVtCc+1Mg5Ati/CKDnvrRcpAyliaintO4kiRDMQTy4+PXpJ7dExG8smLWF428rOKe3D0pgSmrlMbBLZiDyj61/lsL8HNUNjaeuSLSEXlR7Br0PErVHOFvIHfFaH29", - "RSAPublicKey": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqNxzebovJ6R+LF0jFyJD4vgdvj+Apmb5h+pW3T0EtDzWZAr7tyiSAtNedYvRjJCqN5cYw0rIwGMZFbD3lQHbJGC+IvpqXwPB8AWqRAwItI82fo2+AyHkq11yE27IgOjSrKofgg3GWJ6SSQonYuXZ0c09chXXiZPKYe0zRbvq83kAVsYDu1sMwi8mfiVff6CIALsehs1MOjmdLW40N1CicVmJaWuh2yee+sj1/0xMOlV1LyJq63hShBD7T93qpGbHoNkpdz+BFc2byrhv1idbB4DRbUiKynzj3FX2Nz8Dv9TFQv8p2Z8dIOst890atv3P8DO7a9FI8I1reLvFDdyPawIDAQAB" - }, - "UnionpayAggregateRoot": { - "MchId": "QRA491973721AAS", - "Md5Key": "0598e402dd882cb18399ce71f3bf07da" - }, - "EPayNotifyUrl": "https://psiptestapi.wx.weiyu.Hncore.vip/api/v1/epay/paycallback", - "EPayNotifyUrl_Test": "http://ipistest.Hncore.top/api/paymentcenter/v1/epay/callback_test", - "EPayNoOrderBillCallbackUrl": "https://psiptestapi.wx.weiyu.Hncore.vip/api/v1/epay/paycallbacknoorderbill", - "EPayRefundCallbackUrl": "https://psiptestapi.wx.weiyu.Hncore.vip/api/v1/epay/refundcallback", - "WeiFuTongRefundCallbackUrl": "https://psiptestapi.wx.weiyu.Hncore.vip/api/v1/feecenter/refundcallback" -} diff --git a/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/appsettings.Production.json b/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/appsettings.Production.json deleted file mode 100644 index 330971a..0000000 --- a/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/appsettings.Production.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "MySql": "Server=47.92.244.89;Database=property;User=root;Password=qaz123!@#;Convert Zero Datetime=True;TreatTinyAsBoolean=false;port=5000;", - "Redis": "47.92.85.90:6379,password=etor0070x01,defaultDatabase=10,poolsize=1", - "HWCNotifyUrl": "http://louxiaoyuapi.Hncore.vip/api/paymentcenter/v1/Payment/HWCNotify", - "UnionpayAggregateRootNotifyUrl": "http://louxiaoyuapi.Hncore.vip/api/paymentcenter/v1/Payment/UANotify", - "QuanFuTong": { - "MchId": "23", - "RSAPrivateKey": "242424cQu9cDT9LKpoU0JwDYKnu8yk8adt81xm4JifUNe/X7X242461GusKAQwYj3fs/mvgx8NHAgMBAAECggEAWLaC1jGLgvUvTPb9EhmGuLxy/WnjskI6NwSsL/ZzaC3KV+0Mz8Eo5n4CiIr/fMSrJgAPAqyqPKWjj8JgYqnDiZ+NdAjY/ai7oMQ+ABnSg9+u+tCAUBSQZ1zSD5NmmHbUiS/4OfLcEudZvn1ItCXuUlzqEMuxfLfShDyleN5VYtIF6+OKBGji7FePQJ+2eEdfsh+b1936vztKckVkERSMRaBHCs9RTLSKRfUH4OK7z0oaYV+GK/BBPWT1ylpd+DUoJOiTT13QMP2a3VfKuaYwonI3Whp/Wwc832GWRZMF0PLVJXFiPiPaB1AK+nYO5aD+8lresoYub530VMF6rdUj+QKBgQDWp73zQNtD1Cpcvz2kKjOlwqP2ROBTmZaJzn1AJEYW4bIyDCw1ECkZmo8JYaR8JFX0siyDvgMQsYUasmHZ8qbeKmX0AFfFa26c7A2VCJqWP++Mc1f83KH4dAGplLVirCs7xXGLxAxREPJsJB0BsmRzMwby7rS3J7978VNQD37vewKBgQDPO6jdEhhJZnvJcL2Uf/XCeEfc3Z5ascveqynSgZzkAkyeRKRBJ/rnQRmTklcq97jW+WkyQaYW5VxJ6Ep76gp7ip+UCL4dcjKRLgA/lWOxUh81NjZmsUDWZLSPVJIXdLuGbUU67XRBY5+1jG6SN2oYgBzxjeH/EM58Li7KE+1rpQKBgG1aeTdyZAGzFX24Y4O9iCA6/2KXhhyw0vMTgdVqZVaE1k4Oy3qg5/9GMPZbivs/W5bUKj9XTqJzfVazZ4wrxPzLZrMedZh6eZhx3R1+i5pdqgDIRhvono8/MhWdT6acBU5m8Mh+MLQfyRB0eV6C7g+OAE1EdEYWdsOClqnjqwv/AoGBAM45bofg8+5HYDRMTzyyQhzumYT/vhA/EsRZzNrBRSHZ7+koIdT9NkBfllY2sSv/LSAxPzBWCDSMttSNp2G8vAXJI5irQpYHCK9U+cZModLaCFhpxKVZC07PFKf13xQchGj34IcNuj1AKLUANSCoqJoNE8CGEzpCvVjylHlgb0pJAoGBANWAeTb3HYnPBJIUCkao13/gIP/6/0k7Z8vOnHZgoZVoZuOTVtCc+1Mg5Ati/CKDnvrRcpAyliaintO4kiRDMQTy4+PXpJ7dExG8smLWF428rOKe3D0pgSmrlMbBLZiDyj61/lsL8HNUNjaeuSLSEXlR7Br0PErVHOFvIHfFaH29", - "RSAPublicKey": "MIIBIjANBgkqhkiG9w034343482fo2+AyHkq11yE27IgOjSrKofgg3GWJ6SSQonYuXZ0c09chXXiZPKYe0zRbvq83kAVsYDu1sMwi8mfiVff6CIALsehs1MOjmdLW40N1CicVmJaWuh2yee+sj1/0xMOlV1LyJq63hShBD7T93qpGbHoNkpdz+BFc2byrhv1idbB4DRbUiKynzj3FX2Nz8Dv9TFQv8p2Z8dIOst890atv3P8DO7a9FI8I1reLvFDdyPawIDAQAB" - }, - "UnionpayAggregateRoot": { - "MchId": "dfdf", - "Md5Key": "43434" - }, - "EPayNotifyUrl": "https://psipbmsapi.wx.weiyu.Hncore.vip/api/v1/epay/paycallback", - "EPayNotifyUrl_Test": "http://ipistest.Hncore.top/api/paymentcenter/v1/epay/callback_test", //测试回调地址 - "EPayNoOrderBillCallbackUrl": "https://psipbmsapi.wx.weiyu.Hncore.vip/api/v1/epay/paycallbacknoorderbill", - "EPayRefundCallbackUrl": "https://psipbmsapi.wx.weiyu.Hncore.vip/api/v1/epay/refundcallback", - "WeiFuTongRefundCallbackUrl": "https://psipbmsapi.wx.weiyu.Hncore.vip/api/v1/feecenter/refundcallback" -} \ No newline at end of file diff --git a/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/appsettings.json b/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/appsettings.json deleted file mode 100644 index def9159..0000000 --- a/Services/Hncore.Pass.PaymentCenter/bin/Debug/netcoreapp2.2/appsettings.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Warning" - } - }, - "AllowedHosts": "*" -} diff --git a/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/Alipay.AopSdk.Core.dll b/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/Alipay.AopSdk.Core.dll index 12a743d..b0beb91 100644 Binary files a/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/Alipay.AopSdk.Core.dll and b/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/Alipay.AopSdk.Core.dll differ diff --git a/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/Alipay.AopSdk.Core.pdb b/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/Alipay.AopSdk.Core.pdb index b1c0d5c..6dcb9b0 100644 Binary files a/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/Alipay.AopSdk.Core.pdb and b/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/Alipay.AopSdk.Core.pdb differ diff --git a/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/Hncore.Infrastructure.dll b/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/Hncore.Infrastructure.dll index b2c9d64..6da8d06 100644 Binary files a/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/Hncore.Infrastructure.dll and b/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/Hncore.Infrastructure.dll differ diff --git a/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/Hncore.Infrastructure.pdb b/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/Hncore.Infrastructure.pdb index 0565dda..1aad508 100644 Binary files a/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/Hncore.Infrastructure.pdb and b/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/Hncore.Infrastructure.pdb differ diff --git a/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/Hncore.Pass.PaymentCenter.deps.json b/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/Hncore.Pass.PaymentCenter.deps.json index f10d7ab..8d193f6 100644 --- a/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/Hncore.Pass.PaymentCenter.deps.json +++ b/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/Hncore.Pass.PaymentCenter.deps.json @@ -1,21 +1,16 @@ { "runtimeTarget": { "name": ".NETCoreApp,Version=v2.2", - "signature": "" + "signature": "703f8435948ceb4000d7d500c6b299cd0463b68b" }, "compilationOptions": { "defines": [ "TRACE", "RELEASE", "NETCOREAPP", - "NETCOREAPP2_2", - "NETCOREAPP1_0_OR_GREATER", - "NETCOREAPP1_1_OR_GREATER", - "NETCOREAPP2_0_OR_GREATER", - "NETCOREAPP2_1_OR_GREATER", - "NETCOREAPP2_2_OR_GREATER" + "NETCOREAPP2_2" ], - "languageVersion": "7.3", + "languageVersion": "", "platform": "", "allowUnsafe": false, "warningsAsErrors": false, @@ -2345,6 +2340,16 @@ "System.Security.AccessControl": "4.5.0", "System.Security.Principal.Windows": "4.5.0" }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } + }, "compile": { "ref/netstandard2.0/Microsoft.Win32.Registry.dll": {} } @@ -2663,9 +2668,30 @@ "lib/netstandard1.0/Remotion.Linq.dll": {} } }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/debian.8-x64/native/_._": { + "rid": "debian.8-x64", + "assetType": "native" + } + } + }, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/fedora.23-x64/native/_._": { + "rid": "fedora.23-x64", + "assetType": "native" + } + } + }, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/fedora.24-x64/native/_._": { + "rid": "fedora.24-x64", + "assetType": "native" + } + } + }, "runtime.native.System/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "2.2.0", @@ -2716,14 +2742,70 @@ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" } }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/opensuse.13.2-x64/native/_._": { + "rid": "opensuse.13.2-x64", + "assetType": "native" + } + } + }, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/opensuse.42.1-x64/native/_._": { + "rid": "opensuse.42.1-x64", + "assetType": "native" + } + } + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "runtimeTargets": { + "runtime/osx.10.10-x64/native/_._": { + "rid": "osx.10.10-x64", + "assetType": "native" + } + } + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/osx.10.10-x64/native/_._": { + "rid": "osx.10.10-x64", + "assetType": "native" + } + } + }, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/rhel.7-x64/native/_._": { + "rid": "rhel.7-x64", + "assetType": "native" + } + } + }, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/ubuntu.14.04-x64/native/_._": { + "rid": "ubuntu.14.04-x64", + "assetType": "native" + } + } + }, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/ubuntu.16.04-x64/native/_._": { + "rid": "ubuntu.16.04-x64", + "assetType": "native" + } + } + }, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/ubuntu.16.10-x64/native/_._": { + "rid": "ubuntu.16.10-x64", + "assetType": "native" + } + } + }, "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { "runtimeTargets": { "runtimes/win-arm64/native/sni.dll": { @@ -3114,6 +3196,16 @@ "System.Runtime": "4.3.0", "System.Runtime.Extensions": "4.3.0", "System.Runtime.InteropServices": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Diagnostics.Process/4.1.0": { @@ -3139,6 +3231,20 @@ "System.Threading.Thread": "4.3.0", "System.Threading.ThreadPool": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/linux/lib/_._": { + "rid": "linux", + "assetType": "runtime" + }, + "runtime/osx/lib/_._": { + "rid": "osx", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Diagnostics.StackTrace/4.3.0": { @@ -3177,6 +3283,16 @@ "System.Runtime.Extensions": "4.3.0", "System.Threading": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Diagnostics.Tracing/4.3.0": { @@ -3256,6 +3372,16 @@ "System.Runtime": "4.3.0", "System.Runtime.Extensions": "4.3.0", "System.Runtime.InteropServices": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Interactive.Async/3.2.0": { @@ -3295,6 +3421,16 @@ "System.Threading.Tasks": "4.3.0", "runtime.native.System": "4.3.0", "runtime.native.System.IO.Compression": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.IO.FileSystem/4.3.0": { @@ -3398,6 +3534,16 @@ "System.Threading": "4.3.0", "System.Threading.Tasks": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Net.Primitives/4.3.0": { @@ -3438,6 +3584,16 @@ "runtime.native.System": "4.3.0", "runtime.native.System.Net.Security": "4.3.0", "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Net.Sockets/4.3.0": { @@ -3494,6 +3650,16 @@ "System.Threading": "4.3.0", "System.Threading.Tasks": "4.3.0", "System.Threading.Timer": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Numerics.Vectors/4.5.0": {}, @@ -3643,6 +3809,16 @@ "System.Runtime.InteropServices": "4.3.0", "System.Threading": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Runtime.Loader/4.0.0": { @@ -3678,6 +3854,12 @@ "Microsoft.NETCore.Platforms": "2.2.0", "System.Security.Principal.Windows": "4.5.0" }, + "runtimeTargets": { + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } + }, "compile": { "ref/netstandard2.0/System.Security.AccessControl.dll": {} } @@ -3709,9 +3891,29 @@ "System.Text.Encoding": "4.3.0", "runtime.native.System.Security.Cryptography.Apple": "4.3.0", "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "runtimeTargets": { + "runtime/osx/lib/_._": { + "rid": "osx", + "assetType": "runtime" + }, + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Security.Cryptography.Cng/4.5.0": { + "runtimeTargets": { + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } + }, "compile": { "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} } @@ -3731,6 +3933,16 @@ "System.Security.Cryptography.Primitives": "4.3.0", "System.Text.Encoding": "4.3.0", "System.Threading": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Security.Cryptography.Encoding/4.3.0": { @@ -3747,6 +3959,16 @@ "System.Security.Cryptography.Primitives": "4.3.0", "System.Text.Encoding": "4.3.0", "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Security.Cryptography.OpenSsl/4.3.0": { @@ -3764,6 +3986,12 @@ "System.Security.Cryptography.Primitives": "4.3.0", "System.Text.Encoding": "4.3.0", "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + } } }, "System.Security.Cryptography.Pkcs/4.5.0": { @@ -3823,6 +4051,16 @@ "runtime.native.System": "4.3.0", "runtime.native.System.Net.Http": "4.3.0", "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Security.Cryptography.Xml/4.5.0": { @@ -3863,6 +4101,16 @@ "dependencies": { "Microsoft.NETCore.Platforms": "2.2.0" }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } + }, "compile": { "ref/netstandard2.0/System.Security.Principal.Windows.dll": {} } diff --git a/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/Hncore.Pass.PaymentCenter.dll b/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/Hncore.Pass.PaymentCenter.dll index ff8b1a3..6619636 100644 Binary files a/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/Hncore.Pass.PaymentCenter.dll and b/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/Hncore.Pass.PaymentCenter.dll differ diff --git a/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/Hncore.Pass.PaymentCenter.pdb b/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/Hncore.Pass.PaymentCenter.pdb index c9901c9..689ab04 100644 Binary files a/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/Hncore.Pass.PaymentCenter.pdb and b/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/Hncore.Pass.PaymentCenter.pdb differ diff --git a/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/Hncore.Pass.PaymentCenter.runtimeconfig.json b/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/Hncore.Pass.PaymentCenter.runtimeconfig.json index 14f9c19..f8aa250 100644 --- a/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/Hncore.Pass.PaymentCenter.runtimeconfig.json +++ b/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/Hncore.Pass.PaymentCenter.runtimeconfig.json @@ -7,8 +7,7 @@ }, "configProperties": { "System.GC.Concurrent": true, - "System.GC.Server": false, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false + "System.GC.Server": false } } } \ No newline at end of file diff --git a/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/PaymentCenterClient.dll b/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/PaymentCenterClient.dll index 301e40b..63b1fd0 100644 Binary files a/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/PaymentCenterClient.dll and b/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/PaymentCenterClient.dll differ diff --git a/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/PaymentCenterClient.pdb b/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/PaymentCenterClient.pdb index 1cd17ac..0afbcf1 100644 Binary files a/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/PaymentCenterClient.pdb and b/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/PaymentCenterClient.pdb differ diff --git a/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/appsettings.Local.json b/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/appsettings.Local.json deleted file mode 100644 index 8c141db..0000000 --- a/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/appsettings.Local.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "MySql": "Server=rm-bp12e1533udh1827azo.mysql.rds.aliyuncs.com;Database=Hncore_property_test;User=Hncore_test;Password=Hncore_test!QAZ2wsx;Convert Zero Datetime=True;", - "Redis": "192.168.1.245:6379,password=123456,defaultDatabase=0,poolsize=1", - "HWCNotifyUrl": "http://ipistest.Hncore.top/api/paymentcenter/v1/Payment/HWCNotify", - "UnionpayAggregateRootNotifyUrl": "http://ipistest.Hncore.top/api/paymentcenter/v1/Payment/UANotify", - "QuanFuTong": { - "MchId": "102546446546", - "RSAPrivateKey": "MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQCtw6jX6yQEkL8cmDZctLoAaCU6vqEegSug9tH3xbGBA+nqpg0PHF4q8fu4NplP4wwh17d86v0/ew4cnWaSWjlVQ+GywZjtcZ8xmfhWDw/rc1UXoWT6C+TC5kucm3zzMfozV9ajIYUXDGw7ZWjuZkjDxZwS3avi56+5ewVMbQfpmW38/42VJf+P4vcQu9cDT9LKpoU0JwDYKnu8yk8adt81xm4JifUNe/X7Xgsuv6KA99zP/vTs4WRaJ53gH7mVf+8uOqPFPl9q2mL8dOw3eYysSN+FA1z+WtarthMELN6Mufgt2hV1V4hXfzpSkvLWu061GusKAQwYj3fs/mvgx8NHAgMBAAECggEAWLaC1jGLgvUvTPb9EhmGuLxy/WnjskI6NwSsL/ZzaC3KV+0Mz8Eo5n4CiIr/fMSrJgAPAqyqPKWjj8JgYqnDiZ+NdAjY/ai7oMQ+ABnSg9+u+tCAUBSQZ1zSD5NmmHbUiS/4OfLcEudZvn1ItCXuUlzqEMuxfLfShDyleN5VYtIF6+OKBGji7FePQJ+2eEdfsh+b1936vztKckVkERSMRaBHCs9RTLSKRfUH4OK7z0oaYV+GK/BBPWT1ylpd+DUoJOiTT13QMP2a3VfKuaYwonI3Whp/Wwc832GWRZMF0PLVJXFiPiPaB1AK+nYO5aD+8lresoYub530VMF6rdUj+QKBgQDWp73zQNtD1Cpcvz2kKjOlwqP2ROBTmZaJzn1AJEYW4bIyDCw1ECkZmo8JYaR8JFX0siyDvgMQsYUasmHZ8qbeKmX0AFfFa26c7A2VCJqWP++Mc1f83KH4dAGplLVirCs7xXGLxAxREPJsJB0BsmRzMwby7rS3J7978VNQD37vewKBgQDPO6jdEhhJZnvJcL2Uf/XCeEfc3Z5ascveqynSgZzkAkyeRKRBJ/rnQRmTklcq97jW+WkyQaYW5VxJ6Ep76gp7ip+UCL4dcjKRLgA/lWOxUh81NjZmsUDWZLSPVJIXdLuGbUU67XRBY5+1jG6SN2oYgBzxjeH/EM58Li7KE+1rpQKBgG1aeTdyZAGzFX24Y4O9iCA6/2KXhhyw0vMTgdVqZVaE1k4Oy3qg5/9GMPZbivs/W5bUKj9XTqJzfVazZ4wrxPzLZrMedZh6eZhx3R1+i5pdqgDIRhvono8/MhWdT6acBU5m8Mh+MLQfyRB0eV6C7g+OAE1EdEYWdsOClqnjqwv/AoGBAM45bofg8+5HYDRMTzyyQhzumYT/vhA/EsRZzNrBRSHZ7+koIdT9NkBfllY2sSv/LSAxPzBWCDSMttSNp2G8vAXJI5irQpYHCK9U+cZModLaCFhpxKVZC07PFKf13xQchGj34IcNuj1AKLUANSCoqJoNE8CGEzpCvVjylHlgb0pJAoGBANWAeTb3HYnPBJIUCkao13/gIP/6/0k7Z8vOnHZgoZVoZuOTVtCc+1Mg5Ati/CKDnvrRcpAyliaintO4kiRDMQTy4+PXpJ7dExG8smLWF428rOKe3D0pgSmrlMbBLZiDyj61/lsL8HNUNjaeuSLSEXlR7Br0PErVHOFvIHfFaH29", - "RSAPublicKey": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqNxzebovJ6R+LF0jFyJD4vgdvj+Apmb5h+pW3T0EtDzWZAr7tyiSAtNedYvRjJCqN5cYw0rIwGMZFbD3lQHbJGC+IvpqXwPB8AWqRAwItI82fo2+AyHkq11yE27IgOjSrKofgg3GWJ6SSQonYuXZ0c09chXXiZPKYe0zRbvq83kAVsYDu1sMwi8mfiVff6CIALsehs1MOjmdLW40N1CicVmJaWuh2yee+sj1/0xMOlV1LyJq63hShBD7T93qpGbHoNkpdz+BFc2byrhv1idbB4DRbUiKynzj3FX2Nz8Dv9TFQv8p2Z8dIOst890atv3P8DO7a9FI8I1reLvFDdyPawIDAQAB" - }, - "UnionpayAggregateRoot": { - "MchId": "QRA491973721AAS", - "Md5Key": "0598e402dd882cb18399ce71f3bf07da" - }, - "EPayNotifyUrl": "https://psiptestapi.wx.weiyu.Hncore.vip/api/v1/epay/paycallback", - "EPayNotifyUrl_Test": "http://ipistest.Hncore.top/api/paymentcenter/v1/epay/callback_test", - "EPayNoOrderBillCallbackUrl": "https://psiptestapi.wx.weiyu.Hncore.vip/api/v1/epay/paycallbacknoorderbill", - "EPayRefundCallbackUrl": "https://psiptestapi.wx.weiyu.Hncore.vip/api/v1/epay/refundcallback", - "WeiFuTongRefundCallbackUrl": "https://psiptestapi.wx.weiyu.Hncore.vip/api/v1/feecenter/refundcallback" -} diff --git a/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/appsettings.Production.json b/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/appsettings.Production.json deleted file mode 100644 index 330971a..0000000 --- a/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/appsettings.Production.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "MySql": "Server=47.92.244.89;Database=property;User=root;Password=qaz123!@#;Convert Zero Datetime=True;TreatTinyAsBoolean=false;port=5000;", - "Redis": "47.92.85.90:6379,password=etor0070x01,defaultDatabase=10,poolsize=1", - "HWCNotifyUrl": "http://louxiaoyuapi.Hncore.vip/api/paymentcenter/v1/Payment/HWCNotify", - "UnionpayAggregateRootNotifyUrl": "http://louxiaoyuapi.Hncore.vip/api/paymentcenter/v1/Payment/UANotify", - "QuanFuTong": { - "MchId": "23", - "RSAPrivateKey": "242424cQu9cDT9LKpoU0JwDYKnu8yk8adt81xm4JifUNe/X7X242461GusKAQwYj3fs/mvgx8NHAgMBAAECggEAWLaC1jGLgvUvTPb9EhmGuLxy/WnjskI6NwSsL/ZzaC3KV+0Mz8Eo5n4CiIr/fMSrJgAPAqyqPKWjj8JgYqnDiZ+NdAjY/ai7oMQ+ABnSg9+u+tCAUBSQZ1zSD5NmmHbUiS/4OfLcEudZvn1ItCXuUlzqEMuxfLfShDyleN5VYtIF6+OKBGji7FePQJ+2eEdfsh+b1936vztKckVkERSMRaBHCs9RTLSKRfUH4OK7z0oaYV+GK/BBPWT1ylpd+DUoJOiTT13QMP2a3VfKuaYwonI3Whp/Wwc832GWRZMF0PLVJXFiPiPaB1AK+nYO5aD+8lresoYub530VMF6rdUj+QKBgQDWp73zQNtD1Cpcvz2kKjOlwqP2ROBTmZaJzn1AJEYW4bIyDCw1ECkZmo8JYaR8JFX0siyDvgMQsYUasmHZ8qbeKmX0AFfFa26c7A2VCJqWP++Mc1f83KH4dAGplLVirCs7xXGLxAxREPJsJB0BsmRzMwby7rS3J7978VNQD37vewKBgQDPO6jdEhhJZnvJcL2Uf/XCeEfc3Z5ascveqynSgZzkAkyeRKRBJ/rnQRmTklcq97jW+WkyQaYW5VxJ6Ep76gp7ip+UCL4dcjKRLgA/lWOxUh81NjZmsUDWZLSPVJIXdLuGbUU67XRBY5+1jG6SN2oYgBzxjeH/EM58Li7KE+1rpQKBgG1aeTdyZAGzFX24Y4O9iCA6/2KXhhyw0vMTgdVqZVaE1k4Oy3qg5/9GMPZbivs/W5bUKj9XTqJzfVazZ4wrxPzLZrMedZh6eZhx3R1+i5pdqgDIRhvono8/MhWdT6acBU5m8Mh+MLQfyRB0eV6C7g+OAE1EdEYWdsOClqnjqwv/AoGBAM45bofg8+5HYDRMTzyyQhzumYT/vhA/EsRZzNrBRSHZ7+koIdT9NkBfllY2sSv/LSAxPzBWCDSMttSNp2G8vAXJI5irQpYHCK9U+cZModLaCFhpxKVZC07PFKf13xQchGj34IcNuj1AKLUANSCoqJoNE8CGEzpCvVjylHlgb0pJAoGBANWAeTb3HYnPBJIUCkao13/gIP/6/0k7Z8vOnHZgoZVoZuOTVtCc+1Mg5Ati/CKDnvrRcpAyliaintO4kiRDMQTy4+PXpJ7dExG8smLWF428rOKe3D0pgSmrlMbBLZiDyj61/lsL8HNUNjaeuSLSEXlR7Br0PErVHOFvIHfFaH29", - "RSAPublicKey": "MIIBIjANBgkqhkiG9w034343482fo2+AyHkq11yE27IgOjSrKofgg3GWJ6SSQonYuXZ0c09chXXiZPKYe0zRbvq83kAVsYDu1sMwi8mfiVff6CIALsehs1MOjmdLW40N1CicVmJaWuh2yee+sj1/0xMOlV1LyJq63hShBD7T93qpGbHoNkpdz+BFc2byrhv1idbB4DRbUiKynzj3FX2Nz8Dv9TFQv8p2Z8dIOst890atv3P8DO7a9FI8I1reLvFDdyPawIDAQAB" - }, - "UnionpayAggregateRoot": { - "MchId": "dfdf", - "Md5Key": "43434" - }, - "EPayNotifyUrl": "https://psipbmsapi.wx.weiyu.Hncore.vip/api/v1/epay/paycallback", - "EPayNotifyUrl_Test": "http://ipistest.Hncore.top/api/paymentcenter/v1/epay/callback_test", //测试回调地址 - "EPayNoOrderBillCallbackUrl": "https://psipbmsapi.wx.weiyu.Hncore.vip/api/v1/epay/paycallbacknoorderbill", - "EPayRefundCallbackUrl": "https://psipbmsapi.wx.weiyu.Hncore.vip/api/v1/epay/refundcallback", - "WeiFuTongRefundCallbackUrl": "https://psipbmsapi.wx.weiyu.Hncore.vip/api/v1/feecenter/refundcallback" -} \ No newline at end of file diff --git a/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/appsettings.json b/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/appsettings.json deleted file mode 100644 index def9159..0000000 --- a/Services/Hncore.Pass.PaymentCenter/bin/Release/netcoreapp2.2/appsettings.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Warning" - } - }, - "AllowedHosts": "*" -} diff --git a/Services/Hncore.Pass.PaymentCenter/obj/Debug/netcoreapp2.2/Hncore.Pass.PaymentCenter.assets.cache b/Services/Hncore.Pass.PaymentCenter/obj/Debug/netcoreapp2.2/Hncore.Pass.PaymentCenter.assets.cache index d028a72..f487082 100644 Binary files a/Services/Hncore.Pass.PaymentCenter/obj/Debug/netcoreapp2.2/Hncore.Pass.PaymentCenter.assets.cache and b/Services/Hncore.Pass.PaymentCenter/obj/Debug/netcoreapp2.2/Hncore.Pass.PaymentCenter.assets.cache differ diff --git a/Services/Hncore.Pass.PaymentCenter/obj/Debug/netcoreapp2.2/Hncore.Pass.PaymentCenter.csproj.CoreCompileInputs.cache b/Services/Hncore.Pass.PaymentCenter/obj/Debug/netcoreapp2.2/Hncore.Pass.PaymentCenter.csproj.CoreCompileInputs.cache index 92d3005..e0fa330 100644 --- a/Services/Hncore.Pass.PaymentCenter/obj/Debug/netcoreapp2.2/Hncore.Pass.PaymentCenter.csproj.CoreCompileInputs.cache +++ b/Services/Hncore.Pass.PaymentCenter/obj/Debug/netcoreapp2.2/Hncore.Pass.PaymentCenter.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -a0ff43bd88e793643958ed39172c934335a53645 +bdd6ab20a39394ef7f35681139942204482ef511 diff --git a/Services/Hncore.Pass.PaymentCenter/obj/Debug/netcoreapp2.2/Hncore.Pass.PaymentCenter.csproj.FileListAbsolute.txt b/Services/Hncore.Pass.PaymentCenter/obj/Debug/netcoreapp2.2/Hncore.Pass.PaymentCenter.csproj.FileListAbsolute.txt index 2af9d1f..8107d44 100644 --- a/Services/Hncore.Pass.PaymentCenter/obj/Debug/netcoreapp2.2/Hncore.Pass.PaymentCenter.csproj.FileListAbsolute.txt +++ b/Services/Hncore.Pass.PaymentCenter/obj/Debug/netcoreapp2.2/Hncore.Pass.PaymentCenter.csproj.FileListAbsolute.txt @@ -37,9 +37,4 @@ D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\obj\Debug\netcoreapp2.2\Hncore D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\obj\Debug\netcoreapp2.2\Hncore.Pass.PaymentCenter.csproj.CopyComplete D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\obj\Debug\netcoreapp2.2\Hncore.Pass.PaymentCenter.dll D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\obj\Debug\netcoreapp2.2\Hncore.Pass.PaymentCenter.pdb -D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\bin\Debug\netcoreapp2.2\appsettings.json -D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\bin\Debug\netcoreapp2.2\appsettings.Local.json -D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\bin\Debug\netcoreapp2.2\appsettings.Production.json -D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\obj\Debug\netcoreapp2.2\Hncore.Pass.PaymentCenter.csproj.AssemblyReference.cache -D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\obj\Debug\netcoreapp2.2\Hncore.Pass.PaymentCenter.GeneratedMSBuildEditorConfig.editorconfig -D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\obj\Debug\netcoreapp2.2\Hncore.Pass.PaymentCenter.genruntimeconfig.cache +D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\obj\Debug\netcoreapp2.2\Hncore.Pass.PaymentCenter.csprojAssemblyReference.cache diff --git a/Services/Hncore.Pass.PaymentCenter/obj/Debug/netcoreapp2.2/Hncore.Pass.PaymentCenter.dll b/Services/Hncore.Pass.PaymentCenter/obj/Debug/netcoreapp2.2/Hncore.Pass.PaymentCenter.dll index 10f8c0f..5864abb 100644 Binary files a/Services/Hncore.Pass.PaymentCenter/obj/Debug/netcoreapp2.2/Hncore.Pass.PaymentCenter.dll and b/Services/Hncore.Pass.PaymentCenter/obj/Debug/netcoreapp2.2/Hncore.Pass.PaymentCenter.dll differ diff --git a/Services/Hncore.Pass.PaymentCenter/obj/Debug/netcoreapp2.2/Hncore.Pass.PaymentCenter.pdb b/Services/Hncore.Pass.PaymentCenter/obj/Debug/netcoreapp2.2/Hncore.Pass.PaymentCenter.pdb index 7a19488..2a8215b 100644 Binary files a/Services/Hncore.Pass.PaymentCenter/obj/Debug/netcoreapp2.2/Hncore.Pass.PaymentCenter.pdb and b/Services/Hncore.Pass.PaymentCenter/obj/Debug/netcoreapp2.2/Hncore.Pass.PaymentCenter.pdb differ diff --git a/Services/Hncore.Pass.PaymentCenter/obj/Hncore.Pass.PaymentCenter.csproj.nuget.cache b/Services/Hncore.Pass.PaymentCenter/obj/Hncore.Pass.PaymentCenter.csproj.nuget.cache index 459a8f7..4473d66 100644 --- a/Services/Hncore.Pass.PaymentCenter/obj/Hncore.Pass.PaymentCenter.csproj.nuget.cache +++ b/Services/Hncore.Pass.PaymentCenter/obj/Hncore.Pass.PaymentCenter.csproj.nuget.cache @@ -1,5 +1,5 @@ { "version": 1, - "dgSpecHash": "iYQQW7ugv7lYLC6ihTFGb7pZb0fP9WkRwXnNrsmlHyCBDI9USDdN18+UJT5IJiyLN7ICjQn6cFb4ENKGmo4rHQ==", + "dgSpecHash": "7xQbr1LmjtFOO6RWrIWPHz4wBrqU/+T8AkUXYpJNYXm8/94JN8HQK5qrG87l4eRKJHv2gPDK5wSwwDKWttPMkQ==", "success": true } \ No newline at end of file diff --git a/Services/Hncore.Pass.PaymentCenter/obj/Hncore.Pass.PaymentCenter.csproj.nuget.g.props b/Services/Hncore.Pass.PaymentCenter/obj/Hncore.Pass.PaymentCenter.csproj.nuget.g.props index 3792ee1..65ac538 100644 --- a/Services/Hncore.Pass.PaymentCenter/obj/Hncore.Pass.PaymentCenter.csproj.nuget.g.props +++ b/Services/Hncore.Pass.PaymentCenter/obj/Hncore.Pass.PaymentCenter.csproj.nuget.g.props @@ -3,17 +3,12 @@ True NuGet - $(MSBuildThisFileDirectory)project.assets.json + D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\obj\project.assets.json $(UserProfile)\.nuget\packages\ C:\Users\Administrator\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files\dotnet\sdk\NuGetFallbackFolder PackageReference - 5.11.0 + 4.9.0 - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) diff --git a/Services/Hncore.Pass.PaymentCenter/obj/Release/netcoreapp2.2/Hncore.Pass.PaymentCenter.assets.cache b/Services/Hncore.Pass.PaymentCenter/obj/Release/netcoreapp2.2/Hncore.Pass.PaymentCenter.assets.cache index 7ce3e6a..088ab9a 100644 Binary files a/Services/Hncore.Pass.PaymentCenter/obj/Release/netcoreapp2.2/Hncore.Pass.PaymentCenter.assets.cache and b/Services/Hncore.Pass.PaymentCenter/obj/Release/netcoreapp2.2/Hncore.Pass.PaymentCenter.assets.cache differ diff --git a/Services/Hncore.Pass.PaymentCenter/obj/Release/netcoreapp2.2/Hncore.Pass.PaymentCenter.csproj.CoreCompileInputs.cache b/Services/Hncore.Pass.PaymentCenter/obj/Release/netcoreapp2.2/Hncore.Pass.PaymentCenter.csproj.CoreCompileInputs.cache index 845bbc8..a2523be 100644 --- a/Services/Hncore.Pass.PaymentCenter/obj/Release/netcoreapp2.2/Hncore.Pass.PaymentCenter.csproj.CoreCompileInputs.cache +++ b/Services/Hncore.Pass.PaymentCenter/obj/Release/netcoreapp2.2/Hncore.Pass.PaymentCenter.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -0df29368320f20d19d6aeacb596ba4c2a2d5e706 +2729f748fcb34459a9403355d4524260bde5c444 diff --git a/Services/Hncore.Pass.PaymentCenter/obj/Release/netcoreapp2.2/Hncore.Pass.PaymentCenter.csproj.FileListAbsolute.txt b/Services/Hncore.Pass.PaymentCenter/obj/Release/netcoreapp2.2/Hncore.Pass.PaymentCenter.csproj.FileListAbsolute.txt index b784c1c..b341cda 100644 --- a/Services/Hncore.Pass.PaymentCenter/obj/Release/netcoreapp2.2/Hncore.Pass.PaymentCenter.csproj.FileListAbsolute.txt +++ b/Services/Hncore.Pass.PaymentCenter/obj/Release/netcoreapp2.2/Hncore.Pass.PaymentCenter.csproj.FileListAbsolute.txt @@ -37,9 +37,4 @@ D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\obj\Release\netcoreapp2.2\Hnco D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\obj\Release\netcoreapp2.2\Hncore.Pass.PaymentCenter.csproj.CopyComplete D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\obj\Release\netcoreapp2.2\Hncore.Pass.PaymentCenter.dll D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\obj\Release\netcoreapp2.2\Hncore.Pass.PaymentCenter.pdb -D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\bin\Release\netcoreapp2.2\appsettings.json -D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\bin\Release\netcoreapp2.2\appsettings.Local.json -D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\bin\Release\netcoreapp2.2\appsettings.Production.json -D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\obj\Release\netcoreapp2.2\Hncore.Pass.PaymentCenter.csproj.AssemblyReference.cache -D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\obj\Release\netcoreapp2.2\Hncore.Pass.PaymentCenter.GeneratedMSBuildEditorConfig.editorconfig -D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\obj\Release\netcoreapp2.2\Hncore.Pass.PaymentCenter.genruntimeconfig.cache +D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\obj\Release\netcoreapp2.2\Hncore.Pass.PaymentCenter.csprojAssemblyReference.cache diff --git a/Services/Hncore.Pass.PaymentCenter/obj/Release/netcoreapp2.2/Hncore.Pass.PaymentCenter.dll b/Services/Hncore.Pass.PaymentCenter/obj/Release/netcoreapp2.2/Hncore.Pass.PaymentCenter.dll index ff8b1a3..6619636 100644 Binary files a/Services/Hncore.Pass.PaymentCenter/obj/Release/netcoreapp2.2/Hncore.Pass.PaymentCenter.dll and b/Services/Hncore.Pass.PaymentCenter/obj/Release/netcoreapp2.2/Hncore.Pass.PaymentCenter.dll differ diff --git a/Services/Hncore.Pass.PaymentCenter/obj/Release/netcoreapp2.2/Hncore.Pass.PaymentCenter.pdb b/Services/Hncore.Pass.PaymentCenter/obj/Release/netcoreapp2.2/Hncore.Pass.PaymentCenter.pdb index c9901c9..689ab04 100644 Binary files a/Services/Hncore.Pass.PaymentCenter/obj/Release/netcoreapp2.2/Hncore.Pass.PaymentCenter.pdb and b/Services/Hncore.Pass.PaymentCenter/obj/Release/netcoreapp2.2/Hncore.Pass.PaymentCenter.pdb differ diff --git a/Services/Hncore.Pass.PaymentCenter/obj/project.assets.json b/Services/Hncore.Pass.PaymentCenter/obj/project.assets.json index 432e2d4..01d8247 100644 --- a/Services/Hncore.Pass.PaymentCenter/obj/project.assets.json +++ b/Services/Hncore.Pass.PaymentCenter/obj/project.assets.json @@ -14068,7 +14068,6 @@ }, "frameworks": { "netcoreapp2.2": { - "targetAlias": "netcoreapp2.2", "projectReferences": { "D:\\www\\juipnet\\Infrastructure\\Hncore.Infrastructure\\Hncore.Infrastructure.csproj": { "projectPath": "D:\\www\\juipnet\\Infrastructure\\Hncore.Infrastructure\\Hncore.Infrastructure.csproj" @@ -14090,7 +14089,6 @@ }, "frameworks": { "netcoreapp2.2": { - "targetAlias": "netcoreapp2.2", "dependencies": { "Microsoft.AspNetCore": { "target": "Package", @@ -14142,16 +14140,10 @@ } }, "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" + "net461" ], "assetTargetFallback": true, - "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.400\\RuntimeIdentifierGraph.json" + "warn": true } } } diff --git a/Services/Hncore.Pass.Sells/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.dll b/Services/Hncore.Pass.Sells/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.dll index cfcf768..83f6e7b 100644 Binary files a/Services/Hncore.Pass.Sells/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.dll and b/Services/Hncore.Pass.Sells/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.dll differ diff --git a/Services/Hncore.Pass.Sells/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.pdb b/Services/Hncore.Pass.Sells/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.pdb index 8e875db..7bf8cd4 100644 Binary files a/Services/Hncore.Pass.Sells/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.pdb and b/Services/Hncore.Pass.Sells/bin/Debug/netcoreapp2.2/Hncore.Infrastructure.pdb differ diff --git a/Services/Hncore.Pass.Sells/bin/Debug/netcoreapp2.2/Hncore.Pass.Sells.deps.json b/Services/Hncore.Pass.Sells/bin/Debug/netcoreapp2.2/Hncore.Pass.Sells.deps.json index 1d260cd..f0113e9 100644 --- a/Services/Hncore.Pass.Sells/bin/Debug/netcoreapp2.2/Hncore.Pass.Sells.deps.json +++ b/Services/Hncore.Pass.Sells/bin/Debug/netcoreapp2.2/Hncore.Pass.Sells.deps.json @@ -1,21 +1,16 @@ { "runtimeTarget": { "name": ".NETCoreApp,Version=v2.2", - "signature": "" + "signature": "8b9c715ac4e59bc7e3ffbd4b96f3e1db7ae3dcb9" }, "compilationOptions": { "defines": [ "TRACE", "DEBUG", "NETCOREAPP", - "NETCOREAPP2_2", - "NETCOREAPP1_0_OR_GREATER", - "NETCOREAPP1_1_OR_GREATER", - "NETCOREAPP2_0_OR_GREATER", - "NETCOREAPP2_1_OR_GREATER", - "NETCOREAPP2_2_OR_GREATER" + "NETCOREAPP2_2" ], - "languageVersion": "7.3", + "languageVersion": "", "platform": "", "allowUnsafe": false, "warningsAsErrors": false, @@ -331,6 +326,172 @@ "Microsoft.TestPlatform.TestHost": "16.0.1" } }, + "Microsoft.NETCore.App/2.2.0": { + "dependencies": { + "Microsoft.NETCore.DotNetHostPolicy": "2.2.0", + "Microsoft.NETCore.Platforms": "2.2.0", + "Microsoft.NETCore.Targets": "2.0.0", + "NETStandard.Library": "2.0.3" + }, + "compile": { + "ref/netcoreapp2.2/Microsoft.CSharp.dll": {}, + "ref/netcoreapp2.2/Microsoft.VisualBasic.dll": {}, + "ref/netcoreapp2.2/Microsoft.Win32.Primitives.dll": {}, + "ref/netcoreapp2.2/System.AppContext.dll": {}, + "ref/netcoreapp2.2/System.Buffers.dll": {}, + "ref/netcoreapp2.2/System.Collections.Concurrent.dll": {}, + "ref/netcoreapp2.2/System.Collections.Immutable.dll": {}, + "ref/netcoreapp2.2/System.Collections.NonGeneric.dll": {}, + "ref/netcoreapp2.2/System.Collections.Specialized.dll": {}, + "ref/netcoreapp2.2/System.Collections.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.Annotations.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.DataAnnotations.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.EventBasedAsync.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.Primitives.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.TypeConverter.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.dll": {}, + "ref/netcoreapp2.2/System.Configuration.dll": {}, + "ref/netcoreapp2.2/System.Console.dll": {}, + "ref/netcoreapp2.2/System.Core.dll": {}, + "ref/netcoreapp2.2/System.Data.Common.dll": {}, + "ref/netcoreapp2.2/System.Data.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.Contracts.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.Debug.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.DiagnosticSource.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.FileVersionInfo.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.Process.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.StackTrace.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.TextWriterTraceListener.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.Tools.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.TraceSource.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.Tracing.dll": {}, + "ref/netcoreapp2.2/System.Drawing.Primitives.dll": {}, + "ref/netcoreapp2.2/System.Drawing.dll": {}, + "ref/netcoreapp2.2/System.Dynamic.Runtime.dll": {}, + "ref/netcoreapp2.2/System.Globalization.Calendars.dll": {}, + "ref/netcoreapp2.2/System.Globalization.Extensions.dll": {}, + "ref/netcoreapp2.2/System.Globalization.dll": {}, + "ref/netcoreapp2.2/System.IO.Compression.Brotli.dll": {}, + "ref/netcoreapp2.2/System.IO.Compression.FileSystem.dll": {}, + "ref/netcoreapp2.2/System.IO.Compression.ZipFile.dll": {}, + "ref/netcoreapp2.2/System.IO.Compression.dll": {}, + "ref/netcoreapp2.2/System.IO.FileSystem.DriveInfo.dll": {}, + "ref/netcoreapp2.2/System.IO.FileSystem.Primitives.dll": {}, + "ref/netcoreapp2.2/System.IO.FileSystem.Watcher.dll": {}, + "ref/netcoreapp2.2/System.IO.FileSystem.dll": {}, + "ref/netcoreapp2.2/System.IO.IsolatedStorage.dll": {}, + "ref/netcoreapp2.2/System.IO.MemoryMappedFiles.dll": {}, + "ref/netcoreapp2.2/System.IO.Pipes.dll": {}, + "ref/netcoreapp2.2/System.IO.UnmanagedMemoryStream.dll": {}, + "ref/netcoreapp2.2/System.IO.dll": {}, + "ref/netcoreapp2.2/System.Linq.Expressions.dll": {}, + "ref/netcoreapp2.2/System.Linq.Parallel.dll": {}, + "ref/netcoreapp2.2/System.Linq.Queryable.dll": {}, + "ref/netcoreapp2.2/System.Linq.dll": {}, + "ref/netcoreapp2.2/System.Memory.dll": {}, + "ref/netcoreapp2.2/System.Net.Http.dll": {}, + "ref/netcoreapp2.2/System.Net.HttpListener.dll": {}, + "ref/netcoreapp2.2/System.Net.Mail.dll": {}, + "ref/netcoreapp2.2/System.Net.NameResolution.dll": {}, + "ref/netcoreapp2.2/System.Net.NetworkInformation.dll": {}, + "ref/netcoreapp2.2/System.Net.Ping.dll": {}, + "ref/netcoreapp2.2/System.Net.Primitives.dll": {}, + "ref/netcoreapp2.2/System.Net.Requests.dll": {}, + "ref/netcoreapp2.2/System.Net.Security.dll": {}, + "ref/netcoreapp2.2/System.Net.ServicePoint.dll": {}, + "ref/netcoreapp2.2/System.Net.Sockets.dll": {}, + "ref/netcoreapp2.2/System.Net.WebClient.dll": {}, + "ref/netcoreapp2.2/System.Net.WebHeaderCollection.dll": {}, + "ref/netcoreapp2.2/System.Net.WebProxy.dll": {}, + "ref/netcoreapp2.2/System.Net.WebSockets.Client.dll": {}, + "ref/netcoreapp2.2/System.Net.WebSockets.dll": {}, + "ref/netcoreapp2.2/System.Net.dll": {}, + "ref/netcoreapp2.2/System.Numerics.Vectors.dll": {}, + "ref/netcoreapp2.2/System.Numerics.dll": {}, + "ref/netcoreapp2.2/System.ObjectModel.dll": {}, + "ref/netcoreapp2.2/System.Reflection.DispatchProxy.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Emit.ILGeneration.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Emit.Lightweight.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Emit.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Extensions.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Metadata.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Primitives.dll": {}, + "ref/netcoreapp2.2/System.Reflection.TypeExtensions.dll": {}, + "ref/netcoreapp2.2/System.Reflection.dll": {}, + "ref/netcoreapp2.2/System.Resources.Reader.dll": {}, + "ref/netcoreapp2.2/System.Resources.ResourceManager.dll": {}, + "ref/netcoreapp2.2/System.Resources.Writer.dll": {}, + "ref/netcoreapp2.2/System.Runtime.CompilerServices.VisualC.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Extensions.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Handles.dll": {}, + "ref/netcoreapp2.2/System.Runtime.InteropServices.RuntimeInformation.dll": {}, + "ref/netcoreapp2.2/System.Runtime.InteropServices.WindowsRuntime.dll": {}, + "ref/netcoreapp2.2/System.Runtime.InteropServices.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Loader.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Numerics.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Serialization.Formatters.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Serialization.Json.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Serialization.Primitives.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Serialization.Xml.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Serialization.dll": {}, + "ref/netcoreapp2.2/System.Runtime.dll": {}, + "ref/netcoreapp2.2/System.Security.Claims.dll": {}, + "ref/netcoreapp2.2/System.Security.Cryptography.Algorithms.dll": {}, + "ref/netcoreapp2.2/System.Security.Cryptography.Csp.dll": {}, + "ref/netcoreapp2.2/System.Security.Cryptography.Encoding.dll": {}, + "ref/netcoreapp2.2/System.Security.Cryptography.Primitives.dll": {}, + "ref/netcoreapp2.2/System.Security.Cryptography.X509Certificates.dll": {}, + "ref/netcoreapp2.2/System.Security.Principal.dll": {}, + "ref/netcoreapp2.2/System.Security.SecureString.dll": {}, + "ref/netcoreapp2.2/System.Security.dll": {}, + "ref/netcoreapp2.2/System.ServiceModel.Web.dll": {}, + "ref/netcoreapp2.2/System.ServiceProcess.dll": {}, + "ref/netcoreapp2.2/System.Text.Encoding.Extensions.dll": {}, + "ref/netcoreapp2.2/System.Text.Encoding.dll": {}, + "ref/netcoreapp2.2/System.Text.RegularExpressions.dll": {}, + "ref/netcoreapp2.2/System.Threading.Overlapped.dll": {}, + "ref/netcoreapp2.2/System.Threading.Tasks.Dataflow.dll": {}, + "ref/netcoreapp2.2/System.Threading.Tasks.Extensions.dll": {}, + "ref/netcoreapp2.2/System.Threading.Tasks.Parallel.dll": {}, + "ref/netcoreapp2.2/System.Threading.Tasks.dll": {}, + "ref/netcoreapp2.2/System.Threading.Thread.dll": {}, + "ref/netcoreapp2.2/System.Threading.ThreadPool.dll": {}, + "ref/netcoreapp2.2/System.Threading.Timer.dll": {}, + "ref/netcoreapp2.2/System.Threading.dll": {}, + "ref/netcoreapp2.2/System.Transactions.Local.dll": {}, + "ref/netcoreapp2.2/System.Transactions.dll": {}, + "ref/netcoreapp2.2/System.ValueTuple.dll": {}, + "ref/netcoreapp2.2/System.Web.HttpUtility.dll": {}, + "ref/netcoreapp2.2/System.Web.dll": {}, + "ref/netcoreapp2.2/System.Windows.dll": {}, + "ref/netcoreapp2.2/System.Xml.Linq.dll": {}, + "ref/netcoreapp2.2/System.Xml.ReaderWriter.dll": {}, + "ref/netcoreapp2.2/System.Xml.Serialization.dll": {}, + "ref/netcoreapp2.2/System.Xml.XDocument.dll": {}, + "ref/netcoreapp2.2/System.Xml.XPath.XDocument.dll": {}, + "ref/netcoreapp2.2/System.Xml.XPath.dll": {}, + "ref/netcoreapp2.2/System.Xml.XmlDocument.dll": {}, + "ref/netcoreapp2.2/System.Xml.XmlSerializer.dll": {}, + "ref/netcoreapp2.2/System.Xml.dll": {}, + "ref/netcoreapp2.2/System.dll": {}, + "ref/netcoreapp2.2/WindowsBase.dll": {}, + "ref/netcoreapp2.2/mscorlib.dll": {}, + "ref/netcoreapp2.2/netstandard.dll": {} + } + }, + "Microsoft.NETCore.DotNetAppHost/2.2.0": {}, + "Microsoft.NETCore.DotNetHostPolicy/2.2.0": { + "dependencies": { + "Microsoft.NETCore.DotNetHostResolver": "2.2.0" + } + }, + "Microsoft.NETCore.DotNetHostResolver/2.2.0": { + "dependencies": { + "Microsoft.NETCore.DotNetAppHost": "2.2.0" + } + }, + "Microsoft.NETCore.Platforms/2.2.0": {}, + "Microsoft.NETCore.Targets/2.0.0": {}, "Microsoft.TestPlatform.ObjectModel/16.0.1": { "dependencies": { "NETStandard.Library": "2.0.3", @@ -791,6 +952,11 @@ "lib/netcoreapp2.1/MySqlConnector.dll": {} } }, + "NETStandard.Library/2.0.3": { + "dependencies": { + "Microsoft.NETCore.Platforms": "2.2.0" + } + }, "Newtonsoft.Json/12.0.2": { "runtime": { "lib/netstandard2.0/Newtonsoft.Json.dll": { @@ -925,9 +1091,30 @@ "lib/netstandard2.0/Pomelo.JsonObject.dll": {} } }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/debian.8-x64/native/_._": { + "rid": "debian.8-x64", + "assetType": "native" + } + } + }, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/fedora.23-x64/native/_._": { + "rid": "fedora.23-x64", + "assetType": "native" + } + } + }, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/fedora.24-x64/native/_._": { + "rid": "fedora.24-x64", + "assetType": "native" + } + } + }, "runtime.native.System.Net.Security/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "2.2.0", @@ -948,13 +1135,62 @@ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" } }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/opensuse.13.2-x64/native/_._": { + "rid": "opensuse.13.2-x64", + "assetType": "native" + } + } + }, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/opensuse.42.1-x64/native/_._": { + "rid": "opensuse.42.1-x64", + "assetType": "native" + } + } + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/osx.10.10-x64/native/_._": { + "rid": "osx.10.10-x64", + "assetType": "native" + } + } + }, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/rhel.7-x64/native/_._": { + "rid": "rhel.7-x64", + "assetType": "native" + } + } + }, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/ubuntu.14.04-x64/native/_._": { + "rid": "ubuntu.14.04-x64", + "assetType": "native" + } + } + }, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/ubuntu.16.04-x64/native/_._": { + "rid": "ubuntu.16.04-x64", + "assetType": "native" + } + } + }, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/ubuntu.16.10-x64/native/_._": { + "rid": "ubuntu.16.10-x64", + "assetType": "native" + } + } + }, "SafeObjectPool/2.0.2": { "runtime": { "lib/netstandard2.0/SafeObjectPool.dll": { @@ -1227,6 +1463,20 @@ "System.Threading.Thread": "4.3.0", "System.Threading.ThreadPool": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/linux/lib/_._": { + "rid": "linux", + "assetType": "runtime" + }, + "runtime/osx/lib/_._": { + "rid": "osx", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Diagnostics.TextWriterTraceListener/4.0.0": { @@ -1250,6 +1500,16 @@ "System.Runtime.Extensions": "4.3.0", "System.Threading": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Drawing.Common/4.5.1": { @@ -1311,6 +1571,16 @@ "System.Threading": "4.3.0", "System.Threading.Tasks": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Net.Security/4.3.2": { @@ -1343,6 +1613,16 @@ "runtime.native.System": "4.3.0", "runtime.native.System.Net.Security": "4.3.0", "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Net.Sockets/4.3.0": { @@ -1399,6 +1679,16 @@ "System.Threading": "4.3.0", "System.Threading.Tasks": "4.3.0", "System.Threading.Timer": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Reflection.TypeExtensions/4.5.1": {}, @@ -3602,181 +3892,6 @@ }, "compileOnly": true }, - "Microsoft.NETCore.App/2.2.0": { - "dependencies": { - "Microsoft.NETCore.DotNetHostPolicy": "2.2.0", - "Microsoft.NETCore.Platforms": "2.2.0", - "Microsoft.NETCore.Targets": "2.0.0", - "NETStandard.Library": "2.0.3" - }, - "compile": { - "ref/netcoreapp2.2/Microsoft.CSharp.dll": {}, - "ref/netcoreapp2.2/Microsoft.VisualBasic.dll": {}, - "ref/netcoreapp2.2/Microsoft.Win32.Primitives.dll": {}, - "ref/netcoreapp2.2/System.AppContext.dll": {}, - "ref/netcoreapp2.2/System.Buffers.dll": {}, - "ref/netcoreapp2.2/System.Collections.Concurrent.dll": {}, - "ref/netcoreapp2.2/System.Collections.Immutable.dll": {}, - "ref/netcoreapp2.2/System.Collections.NonGeneric.dll": {}, - "ref/netcoreapp2.2/System.Collections.Specialized.dll": {}, - "ref/netcoreapp2.2/System.Collections.dll": {}, - "ref/netcoreapp2.2/System.ComponentModel.Annotations.dll": {}, - "ref/netcoreapp2.2/System.ComponentModel.DataAnnotations.dll": {}, - "ref/netcoreapp2.2/System.ComponentModel.EventBasedAsync.dll": {}, - "ref/netcoreapp2.2/System.ComponentModel.Primitives.dll": {}, - "ref/netcoreapp2.2/System.ComponentModel.TypeConverter.dll": {}, - "ref/netcoreapp2.2/System.ComponentModel.dll": {}, - "ref/netcoreapp2.2/System.Configuration.dll": {}, - "ref/netcoreapp2.2/System.Console.dll": {}, - "ref/netcoreapp2.2/System.Core.dll": {}, - "ref/netcoreapp2.2/System.Data.Common.dll": {}, - "ref/netcoreapp2.2/System.Data.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.Contracts.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.Debug.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.DiagnosticSource.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.FileVersionInfo.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.Process.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.StackTrace.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.TextWriterTraceListener.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.Tools.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.TraceSource.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.Tracing.dll": {}, - "ref/netcoreapp2.2/System.Drawing.Primitives.dll": {}, - "ref/netcoreapp2.2/System.Drawing.dll": {}, - "ref/netcoreapp2.2/System.Dynamic.Runtime.dll": {}, - "ref/netcoreapp2.2/System.Globalization.Calendars.dll": {}, - "ref/netcoreapp2.2/System.Globalization.Extensions.dll": {}, - "ref/netcoreapp2.2/System.Globalization.dll": {}, - "ref/netcoreapp2.2/System.IO.Compression.Brotli.dll": {}, - "ref/netcoreapp2.2/System.IO.Compression.FileSystem.dll": {}, - "ref/netcoreapp2.2/System.IO.Compression.ZipFile.dll": {}, - "ref/netcoreapp2.2/System.IO.Compression.dll": {}, - "ref/netcoreapp2.2/System.IO.FileSystem.DriveInfo.dll": {}, - "ref/netcoreapp2.2/System.IO.FileSystem.Primitives.dll": {}, - "ref/netcoreapp2.2/System.IO.FileSystem.Watcher.dll": {}, - "ref/netcoreapp2.2/System.IO.FileSystem.dll": {}, - "ref/netcoreapp2.2/System.IO.IsolatedStorage.dll": {}, - "ref/netcoreapp2.2/System.IO.MemoryMappedFiles.dll": {}, - "ref/netcoreapp2.2/System.IO.Pipes.dll": {}, - "ref/netcoreapp2.2/System.IO.UnmanagedMemoryStream.dll": {}, - "ref/netcoreapp2.2/System.IO.dll": {}, - "ref/netcoreapp2.2/System.Linq.Expressions.dll": {}, - "ref/netcoreapp2.2/System.Linq.Parallel.dll": {}, - "ref/netcoreapp2.2/System.Linq.Queryable.dll": {}, - "ref/netcoreapp2.2/System.Linq.dll": {}, - "ref/netcoreapp2.2/System.Memory.dll": {}, - "ref/netcoreapp2.2/System.Net.Http.dll": {}, - "ref/netcoreapp2.2/System.Net.HttpListener.dll": {}, - "ref/netcoreapp2.2/System.Net.Mail.dll": {}, - "ref/netcoreapp2.2/System.Net.NameResolution.dll": {}, - "ref/netcoreapp2.2/System.Net.NetworkInformation.dll": {}, - "ref/netcoreapp2.2/System.Net.Ping.dll": {}, - "ref/netcoreapp2.2/System.Net.Primitives.dll": {}, - "ref/netcoreapp2.2/System.Net.Requests.dll": {}, - "ref/netcoreapp2.2/System.Net.Security.dll": {}, - "ref/netcoreapp2.2/System.Net.ServicePoint.dll": {}, - "ref/netcoreapp2.2/System.Net.Sockets.dll": {}, - "ref/netcoreapp2.2/System.Net.WebClient.dll": {}, - "ref/netcoreapp2.2/System.Net.WebHeaderCollection.dll": {}, - "ref/netcoreapp2.2/System.Net.WebProxy.dll": {}, - "ref/netcoreapp2.2/System.Net.WebSockets.Client.dll": {}, - "ref/netcoreapp2.2/System.Net.WebSockets.dll": {}, - "ref/netcoreapp2.2/System.Net.dll": {}, - "ref/netcoreapp2.2/System.Numerics.Vectors.dll": {}, - "ref/netcoreapp2.2/System.Numerics.dll": {}, - "ref/netcoreapp2.2/System.ObjectModel.dll": {}, - "ref/netcoreapp2.2/System.Reflection.DispatchProxy.dll": {}, - "ref/netcoreapp2.2/System.Reflection.Emit.ILGeneration.dll": {}, - "ref/netcoreapp2.2/System.Reflection.Emit.Lightweight.dll": {}, - "ref/netcoreapp2.2/System.Reflection.Emit.dll": {}, - "ref/netcoreapp2.2/System.Reflection.Extensions.dll": {}, - "ref/netcoreapp2.2/System.Reflection.Metadata.dll": {}, - "ref/netcoreapp2.2/System.Reflection.Primitives.dll": {}, - "ref/netcoreapp2.2/System.Reflection.TypeExtensions.dll": {}, - "ref/netcoreapp2.2/System.Reflection.dll": {}, - "ref/netcoreapp2.2/System.Resources.Reader.dll": {}, - "ref/netcoreapp2.2/System.Resources.ResourceManager.dll": {}, - "ref/netcoreapp2.2/System.Resources.Writer.dll": {}, - "ref/netcoreapp2.2/System.Runtime.CompilerServices.VisualC.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Extensions.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Handles.dll": {}, - "ref/netcoreapp2.2/System.Runtime.InteropServices.RuntimeInformation.dll": {}, - "ref/netcoreapp2.2/System.Runtime.InteropServices.WindowsRuntime.dll": {}, - "ref/netcoreapp2.2/System.Runtime.InteropServices.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Loader.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Numerics.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Serialization.Formatters.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Serialization.Json.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Serialization.Primitives.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Serialization.Xml.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Serialization.dll": {}, - "ref/netcoreapp2.2/System.Runtime.dll": {}, - "ref/netcoreapp2.2/System.Security.Claims.dll": {}, - "ref/netcoreapp2.2/System.Security.Cryptography.Algorithms.dll": {}, - "ref/netcoreapp2.2/System.Security.Cryptography.Csp.dll": {}, - "ref/netcoreapp2.2/System.Security.Cryptography.Encoding.dll": {}, - "ref/netcoreapp2.2/System.Security.Cryptography.Primitives.dll": {}, - "ref/netcoreapp2.2/System.Security.Cryptography.X509Certificates.dll": {}, - "ref/netcoreapp2.2/System.Security.Principal.dll": {}, - "ref/netcoreapp2.2/System.Security.SecureString.dll": {}, - "ref/netcoreapp2.2/System.Security.dll": {}, - "ref/netcoreapp2.2/System.ServiceModel.Web.dll": {}, - "ref/netcoreapp2.2/System.ServiceProcess.dll": {}, - "ref/netcoreapp2.2/System.Text.Encoding.Extensions.dll": {}, - "ref/netcoreapp2.2/System.Text.Encoding.dll": {}, - "ref/netcoreapp2.2/System.Text.RegularExpressions.dll": {}, - "ref/netcoreapp2.2/System.Threading.Overlapped.dll": {}, - "ref/netcoreapp2.2/System.Threading.Tasks.Dataflow.dll": {}, - "ref/netcoreapp2.2/System.Threading.Tasks.Extensions.dll": {}, - "ref/netcoreapp2.2/System.Threading.Tasks.Parallel.dll": {}, - "ref/netcoreapp2.2/System.Threading.Tasks.dll": {}, - "ref/netcoreapp2.2/System.Threading.Thread.dll": {}, - "ref/netcoreapp2.2/System.Threading.ThreadPool.dll": {}, - "ref/netcoreapp2.2/System.Threading.Timer.dll": {}, - "ref/netcoreapp2.2/System.Threading.dll": {}, - "ref/netcoreapp2.2/System.Transactions.Local.dll": {}, - "ref/netcoreapp2.2/System.Transactions.dll": {}, - "ref/netcoreapp2.2/System.ValueTuple.dll": {}, - "ref/netcoreapp2.2/System.Web.HttpUtility.dll": {}, - "ref/netcoreapp2.2/System.Web.dll": {}, - "ref/netcoreapp2.2/System.Windows.dll": {}, - "ref/netcoreapp2.2/System.Xml.Linq.dll": {}, - "ref/netcoreapp2.2/System.Xml.ReaderWriter.dll": {}, - "ref/netcoreapp2.2/System.Xml.Serialization.dll": {}, - "ref/netcoreapp2.2/System.Xml.XDocument.dll": {}, - "ref/netcoreapp2.2/System.Xml.XPath.XDocument.dll": {}, - "ref/netcoreapp2.2/System.Xml.XPath.dll": {}, - "ref/netcoreapp2.2/System.Xml.XmlDocument.dll": {}, - "ref/netcoreapp2.2/System.Xml.XmlSerializer.dll": {}, - "ref/netcoreapp2.2/System.Xml.dll": {}, - "ref/netcoreapp2.2/System.dll": {}, - "ref/netcoreapp2.2/WindowsBase.dll": {}, - "ref/netcoreapp2.2/mscorlib.dll": {}, - "ref/netcoreapp2.2/netstandard.dll": {} - }, - "compileOnly": true - }, - "Microsoft.NETCore.DotNetAppHost/2.2.0": { - "compileOnly": true - }, - "Microsoft.NETCore.DotNetHostPolicy/2.2.0": { - "dependencies": { - "Microsoft.NETCore.DotNetHostResolver": "2.2.0" - }, - "compileOnly": true - }, - "Microsoft.NETCore.DotNetHostResolver/2.2.0": { - "dependencies": { - "Microsoft.NETCore.DotNetAppHost": "2.2.0" - }, - "compileOnly": true - }, - "Microsoft.NETCore.Platforms/2.2.0": { - "compileOnly": true - }, - "Microsoft.NETCore.Targets/2.0.0": { - "compileOnly": true - }, "Microsoft.Win32.Registry/4.5.0": { "dependencies": { "System.Security.AccessControl": "4.5.0", @@ -3787,12 +3902,6 @@ }, "compileOnly": true }, - "NETStandard.Library/2.0.3": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.2.0" - }, - "compileOnly": true - }, "Newtonsoft.Json.Bson/1.0.1": { "dependencies": { "NETStandard.Library": "2.0.3", @@ -4908,6 +5017,48 @@ "path": "microsoft.net.test.sdk/16.0.1", "hashPath": "microsoft.net.test.sdk.16.0.1.nupkg.sha512" }, + "Microsoft.NETCore.App/2.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-QU8taCyeyePwatrj+h+750lMnsPCq3YPaGmsdtSHXPCjDyjto2KT7QDNVet0oRliX4PjaINpyg0Yzd9DnQ/Wkw==", + "path": "microsoft.netcore.app/2.2.0", + "hashPath": "microsoft.netcore.app.2.2.0.nupkg.sha512" + }, + "Microsoft.NETCore.DotNetAppHost/2.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qIrVLupwT2NYTrf7KM7Nh+mJr36V5MITVRjyGOByVVCwGmQgQmI/6bjZYQv+QdExi4Cm87eCKJX9FdT6nc00Xg==", + "path": "microsoft.netcore.dotnetapphost/2.2.0", + "hashPath": "microsoft.netcore.dotnetapphost.2.2.0.nupkg.sha512" + }, + "Microsoft.NETCore.DotNetHostPolicy/2.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-5Xvh/3bDr6YAl6TKfeONvRDZ9QOmvVmzFzA0M6g8uubWdf5/o6qdVOqByFBT/fhjVb6okP0E5+v1oxh1Pk+c+w==", + "path": "microsoft.netcore.dotnethostpolicy/2.2.0", + "hashPath": "microsoft.netcore.dotnethostpolicy.2.2.0.nupkg.sha512" + }, + "Microsoft.NETCore.DotNetHostResolver/2.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Q3j3KC2ugqIVasf7pO4NRDEn7GysZX3ZH6fAHfbjrP8cYXY9cmHeFcbaniw36q8kFhsPt2EnRHzSsLBpbG6l2Q==", + "path": "microsoft.netcore.dotnethostresolver/2.2.0", + "hashPath": "microsoft.netcore.dotnethostresolver.2.2.0.nupkg.sha512" + }, + "Microsoft.NETCore.Platforms/2.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-39+GVHdbm+cmoOjdvm+fhiMbddnuVyUlBdYS8Yhn5xsNaBoTXpgBsxQQlI2Sv9EjIP0F+itG6yrDaOM2OEGupQ==", + "path": "microsoft.netcore.platforms/2.2.0", + "hashPath": "microsoft.netcore.platforms.2.2.0.nupkg.sha512" + }, + "Microsoft.NETCore.Targets/2.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-odP/tJj1z6GylFpNo7pMtbd/xQgTC3Ex2If63dRTL38bBNMwsBnJ+RceUIyHdRBC0oik/3NehYT+oECwBhIM3Q==", + "path": "microsoft.netcore.targets/2.0.0", + "hashPath": "microsoft.netcore.targets.2.0.0.nupkg.sha512" + }, "Microsoft.TestPlatform.ObjectModel/16.0.1": { "type": "package", "serviceable": true, @@ -5013,6 +5164,13 @@ "path": "mysqlconnector/0.56.0", "hashPath": "mysqlconnector.0.56.0.nupkg.sha512" }, + "NETStandard.Library/2.0.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", + "path": "netstandard.library/2.0.3", + "hashPath": "netstandard.library.2.0.3.nupkg.sha512" + }, "Newtonsoft.Json/12.0.2": { "type": "package", "serviceable": true, @@ -6642,48 +6800,6 @@ "path": "microsoft.net.http.headers/2.2.0", "hashPath": "microsoft.net.http.headers.2.2.0.nupkg.sha512" }, - "Microsoft.NETCore.App/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QU8taCyeyePwatrj+h+750lMnsPCq3YPaGmsdtSHXPCjDyjto2KT7QDNVet0oRliX4PjaINpyg0Yzd9DnQ/Wkw==", - "path": "microsoft.netcore.app/2.2.0", - "hashPath": "microsoft.netcore.app.2.2.0.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetAppHost/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qIrVLupwT2NYTrf7KM7Nh+mJr36V5MITVRjyGOByVVCwGmQgQmI/6bjZYQv+QdExi4Cm87eCKJX9FdT6nc00Xg==", - "path": "microsoft.netcore.dotnetapphost/2.2.0", - "hashPath": "microsoft.netcore.dotnetapphost.2.2.0.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetHostPolicy/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5Xvh/3bDr6YAl6TKfeONvRDZ9QOmvVmzFzA0M6g8uubWdf5/o6qdVOqByFBT/fhjVb6okP0E5+v1oxh1Pk+c+w==", - "path": "microsoft.netcore.dotnethostpolicy/2.2.0", - "hashPath": "microsoft.netcore.dotnethostpolicy.2.2.0.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetHostResolver/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Q3j3KC2ugqIVasf7pO4NRDEn7GysZX3ZH6fAHfbjrP8cYXY9cmHeFcbaniw36q8kFhsPt2EnRHzSsLBpbG6l2Q==", - "path": "microsoft.netcore.dotnethostresolver/2.2.0", - "hashPath": "microsoft.netcore.dotnethostresolver.2.2.0.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-39+GVHdbm+cmoOjdvm+fhiMbddnuVyUlBdYS8Yhn5xsNaBoTXpgBsxQQlI2Sv9EjIP0F+itG6yrDaOM2OEGupQ==", - "path": "microsoft.netcore.platforms/2.2.0", - "hashPath": "microsoft.netcore.platforms.2.2.0.nupkg.sha512" - }, - "Microsoft.NETCore.Targets/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-odP/tJj1z6GylFpNo7pMtbd/xQgTC3Ex2If63dRTL38bBNMwsBnJ+RceUIyHdRBC0oik/3NehYT+oECwBhIM3Q==", - "path": "microsoft.netcore.targets/2.0.0", - "hashPath": "microsoft.netcore.targets.2.0.0.nupkg.sha512" - }, "Microsoft.Win32.Registry/4.5.0": { "type": "package", "serviceable": true, @@ -6691,13 +6807,6 @@ "path": "microsoft.win32.registry/4.5.0", "hashPath": "microsoft.win32.registry.4.5.0.nupkg.sha512" }, - "NETStandard.Library/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", - "path": "netstandard.library/2.0.3", - "hashPath": "netstandard.library.2.0.3.nupkg.sha512" - }, "Newtonsoft.Json.Bson/1.0.1": { "type": "package", "serviceable": true, diff --git a/Services/Hncore.Pass.Sells/bin/Debug/netcoreapp2.2/Hncore.Pass.Sells.dll b/Services/Hncore.Pass.Sells/bin/Debug/netcoreapp2.2/Hncore.Pass.Sells.dll index 4a2d99f..dc2966e 100644 Binary files a/Services/Hncore.Pass.Sells/bin/Debug/netcoreapp2.2/Hncore.Pass.Sells.dll and b/Services/Hncore.Pass.Sells/bin/Debug/netcoreapp2.2/Hncore.Pass.Sells.dll differ diff --git a/Services/Hncore.Pass.Sells/bin/Debug/netcoreapp2.2/Hncore.Pass.Sells.pdb b/Services/Hncore.Pass.Sells/bin/Debug/netcoreapp2.2/Hncore.Pass.Sells.pdb index c364d60..e17c806 100644 Binary files a/Services/Hncore.Pass.Sells/bin/Debug/netcoreapp2.2/Hncore.Pass.Sells.pdb and b/Services/Hncore.Pass.Sells/bin/Debug/netcoreapp2.2/Hncore.Pass.Sells.pdb differ diff --git a/Services/Hncore.Pass.Sells/bin/Debug/netcoreapp2.2/Hncore.Pass.Sells.runtimeconfig.json b/Services/Hncore.Pass.Sells/bin/Debug/netcoreapp2.2/Hncore.Pass.Sells.runtimeconfig.json index ee5ce0f..5b1393c 100644 --- a/Services/Hncore.Pass.Sells/bin/Debug/netcoreapp2.2/Hncore.Pass.Sells.runtimeconfig.json +++ b/Services/Hncore.Pass.Sells/bin/Debug/netcoreapp2.2/Hncore.Pass.Sells.runtimeconfig.json @@ -7,8 +7,7 @@ }, "configProperties": { "System.GC.Concurrent": true, - "System.GC.Server": false, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false + "System.GC.Server": false } } } \ No newline at end of file diff --git a/Services/Hncore.Pass.Sells/bin/Debug/netcoreapp2.2/appsettings.Development.json b/Services/Hncore.Pass.Sells/bin/Debug/netcoreapp2.2/appsettings.Development.json deleted file mode 100644 index 299b3a2..0000000 --- a/Services/Hncore.Pass.Sells/bin/Debug/netcoreapp2.2/appsettings.Development.json +++ /dev/null @@ -1,25 +0,0 @@ -//{ -// "MySql": "Server=rm-bp12e1533udh1827azo.mysql.rds.aliyuncs.com;Database=etor_property_test;User=etor_test;Password=etor_test!QAZ2wsx;Convert Zero Datetime=True;TreatTinyAsBoolean=false;", -// "Redis": "47.92.85.90:6379,password=etor0070x01,defaultDatabase=7,poolsize=1" -//} -{ - "Host_BaseUrl": "http://ipistest.etor.top11", - "Wx_Mp_Appid": "wxd6b150a17c252fec", - "MySql": "Server=47.92.244.89;Database=property;User=root;Password=qaz123!@#;Convert Zero Datetime=True;TreatTinyAsBoolean=false;port=5000;", - "Redis": "47.92.85.90:6379,password=etor0070x01,defaultDatabase=10,poolsize=1", - "Service_BaseUrl": "http://localhost:5000", - "Wx": { - "mp": { - "appId": "", - "appSecret": "", - "mchId": "", - "mchKey": "" - }, - "mini": { - "appId": "", - "appSecret": "", - "mchId": "", - "mchKey": "" - } - } -} diff --git a/Services/Hncore.Pass.Sells/bin/Debug/netcoreapp2.2/appsettings.Local.json b/Services/Hncore.Pass.Sells/bin/Debug/netcoreapp2.2/appsettings.Local.json deleted file mode 100644 index 94e2329..0000000 --- a/Services/Hncore.Pass.Sells/bin/Debug/netcoreapp2.2/appsettings.Local.json +++ /dev/null @@ -1,10 +0,0 @@ -//{ -// "MySql": "Server=rm-bp12e1533udh1827azo.mysql.rds.aliyuncs.com;Database=etor_property_test;User=etor_test;Password=etor_test!QAZ2wsx;Convert Zero Datetime=True;TreatTinyAsBoolean=false;", -// "Redis": "47.92.85.90:6379,password=etor0070x01,defaultDatabase=7,poolsize=1" -//} -{ - "Host_BaseUrl": "http://ipistest.etor.top11", - "Wx_Mp_Appid": "wxd6b150a17c252fec", - "MySql": "Server=47.92.244.89;Database=property;User=root;Password=qaz123!@#;Convert Zero Datetime=True;TreatTinyAsBoolean=false;port=5000;", - "Redis": "47.92.85.90:6379,password=etor0070x01,defaultDatabase=10,poolsize=1" -} diff --git a/Services/Hncore.Pass.Sells/bin/Debug/netcoreapp2.2/appsettings.Production.json b/Services/Hncore.Pass.Sells/bin/Debug/netcoreapp2.2/appsettings.Production.json deleted file mode 100644 index b6ef03b..0000000 --- a/Services/Hncore.Pass.Sells/bin/Debug/netcoreapp2.2/appsettings.Production.json +++ /dev/null @@ -1,10 +0,0 @@ -//{ -// "MySql": "Server=rm-bp12e1533udh1827azo.mysql.rds.aliyuncs.com;Database=etor_property_test;User=etor_test;Password=etor_test!QAZ2wsx;Convert Zero Datetime=True;TreatTinyAsBoolean=false;", -// "Redis": "47.92.85.90:6379,password=etor0070x01,defaultDatabase=7,poolsize=1" -//} -{ - "Host_BaseUrl": "http://ipistest.etor.top11", - "Wx_Mp_Appid": "wxd6b150a17c252fec", - "MySql": "Server=47.92.244.89;Database=property;User=root;Password=qaz123!@#;Convert Zero Datetime=True;TreatTinyAsBoolean=false;port=5000;", - "Redis": "127.0.0.1:6379,password=123456,defaultDatabase=8,poolsize=1" -} diff --git a/Services/Hncore.Pass.Sells/bin/Debug/netcoreapp2.2/appsettings.json b/Services/Hncore.Pass.Sells/bin/Debug/netcoreapp2.2/appsettings.json deleted file mode 100644 index def9159..0000000 --- a/Services/Hncore.Pass.Sells/bin/Debug/netcoreapp2.2/appsettings.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Warning" - } - }, - "AllowedHosts": "*" -} diff --git a/Services/Hncore.Pass.Sells/bin/Release/netcoreapp2.2/Hncore.Infrastructure.dll b/Services/Hncore.Pass.Sells/bin/Release/netcoreapp2.2/Hncore.Infrastructure.dll index b2c9d64..6da8d06 100644 Binary files a/Services/Hncore.Pass.Sells/bin/Release/netcoreapp2.2/Hncore.Infrastructure.dll and b/Services/Hncore.Pass.Sells/bin/Release/netcoreapp2.2/Hncore.Infrastructure.dll differ diff --git a/Services/Hncore.Pass.Sells/bin/Release/netcoreapp2.2/Hncore.Infrastructure.pdb b/Services/Hncore.Pass.Sells/bin/Release/netcoreapp2.2/Hncore.Infrastructure.pdb index 0565dda..1aad508 100644 Binary files a/Services/Hncore.Pass.Sells/bin/Release/netcoreapp2.2/Hncore.Infrastructure.pdb and b/Services/Hncore.Pass.Sells/bin/Release/netcoreapp2.2/Hncore.Infrastructure.pdb differ diff --git a/Services/Hncore.Pass.Sells/bin/Release/netcoreapp2.2/Hncore.Pass.Sells.deps.json b/Services/Hncore.Pass.Sells/bin/Release/netcoreapp2.2/Hncore.Pass.Sells.deps.json index bdd3f54..17b5196 100644 --- a/Services/Hncore.Pass.Sells/bin/Release/netcoreapp2.2/Hncore.Pass.Sells.deps.json +++ b/Services/Hncore.Pass.Sells/bin/Release/netcoreapp2.2/Hncore.Pass.Sells.deps.json @@ -1,21 +1,16 @@ { "runtimeTarget": { "name": ".NETCoreApp,Version=v2.2", - "signature": "" + "signature": "8b9c715ac4e59bc7e3ffbd4b96f3e1db7ae3dcb9" }, "compilationOptions": { "defines": [ "TRACE", "RELEASE", "NETCOREAPP", - "NETCOREAPP2_2", - "NETCOREAPP1_0_OR_GREATER", - "NETCOREAPP1_1_OR_GREATER", - "NETCOREAPP2_0_OR_GREATER", - "NETCOREAPP2_1_OR_GREATER", - "NETCOREAPP2_2_OR_GREATER" + "NETCOREAPP2_2" ], - "languageVersion": "7.3", + "languageVersion": "", "platform": "", "allowUnsafe": false, "warningsAsErrors": false, @@ -331,6 +326,172 @@ "Microsoft.TestPlatform.TestHost": "16.0.1" } }, + "Microsoft.NETCore.App/2.2.0": { + "dependencies": { + "Microsoft.NETCore.DotNetHostPolicy": "2.2.0", + "Microsoft.NETCore.Platforms": "2.2.0", + "Microsoft.NETCore.Targets": "2.0.0", + "NETStandard.Library": "2.0.3" + }, + "compile": { + "ref/netcoreapp2.2/Microsoft.CSharp.dll": {}, + "ref/netcoreapp2.2/Microsoft.VisualBasic.dll": {}, + "ref/netcoreapp2.2/Microsoft.Win32.Primitives.dll": {}, + "ref/netcoreapp2.2/System.AppContext.dll": {}, + "ref/netcoreapp2.2/System.Buffers.dll": {}, + "ref/netcoreapp2.2/System.Collections.Concurrent.dll": {}, + "ref/netcoreapp2.2/System.Collections.Immutable.dll": {}, + "ref/netcoreapp2.2/System.Collections.NonGeneric.dll": {}, + "ref/netcoreapp2.2/System.Collections.Specialized.dll": {}, + "ref/netcoreapp2.2/System.Collections.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.Annotations.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.DataAnnotations.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.EventBasedAsync.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.Primitives.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.TypeConverter.dll": {}, + "ref/netcoreapp2.2/System.ComponentModel.dll": {}, + "ref/netcoreapp2.2/System.Configuration.dll": {}, + "ref/netcoreapp2.2/System.Console.dll": {}, + "ref/netcoreapp2.2/System.Core.dll": {}, + "ref/netcoreapp2.2/System.Data.Common.dll": {}, + "ref/netcoreapp2.2/System.Data.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.Contracts.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.Debug.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.DiagnosticSource.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.FileVersionInfo.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.Process.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.StackTrace.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.TextWriterTraceListener.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.Tools.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.TraceSource.dll": {}, + "ref/netcoreapp2.2/System.Diagnostics.Tracing.dll": {}, + "ref/netcoreapp2.2/System.Drawing.Primitives.dll": {}, + "ref/netcoreapp2.2/System.Drawing.dll": {}, + "ref/netcoreapp2.2/System.Dynamic.Runtime.dll": {}, + "ref/netcoreapp2.2/System.Globalization.Calendars.dll": {}, + "ref/netcoreapp2.2/System.Globalization.Extensions.dll": {}, + "ref/netcoreapp2.2/System.Globalization.dll": {}, + "ref/netcoreapp2.2/System.IO.Compression.Brotli.dll": {}, + "ref/netcoreapp2.2/System.IO.Compression.FileSystem.dll": {}, + "ref/netcoreapp2.2/System.IO.Compression.ZipFile.dll": {}, + "ref/netcoreapp2.2/System.IO.Compression.dll": {}, + "ref/netcoreapp2.2/System.IO.FileSystem.DriveInfo.dll": {}, + "ref/netcoreapp2.2/System.IO.FileSystem.Primitives.dll": {}, + "ref/netcoreapp2.2/System.IO.FileSystem.Watcher.dll": {}, + "ref/netcoreapp2.2/System.IO.FileSystem.dll": {}, + "ref/netcoreapp2.2/System.IO.IsolatedStorage.dll": {}, + "ref/netcoreapp2.2/System.IO.MemoryMappedFiles.dll": {}, + "ref/netcoreapp2.2/System.IO.Pipes.dll": {}, + "ref/netcoreapp2.2/System.IO.UnmanagedMemoryStream.dll": {}, + "ref/netcoreapp2.2/System.IO.dll": {}, + "ref/netcoreapp2.2/System.Linq.Expressions.dll": {}, + "ref/netcoreapp2.2/System.Linq.Parallel.dll": {}, + "ref/netcoreapp2.2/System.Linq.Queryable.dll": {}, + "ref/netcoreapp2.2/System.Linq.dll": {}, + "ref/netcoreapp2.2/System.Memory.dll": {}, + "ref/netcoreapp2.2/System.Net.Http.dll": {}, + "ref/netcoreapp2.2/System.Net.HttpListener.dll": {}, + "ref/netcoreapp2.2/System.Net.Mail.dll": {}, + "ref/netcoreapp2.2/System.Net.NameResolution.dll": {}, + "ref/netcoreapp2.2/System.Net.NetworkInformation.dll": {}, + "ref/netcoreapp2.2/System.Net.Ping.dll": {}, + "ref/netcoreapp2.2/System.Net.Primitives.dll": {}, + "ref/netcoreapp2.2/System.Net.Requests.dll": {}, + "ref/netcoreapp2.2/System.Net.Security.dll": {}, + "ref/netcoreapp2.2/System.Net.ServicePoint.dll": {}, + "ref/netcoreapp2.2/System.Net.Sockets.dll": {}, + "ref/netcoreapp2.2/System.Net.WebClient.dll": {}, + "ref/netcoreapp2.2/System.Net.WebHeaderCollection.dll": {}, + "ref/netcoreapp2.2/System.Net.WebProxy.dll": {}, + "ref/netcoreapp2.2/System.Net.WebSockets.Client.dll": {}, + "ref/netcoreapp2.2/System.Net.WebSockets.dll": {}, + "ref/netcoreapp2.2/System.Net.dll": {}, + "ref/netcoreapp2.2/System.Numerics.Vectors.dll": {}, + "ref/netcoreapp2.2/System.Numerics.dll": {}, + "ref/netcoreapp2.2/System.ObjectModel.dll": {}, + "ref/netcoreapp2.2/System.Reflection.DispatchProxy.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Emit.ILGeneration.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Emit.Lightweight.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Emit.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Extensions.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Metadata.dll": {}, + "ref/netcoreapp2.2/System.Reflection.Primitives.dll": {}, + "ref/netcoreapp2.2/System.Reflection.TypeExtensions.dll": {}, + "ref/netcoreapp2.2/System.Reflection.dll": {}, + "ref/netcoreapp2.2/System.Resources.Reader.dll": {}, + "ref/netcoreapp2.2/System.Resources.ResourceManager.dll": {}, + "ref/netcoreapp2.2/System.Resources.Writer.dll": {}, + "ref/netcoreapp2.2/System.Runtime.CompilerServices.VisualC.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Extensions.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Handles.dll": {}, + "ref/netcoreapp2.2/System.Runtime.InteropServices.RuntimeInformation.dll": {}, + "ref/netcoreapp2.2/System.Runtime.InteropServices.WindowsRuntime.dll": {}, + "ref/netcoreapp2.2/System.Runtime.InteropServices.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Loader.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Numerics.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Serialization.Formatters.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Serialization.Json.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Serialization.Primitives.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Serialization.Xml.dll": {}, + "ref/netcoreapp2.2/System.Runtime.Serialization.dll": {}, + "ref/netcoreapp2.2/System.Runtime.dll": {}, + "ref/netcoreapp2.2/System.Security.Claims.dll": {}, + "ref/netcoreapp2.2/System.Security.Cryptography.Algorithms.dll": {}, + "ref/netcoreapp2.2/System.Security.Cryptography.Csp.dll": {}, + "ref/netcoreapp2.2/System.Security.Cryptography.Encoding.dll": {}, + "ref/netcoreapp2.2/System.Security.Cryptography.Primitives.dll": {}, + "ref/netcoreapp2.2/System.Security.Cryptography.X509Certificates.dll": {}, + "ref/netcoreapp2.2/System.Security.Principal.dll": {}, + "ref/netcoreapp2.2/System.Security.SecureString.dll": {}, + "ref/netcoreapp2.2/System.Security.dll": {}, + "ref/netcoreapp2.2/System.ServiceModel.Web.dll": {}, + "ref/netcoreapp2.2/System.ServiceProcess.dll": {}, + "ref/netcoreapp2.2/System.Text.Encoding.Extensions.dll": {}, + "ref/netcoreapp2.2/System.Text.Encoding.dll": {}, + "ref/netcoreapp2.2/System.Text.RegularExpressions.dll": {}, + "ref/netcoreapp2.2/System.Threading.Overlapped.dll": {}, + "ref/netcoreapp2.2/System.Threading.Tasks.Dataflow.dll": {}, + "ref/netcoreapp2.2/System.Threading.Tasks.Extensions.dll": {}, + "ref/netcoreapp2.2/System.Threading.Tasks.Parallel.dll": {}, + "ref/netcoreapp2.2/System.Threading.Tasks.dll": {}, + "ref/netcoreapp2.2/System.Threading.Thread.dll": {}, + "ref/netcoreapp2.2/System.Threading.ThreadPool.dll": {}, + "ref/netcoreapp2.2/System.Threading.Timer.dll": {}, + "ref/netcoreapp2.2/System.Threading.dll": {}, + "ref/netcoreapp2.2/System.Transactions.Local.dll": {}, + "ref/netcoreapp2.2/System.Transactions.dll": {}, + "ref/netcoreapp2.2/System.ValueTuple.dll": {}, + "ref/netcoreapp2.2/System.Web.HttpUtility.dll": {}, + "ref/netcoreapp2.2/System.Web.dll": {}, + "ref/netcoreapp2.2/System.Windows.dll": {}, + "ref/netcoreapp2.2/System.Xml.Linq.dll": {}, + "ref/netcoreapp2.2/System.Xml.ReaderWriter.dll": {}, + "ref/netcoreapp2.2/System.Xml.Serialization.dll": {}, + "ref/netcoreapp2.2/System.Xml.XDocument.dll": {}, + "ref/netcoreapp2.2/System.Xml.XPath.XDocument.dll": {}, + "ref/netcoreapp2.2/System.Xml.XPath.dll": {}, + "ref/netcoreapp2.2/System.Xml.XmlDocument.dll": {}, + "ref/netcoreapp2.2/System.Xml.XmlSerializer.dll": {}, + "ref/netcoreapp2.2/System.Xml.dll": {}, + "ref/netcoreapp2.2/System.dll": {}, + "ref/netcoreapp2.2/WindowsBase.dll": {}, + "ref/netcoreapp2.2/mscorlib.dll": {}, + "ref/netcoreapp2.2/netstandard.dll": {} + } + }, + "Microsoft.NETCore.DotNetAppHost/2.2.0": {}, + "Microsoft.NETCore.DotNetHostPolicy/2.2.0": { + "dependencies": { + "Microsoft.NETCore.DotNetHostResolver": "2.2.0" + } + }, + "Microsoft.NETCore.DotNetHostResolver/2.2.0": { + "dependencies": { + "Microsoft.NETCore.DotNetAppHost": "2.2.0" + } + }, + "Microsoft.NETCore.Platforms/2.2.0": {}, + "Microsoft.NETCore.Targets/2.0.0": {}, "Microsoft.TestPlatform.ObjectModel/16.0.1": { "dependencies": { "NETStandard.Library": "2.0.3", @@ -791,6 +952,11 @@ "lib/netcoreapp2.1/MySqlConnector.dll": {} } }, + "NETStandard.Library/2.0.3": { + "dependencies": { + "Microsoft.NETCore.Platforms": "2.2.0" + } + }, "Newtonsoft.Json/12.0.2": { "runtime": { "lib/netstandard2.0/Newtonsoft.Json.dll": { @@ -925,9 +1091,30 @@ "lib/netstandard2.0/Pomelo.JsonObject.dll": {} } }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/debian.8-x64/native/_._": { + "rid": "debian.8-x64", + "assetType": "native" + } + } + }, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/fedora.23-x64/native/_._": { + "rid": "fedora.23-x64", + "assetType": "native" + } + } + }, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/fedora.24-x64/native/_._": { + "rid": "fedora.24-x64", + "assetType": "native" + } + } + }, "runtime.native.System.Net.Security/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "2.2.0", @@ -948,13 +1135,62 @@ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" } }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/opensuse.13.2-x64/native/_._": { + "rid": "opensuse.13.2-x64", + "assetType": "native" + } + } + }, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/opensuse.42.1-x64/native/_._": { + "rid": "opensuse.42.1-x64", + "assetType": "native" + } + } + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/osx.10.10-x64/native/_._": { + "rid": "osx.10.10-x64", + "assetType": "native" + } + } + }, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/rhel.7-x64/native/_._": { + "rid": "rhel.7-x64", + "assetType": "native" + } + } + }, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/ubuntu.14.04-x64/native/_._": { + "rid": "ubuntu.14.04-x64", + "assetType": "native" + } + } + }, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/ubuntu.16.04-x64/native/_._": { + "rid": "ubuntu.16.04-x64", + "assetType": "native" + } + } + }, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "runtimeTargets": { + "runtime/ubuntu.16.10-x64/native/_._": { + "rid": "ubuntu.16.10-x64", + "assetType": "native" + } + } + }, "SafeObjectPool/2.0.2": { "runtime": { "lib/netstandard2.0/SafeObjectPool.dll": { @@ -1227,6 +1463,20 @@ "System.Threading.Thread": "4.3.0", "System.Threading.ThreadPool": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/linux/lib/_._": { + "rid": "linux", + "assetType": "runtime" + }, + "runtime/osx/lib/_._": { + "rid": "osx", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Diagnostics.TextWriterTraceListener/4.0.0": { @@ -1250,6 +1500,16 @@ "System.Runtime.Extensions": "4.3.0", "System.Threading": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Drawing.Common/4.5.1": { @@ -1311,6 +1571,16 @@ "System.Threading": "4.3.0", "System.Threading.Tasks": "4.3.0", "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Net.Security/4.3.2": { @@ -1343,6 +1613,16 @@ "runtime.native.System": "4.3.0", "runtime.native.System.Net.Security": "4.3.0", "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Net.Sockets/4.3.0": { @@ -1399,6 +1679,16 @@ "System.Threading": "4.3.0", "System.Threading.Tasks": "4.3.0", "System.Threading.Timer": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Reflection.TypeExtensions/4.5.1": {}, @@ -3602,181 +3892,6 @@ }, "compileOnly": true }, - "Microsoft.NETCore.App/2.2.0": { - "dependencies": { - "Microsoft.NETCore.DotNetHostPolicy": "2.2.0", - "Microsoft.NETCore.Platforms": "2.2.0", - "Microsoft.NETCore.Targets": "2.0.0", - "NETStandard.Library": "2.0.3" - }, - "compile": { - "ref/netcoreapp2.2/Microsoft.CSharp.dll": {}, - "ref/netcoreapp2.2/Microsoft.VisualBasic.dll": {}, - "ref/netcoreapp2.2/Microsoft.Win32.Primitives.dll": {}, - "ref/netcoreapp2.2/System.AppContext.dll": {}, - "ref/netcoreapp2.2/System.Buffers.dll": {}, - "ref/netcoreapp2.2/System.Collections.Concurrent.dll": {}, - "ref/netcoreapp2.2/System.Collections.Immutable.dll": {}, - "ref/netcoreapp2.2/System.Collections.NonGeneric.dll": {}, - "ref/netcoreapp2.2/System.Collections.Specialized.dll": {}, - "ref/netcoreapp2.2/System.Collections.dll": {}, - "ref/netcoreapp2.2/System.ComponentModel.Annotations.dll": {}, - "ref/netcoreapp2.2/System.ComponentModel.DataAnnotations.dll": {}, - "ref/netcoreapp2.2/System.ComponentModel.EventBasedAsync.dll": {}, - "ref/netcoreapp2.2/System.ComponentModel.Primitives.dll": {}, - "ref/netcoreapp2.2/System.ComponentModel.TypeConverter.dll": {}, - "ref/netcoreapp2.2/System.ComponentModel.dll": {}, - "ref/netcoreapp2.2/System.Configuration.dll": {}, - "ref/netcoreapp2.2/System.Console.dll": {}, - "ref/netcoreapp2.2/System.Core.dll": {}, - "ref/netcoreapp2.2/System.Data.Common.dll": {}, - "ref/netcoreapp2.2/System.Data.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.Contracts.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.Debug.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.DiagnosticSource.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.FileVersionInfo.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.Process.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.StackTrace.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.TextWriterTraceListener.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.Tools.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.TraceSource.dll": {}, - "ref/netcoreapp2.2/System.Diagnostics.Tracing.dll": {}, - "ref/netcoreapp2.2/System.Drawing.Primitives.dll": {}, - "ref/netcoreapp2.2/System.Drawing.dll": {}, - "ref/netcoreapp2.2/System.Dynamic.Runtime.dll": {}, - "ref/netcoreapp2.2/System.Globalization.Calendars.dll": {}, - "ref/netcoreapp2.2/System.Globalization.Extensions.dll": {}, - "ref/netcoreapp2.2/System.Globalization.dll": {}, - "ref/netcoreapp2.2/System.IO.Compression.Brotli.dll": {}, - "ref/netcoreapp2.2/System.IO.Compression.FileSystem.dll": {}, - "ref/netcoreapp2.2/System.IO.Compression.ZipFile.dll": {}, - "ref/netcoreapp2.2/System.IO.Compression.dll": {}, - "ref/netcoreapp2.2/System.IO.FileSystem.DriveInfo.dll": {}, - "ref/netcoreapp2.2/System.IO.FileSystem.Primitives.dll": {}, - "ref/netcoreapp2.2/System.IO.FileSystem.Watcher.dll": {}, - "ref/netcoreapp2.2/System.IO.FileSystem.dll": {}, - "ref/netcoreapp2.2/System.IO.IsolatedStorage.dll": {}, - "ref/netcoreapp2.2/System.IO.MemoryMappedFiles.dll": {}, - "ref/netcoreapp2.2/System.IO.Pipes.dll": {}, - "ref/netcoreapp2.2/System.IO.UnmanagedMemoryStream.dll": {}, - "ref/netcoreapp2.2/System.IO.dll": {}, - "ref/netcoreapp2.2/System.Linq.Expressions.dll": {}, - "ref/netcoreapp2.2/System.Linq.Parallel.dll": {}, - "ref/netcoreapp2.2/System.Linq.Queryable.dll": {}, - "ref/netcoreapp2.2/System.Linq.dll": {}, - "ref/netcoreapp2.2/System.Memory.dll": {}, - "ref/netcoreapp2.2/System.Net.Http.dll": {}, - "ref/netcoreapp2.2/System.Net.HttpListener.dll": {}, - "ref/netcoreapp2.2/System.Net.Mail.dll": {}, - "ref/netcoreapp2.2/System.Net.NameResolution.dll": {}, - "ref/netcoreapp2.2/System.Net.NetworkInformation.dll": {}, - "ref/netcoreapp2.2/System.Net.Ping.dll": {}, - "ref/netcoreapp2.2/System.Net.Primitives.dll": {}, - "ref/netcoreapp2.2/System.Net.Requests.dll": {}, - "ref/netcoreapp2.2/System.Net.Security.dll": {}, - "ref/netcoreapp2.2/System.Net.ServicePoint.dll": {}, - "ref/netcoreapp2.2/System.Net.Sockets.dll": {}, - "ref/netcoreapp2.2/System.Net.WebClient.dll": {}, - "ref/netcoreapp2.2/System.Net.WebHeaderCollection.dll": {}, - "ref/netcoreapp2.2/System.Net.WebProxy.dll": {}, - "ref/netcoreapp2.2/System.Net.WebSockets.Client.dll": {}, - "ref/netcoreapp2.2/System.Net.WebSockets.dll": {}, - "ref/netcoreapp2.2/System.Net.dll": {}, - "ref/netcoreapp2.2/System.Numerics.Vectors.dll": {}, - "ref/netcoreapp2.2/System.Numerics.dll": {}, - "ref/netcoreapp2.2/System.ObjectModel.dll": {}, - "ref/netcoreapp2.2/System.Reflection.DispatchProxy.dll": {}, - "ref/netcoreapp2.2/System.Reflection.Emit.ILGeneration.dll": {}, - "ref/netcoreapp2.2/System.Reflection.Emit.Lightweight.dll": {}, - "ref/netcoreapp2.2/System.Reflection.Emit.dll": {}, - "ref/netcoreapp2.2/System.Reflection.Extensions.dll": {}, - "ref/netcoreapp2.2/System.Reflection.Metadata.dll": {}, - "ref/netcoreapp2.2/System.Reflection.Primitives.dll": {}, - "ref/netcoreapp2.2/System.Reflection.TypeExtensions.dll": {}, - "ref/netcoreapp2.2/System.Reflection.dll": {}, - "ref/netcoreapp2.2/System.Resources.Reader.dll": {}, - "ref/netcoreapp2.2/System.Resources.ResourceManager.dll": {}, - "ref/netcoreapp2.2/System.Resources.Writer.dll": {}, - "ref/netcoreapp2.2/System.Runtime.CompilerServices.VisualC.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Extensions.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Handles.dll": {}, - "ref/netcoreapp2.2/System.Runtime.InteropServices.RuntimeInformation.dll": {}, - "ref/netcoreapp2.2/System.Runtime.InteropServices.WindowsRuntime.dll": {}, - "ref/netcoreapp2.2/System.Runtime.InteropServices.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Loader.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Numerics.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Serialization.Formatters.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Serialization.Json.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Serialization.Primitives.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Serialization.Xml.dll": {}, - "ref/netcoreapp2.2/System.Runtime.Serialization.dll": {}, - "ref/netcoreapp2.2/System.Runtime.dll": {}, - "ref/netcoreapp2.2/System.Security.Claims.dll": {}, - "ref/netcoreapp2.2/System.Security.Cryptography.Algorithms.dll": {}, - "ref/netcoreapp2.2/System.Security.Cryptography.Csp.dll": {}, - "ref/netcoreapp2.2/System.Security.Cryptography.Encoding.dll": {}, - "ref/netcoreapp2.2/System.Security.Cryptography.Primitives.dll": {}, - "ref/netcoreapp2.2/System.Security.Cryptography.X509Certificates.dll": {}, - "ref/netcoreapp2.2/System.Security.Principal.dll": {}, - "ref/netcoreapp2.2/System.Security.SecureString.dll": {}, - "ref/netcoreapp2.2/System.Security.dll": {}, - "ref/netcoreapp2.2/System.ServiceModel.Web.dll": {}, - "ref/netcoreapp2.2/System.ServiceProcess.dll": {}, - "ref/netcoreapp2.2/System.Text.Encoding.Extensions.dll": {}, - "ref/netcoreapp2.2/System.Text.Encoding.dll": {}, - "ref/netcoreapp2.2/System.Text.RegularExpressions.dll": {}, - "ref/netcoreapp2.2/System.Threading.Overlapped.dll": {}, - "ref/netcoreapp2.2/System.Threading.Tasks.Dataflow.dll": {}, - "ref/netcoreapp2.2/System.Threading.Tasks.Extensions.dll": {}, - "ref/netcoreapp2.2/System.Threading.Tasks.Parallel.dll": {}, - "ref/netcoreapp2.2/System.Threading.Tasks.dll": {}, - "ref/netcoreapp2.2/System.Threading.Thread.dll": {}, - "ref/netcoreapp2.2/System.Threading.ThreadPool.dll": {}, - "ref/netcoreapp2.2/System.Threading.Timer.dll": {}, - "ref/netcoreapp2.2/System.Threading.dll": {}, - "ref/netcoreapp2.2/System.Transactions.Local.dll": {}, - "ref/netcoreapp2.2/System.Transactions.dll": {}, - "ref/netcoreapp2.2/System.ValueTuple.dll": {}, - "ref/netcoreapp2.2/System.Web.HttpUtility.dll": {}, - "ref/netcoreapp2.2/System.Web.dll": {}, - "ref/netcoreapp2.2/System.Windows.dll": {}, - "ref/netcoreapp2.2/System.Xml.Linq.dll": {}, - "ref/netcoreapp2.2/System.Xml.ReaderWriter.dll": {}, - "ref/netcoreapp2.2/System.Xml.Serialization.dll": {}, - "ref/netcoreapp2.2/System.Xml.XDocument.dll": {}, - "ref/netcoreapp2.2/System.Xml.XPath.XDocument.dll": {}, - "ref/netcoreapp2.2/System.Xml.XPath.dll": {}, - "ref/netcoreapp2.2/System.Xml.XmlDocument.dll": {}, - "ref/netcoreapp2.2/System.Xml.XmlSerializer.dll": {}, - "ref/netcoreapp2.2/System.Xml.dll": {}, - "ref/netcoreapp2.2/System.dll": {}, - "ref/netcoreapp2.2/WindowsBase.dll": {}, - "ref/netcoreapp2.2/mscorlib.dll": {}, - "ref/netcoreapp2.2/netstandard.dll": {} - }, - "compileOnly": true - }, - "Microsoft.NETCore.DotNetAppHost/2.2.0": { - "compileOnly": true - }, - "Microsoft.NETCore.DotNetHostPolicy/2.2.0": { - "dependencies": { - "Microsoft.NETCore.DotNetHostResolver": "2.2.0" - }, - "compileOnly": true - }, - "Microsoft.NETCore.DotNetHostResolver/2.2.0": { - "dependencies": { - "Microsoft.NETCore.DotNetAppHost": "2.2.0" - }, - "compileOnly": true - }, - "Microsoft.NETCore.Platforms/2.2.0": { - "compileOnly": true - }, - "Microsoft.NETCore.Targets/2.0.0": { - "compileOnly": true - }, "Microsoft.Win32.Registry/4.5.0": { "dependencies": { "System.Security.AccessControl": "4.5.0", @@ -3787,12 +3902,6 @@ }, "compileOnly": true }, - "NETStandard.Library/2.0.3": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.2.0" - }, - "compileOnly": true - }, "Newtonsoft.Json.Bson/1.0.1": { "dependencies": { "NETStandard.Library": "2.0.3", @@ -4908,6 +5017,48 @@ "path": "microsoft.net.test.sdk/16.0.1", "hashPath": "microsoft.net.test.sdk.16.0.1.nupkg.sha512" }, + "Microsoft.NETCore.App/2.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-QU8taCyeyePwatrj+h+750lMnsPCq3YPaGmsdtSHXPCjDyjto2KT7QDNVet0oRliX4PjaINpyg0Yzd9DnQ/Wkw==", + "path": "microsoft.netcore.app/2.2.0", + "hashPath": "microsoft.netcore.app.2.2.0.nupkg.sha512" + }, + "Microsoft.NETCore.DotNetAppHost/2.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qIrVLupwT2NYTrf7KM7Nh+mJr36V5MITVRjyGOByVVCwGmQgQmI/6bjZYQv+QdExi4Cm87eCKJX9FdT6nc00Xg==", + "path": "microsoft.netcore.dotnetapphost/2.2.0", + "hashPath": "microsoft.netcore.dotnetapphost.2.2.0.nupkg.sha512" + }, + "Microsoft.NETCore.DotNetHostPolicy/2.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-5Xvh/3bDr6YAl6TKfeONvRDZ9QOmvVmzFzA0M6g8uubWdf5/o6qdVOqByFBT/fhjVb6okP0E5+v1oxh1Pk+c+w==", + "path": "microsoft.netcore.dotnethostpolicy/2.2.0", + "hashPath": "microsoft.netcore.dotnethostpolicy.2.2.0.nupkg.sha512" + }, + "Microsoft.NETCore.DotNetHostResolver/2.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Q3j3KC2ugqIVasf7pO4NRDEn7GysZX3ZH6fAHfbjrP8cYXY9cmHeFcbaniw36q8kFhsPt2EnRHzSsLBpbG6l2Q==", + "path": "microsoft.netcore.dotnethostresolver/2.2.0", + "hashPath": "microsoft.netcore.dotnethostresolver.2.2.0.nupkg.sha512" + }, + "Microsoft.NETCore.Platforms/2.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-39+GVHdbm+cmoOjdvm+fhiMbddnuVyUlBdYS8Yhn5xsNaBoTXpgBsxQQlI2Sv9EjIP0F+itG6yrDaOM2OEGupQ==", + "path": "microsoft.netcore.platforms/2.2.0", + "hashPath": "microsoft.netcore.platforms.2.2.0.nupkg.sha512" + }, + "Microsoft.NETCore.Targets/2.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-odP/tJj1z6GylFpNo7pMtbd/xQgTC3Ex2If63dRTL38bBNMwsBnJ+RceUIyHdRBC0oik/3NehYT+oECwBhIM3Q==", + "path": "microsoft.netcore.targets/2.0.0", + "hashPath": "microsoft.netcore.targets.2.0.0.nupkg.sha512" + }, "Microsoft.TestPlatform.ObjectModel/16.0.1": { "type": "package", "serviceable": true, @@ -5013,6 +5164,13 @@ "path": "mysqlconnector/0.56.0", "hashPath": "mysqlconnector.0.56.0.nupkg.sha512" }, + "NETStandard.Library/2.0.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", + "path": "netstandard.library/2.0.3", + "hashPath": "netstandard.library.2.0.3.nupkg.sha512" + }, "Newtonsoft.Json/12.0.2": { "type": "package", "serviceable": true, @@ -6642,48 +6800,6 @@ "path": "microsoft.net.http.headers/2.2.0", "hashPath": "microsoft.net.http.headers.2.2.0.nupkg.sha512" }, - "Microsoft.NETCore.App/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QU8taCyeyePwatrj+h+750lMnsPCq3YPaGmsdtSHXPCjDyjto2KT7QDNVet0oRliX4PjaINpyg0Yzd9DnQ/Wkw==", - "path": "microsoft.netcore.app/2.2.0", - "hashPath": "microsoft.netcore.app.2.2.0.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetAppHost/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qIrVLupwT2NYTrf7KM7Nh+mJr36V5MITVRjyGOByVVCwGmQgQmI/6bjZYQv+QdExi4Cm87eCKJX9FdT6nc00Xg==", - "path": "microsoft.netcore.dotnetapphost/2.2.0", - "hashPath": "microsoft.netcore.dotnetapphost.2.2.0.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetHostPolicy/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5Xvh/3bDr6YAl6TKfeONvRDZ9QOmvVmzFzA0M6g8uubWdf5/o6qdVOqByFBT/fhjVb6okP0E5+v1oxh1Pk+c+w==", - "path": "microsoft.netcore.dotnethostpolicy/2.2.0", - "hashPath": "microsoft.netcore.dotnethostpolicy.2.2.0.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetHostResolver/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Q3j3KC2ugqIVasf7pO4NRDEn7GysZX3ZH6fAHfbjrP8cYXY9cmHeFcbaniw36q8kFhsPt2EnRHzSsLBpbG6l2Q==", - "path": "microsoft.netcore.dotnethostresolver/2.2.0", - "hashPath": "microsoft.netcore.dotnethostresolver.2.2.0.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/2.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-39+GVHdbm+cmoOjdvm+fhiMbddnuVyUlBdYS8Yhn5xsNaBoTXpgBsxQQlI2Sv9EjIP0F+itG6yrDaOM2OEGupQ==", - "path": "microsoft.netcore.platforms/2.2.0", - "hashPath": "microsoft.netcore.platforms.2.2.0.nupkg.sha512" - }, - "Microsoft.NETCore.Targets/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-odP/tJj1z6GylFpNo7pMtbd/xQgTC3Ex2If63dRTL38bBNMwsBnJ+RceUIyHdRBC0oik/3NehYT+oECwBhIM3Q==", - "path": "microsoft.netcore.targets/2.0.0", - "hashPath": "microsoft.netcore.targets.2.0.0.nupkg.sha512" - }, "Microsoft.Win32.Registry/4.5.0": { "type": "package", "serviceable": true, @@ -6691,13 +6807,6 @@ "path": "microsoft.win32.registry/4.5.0", "hashPath": "microsoft.win32.registry.4.5.0.nupkg.sha512" }, - "NETStandard.Library/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", - "path": "netstandard.library/2.0.3", - "hashPath": "netstandard.library.2.0.3.nupkg.sha512" - }, "Newtonsoft.Json.Bson/1.0.1": { "type": "package", "serviceable": true, diff --git a/Services/Hncore.Pass.Sells/bin/Release/netcoreapp2.2/Hncore.Pass.Sells.dll b/Services/Hncore.Pass.Sells/bin/Release/netcoreapp2.2/Hncore.Pass.Sells.dll index 28facc1..8cfaf2c 100644 Binary files a/Services/Hncore.Pass.Sells/bin/Release/netcoreapp2.2/Hncore.Pass.Sells.dll and b/Services/Hncore.Pass.Sells/bin/Release/netcoreapp2.2/Hncore.Pass.Sells.dll differ diff --git a/Services/Hncore.Pass.Sells/bin/Release/netcoreapp2.2/Hncore.Pass.Sells.pdb b/Services/Hncore.Pass.Sells/bin/Release/netcoreapp2.2/Hncore.Pass.Sells.pdb index fafc2e5..377ba6d 100644 Binary files a/Services/Hncore.Pass.Sells/bin/Release/netcoreapp2.2/Hncore.Pass.Sells.pdb and b/Services/Hncore.Pass.Sells/bin/Release/netcoreapp2.2/Hncore.Pass.Sells.pdb differ diff --git a/Services/Hncore.Pass.Sells/bin/Release/netcoreapp2.2/Hncore.Pass.Sells.runtimeconfig.json b/Services/Hncore.Pass.Sells/bin/Release/netcoreapp2.2/Hncore.Pass.Sells.runtimeconfig.json index ee5ce0f..5b1393c 100644 --- a/Services/Hncore.Pass.Sells/bin/Release/netcoreapp2.2/Hncore.Pass.Sells.runtimeconfig.json +++ b/Services/Hncore.Pass.Sells/bin/Release/netcoreapp2.2/Hncore.Pass.Sells.runtimeconfig.json @@ -7,8 +7,7 @@ }, "configProperties": { "System.GC.Concurrent": true, - "System.GC.Server": false, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false + "System.GC.Server": false } } } \ No newline at end of file diff --git a/Services/Hncore.Pass.Sells/bin/Release/netcoreapp2.2/appsettings.Development.json b/Services/Hncore.Pass.Sells/bin/Release/netcoreapp2.2/appsettings.Development.json deleted file mode 100644 index 299b3a2..0000000 --- a/Services/Hncore.Pass.Sells/bin/Release/netcoreapp2.2/appsettings.Development.json +++ /dev/null @@ -1,25 +0,0 @@ -//{ -// "MySql": "Server=rm-bp12e1533udh1827azo.mysql.rds.aliyuncs.com;Database=etor_property_test;User=etor_test;Password=etor_test!QAZ2wsx;Convert Zero Datetime=True;TreatTinyAsBoolean=false;", -// "Redis": "47.92.85.90:6379,password=etor0070x01,defaultDatabase=7,poolsize=1" -//} -{ - "Host_BaseUrl": "http://ipistest.etor.top11", - "Wx_Mp_Appid": "wxd6b150a17c252fec", - "MySql": "Server=47.92.244.89;Database=property;User=root;Password=qaz123!@#;Convert Zero Datetime=True;TreatTinyAsBoolean=false;port=5000;", - "Redis": "47.92.85.90:6379,password=etor0070x01,defaultDatabase=10,poolsize=1", - "Service_BaseUrl": "http://localhost:5000", - "Wx": { - "mp": { - "appId": "", - "appSecret": "", - "mchId": "", - "mchKey": "" - }, - "mini": { - "appId": "", - "appSecret": "", - "mchId": "", - "mchKey": "" - } - } -} diff --git a/Services/Hncore.Pass.Sells/bin/Release/netcoreapp2.2/appsettings.Local.json b/Services/Hncore.Pass.Sells/bin/Release/netcoreapp2.2/appsettings.Local.json deleted file mode 100644 index 94e2329..0000000 --- a/Services/Hncore.Pass.Sells/bin/Release/netcoreapp2.2/appsettings.Local.json +++ /dev/null @@ -1,10 +0,0 @@ -//{ -// "MySql": "Server=rm-bp12e1533udh1827azo.mysql.rds.aliyuncs.com;Database=etor_property_test;User=etor_test;Password=etor_test!QAZ2wsx;Convert Zero Datetime=True;TreatTinyAsBoolean=false;", -// "Redis": "47.92.85.90:6379,password=etor0070x01,defaultDatabase=7,poolsize=1" -//} -{ - "Host_BaseUrl": "http://ipistest.etor.top11", - "Wx_Mp_Appid": "wxd6b150a17c252fec", - "MySql": "Server=47.92.244.89;Database=property;User=root;Password=qaz123!@#;Convert Zero Datetime=True;TreatTinyAsBoolean=false;port=5000;", - "Redis": "47.92.85.90:6379,password=etor0070x01,defaultDatabase=10,poolsize=1" -} diff --git a/Services/Hncore.Pass.Sells/bin/Release/netcoreapp2.2/appsettings.Production.json b/Services/Hncore.Pass.Sells/bin/Release/netcoreapp2.2/appsettings.Production.json deleted file mode 100644 index b6ef03b..0000000 --- a/Services/Hncore.Pass.Sells/bin/Release/netcoreapp2.2/appsettings.Production.json +++ /dev/null @@ -1,10 +0,0 @@ -//{ -// "MySql": "Server=rm-bp12e1533udh1827azo.mysql.rds.aliyuncs.com;Database=etor_property_test;User=etor_test;Password=etor_test!QAZ2wsx;Convert Zero Datetime=True;TreatTinyAsBoolean=false;", -// "Redis": "47.92.85.90:6379,password=etor0070x01,defaultDatabase=7,poolsize=1" -//} -{ - "Host_BaseUrl": "http://ipistest.etor.top11", - "Wx_Mp_Appid": "wxd6b150a17c252fec", - "MySql": "Server=47.92.244.89;Database=property;User=root;Password=qaz123!@#;Convert Zero Datetime=True;TreatTinyAsBoolean=false;port=5000;", - "Redis": "127.0.0.1:6379,password=123456,defaultDatabase=8,poolsize=1" -} diff --git a/Services/Hncore.Pass.Sells/bin/Release/netcoreapp2.2/appsettings.json b/Services/Hncore.Pass.Sells/bin/Release/netcoreapp2.2/appsettings.json deleted file mode 100644 index def9159..0000000 --- a/Services/Hncore.Pass.Sells/bin/Release/netcoreapp2.2/appsettings.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Warning" - } - }, - "AllowedHosts": "*" -}