chushihua
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v2.2", FrameworkDisplayName = "")]
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
565cf7e3b3c73575179011564a241ff8d1b74b30
|
||||
bdd6ab20a39394ef7f35681139942204482ef511
|
||||
|
||||
@@ -18,3 +18,23 @@ D:\test\juipnet\Services\Hncore.Pass.PaymentCenter\obj\Debug\netcoreapp2.2\Hncor
|
||||
D:\test\juipnet\Services\Hncore.Pass.PaymentCenter\obj\Debug\netcoreapp2.2\Hncore.Pass.PaymentCenter.csproj.CopyComplete
|
||||
D:\test\juipnet\Services\Hncore.Pass.PaymentCenter\obj\Debug\netcoreapp2.2\Hncore.Pass.PaymentCenter.dll
|
||||
D:\test\juipnet\Services\Hncore.Pass.PaymentCenter\obj\Debug\netcoreapp2.2\Hncore.Pass.PaymentCenter.pdb
|
||||
D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\bin\Debug\netcoreapp2.2\nlog.config
|
||||
D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\bin\Debug\netcoreapp2.2\appsettings.Development.json
|
||||
D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\bin\Debug\netcoreapp2.2\Hncore.Pass.PaymentCenter.deps.json
|
||||
D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\bin\Debug\netcoreapp2.2\Hncore.Pass.PaymentCenter.runtimeconfig.json
|
||||
D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\bin\Debug\netcoreapp2.2\Hncore.Pass.PaymentCenter.runtimeconfig.dev.json
|
||||
D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\bin\Debug\netcoreapp2.2\Hncore.Pass.PaymentCenter.dll
|
||||
D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\bin\Debug\netcoreapp2.2\Hncore.Pass.PaymentCenter.pdb
|
||||
D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\bin\Debug\netcoreapp2.2\Alipay.AopSdk.Core.dll
|
||||
D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\bin\Debug\netcoreapp2.2\Hncore.Infrastructure.dll
|
||||
D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\bin\Debug\netcoreapp2.2\PaymentCenterClient.dll
|
||||
D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\bin\Debug\netcoreapp2.2\Hncore.Infrastructure.pdb
|
||||
D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\bin\Debug\netcoreapp2.2\Alipay.AopSdk.Core.pdb
|
||||
D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\bin\Debug\netcoreapp2.2\PaymentCenterClient.pdb
|
||||
D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\obj\Debug\netcoreapp2.2\Hncore.Pass.PaymentCenter.csprojAssemblyReference.cache
|
||||
D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\obj\Debug\netcoreapp2.2\Hncore.Pass.PaymentCenter.csproj.CoreCompileInputs.cache
|
||||
D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\obj\Debug\netcoreapp2.2\Hncore.Pass.PaymentCenter.AssemblyInfoInputs.cache
|
||||
D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\obj\Debug\netcoreapp2.2\Hncore.Pass.PaymentCenter.AssemblyInfo.cs
|
||||
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
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": 1,
|
||||
"dgSpecHash": "3HlRnoa9d3jDQmjux760f2KxrSUbG3kMLKNVscgesZaZ6soI4Hy6cPndUC18xyLuurGKzqv0BUBFutbcm9ruXg==",
|
||||
"dgSpecHash": "iYQQW7ugv7lYLC6ihTFGb7pZb0fP9WkRwXnNrsmlHyCBDI9USDdN18+UJT5IJiyLN7ICjQn6cFb4ENKGmo4rHQ==",
|
||||
"success": true
|
||||
}
|
||||
@@ -3,9 +3,9 @@
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">D:\test\juipnet\Services\Hncore.Pass.PaymentCenter\obj\project.assets.json</ProjectAssetsFile>
|
||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\obj\project.assets.json</ProjectAssetsFile>
|
||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\admin\.nuget\packages\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Administrator\.nuget\packages\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">4.9.0</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
@@ -18,7 +18,7 @@
|
||||
<Import Project="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.entityframeworkcore.design\2.2.0\build\netcoreapp2.0\Microsoft.EntityFrameworkCore.Design.props" Condition="Exists('C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.entityframeworkcore.design\2.2.0\build\netcoreapp2.0\Microsoft.EntityFrameworkCore.Design.props')" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<Pkgxunit_analyzers Condition=" '$(Pkgxunit_analyzers)' == '' ">C:\Users\admin\.nuget\packages\xunit.analyzers\0.10.0</Pkgxunit_analyzers>
|
||||
<Pkgxunit_analyzers Condition=" '$(Pkgxunit_analyzers)' == '' ">C:\Users\Administrator\.nuget\packages\xunit.analyzers\0.10.0</Pkgxunit_analyzers>
|
||||
<PkgMicrosoft_CodeAnalysis_Analyzers Condition=" '$(PkgMicrosoft_CodeAnalysis_Analyzers)' == '' ">C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.codeanalysis.analyzers\1.1.0</PkgMicrosoft_CodeAnalysis_Analyzers>
|
||||
<PkgMicrosoft_AspNetCore_Razor_Design Condition=" '$(PkgMicrosoft_AspNetCore_Razor_Design)' == '' ">C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.aspnetcore.razor.design\2.2.0</PkgMicrosoft_AspNetCore_Razor_Design>
|
||||
<PkgMicrosoft_EntityFrameworkCore_Tools Condition=" '$(PkgMicrosoft_EntityFrameworkCore_Tools)' == '' ">C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.entityframeworkcore.tools\2.2.0</PkgMicrosoft_EntityFrameworkCore_Tools>
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
7d679fc35730d544828d17071e4ec3da80a3dcc0
|
||||
2729f748fcb34459a9403355d4524260bde5c444
|
||||
|
||||
@@ -18,3 +18,23 @@ D:\test\juipnet\Services\Hncore.Pass.PaymentCenter\obj\Release\netcoreapp2.2\Hnc
|
||||
D:\test\juipnet\Services\Hncore.Pass.PaymentCenter\obj\Release\netcoreapp2.2\Hncore.Pass.PaymentCenter.csproj.CopyComplete
|
||||
D:\test\juipnet\Services\Hncore.Pass.PaymentCenter\obj\Release\netcoreapp2.2\Hncore.Pass.PaymentCenter.dll
|
||||
D:\test\juipnet\Services\Hncore.Pass.PaymentCenter\obj\Release\netcoreapp2.2\Hncore.Pass.PaymentCenter.pdb
|
||||
D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\bin\Release\netcoreapp2.2\nlog.config
|
||||
D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\bin\Release\netcoreapp2.2\appsettings.Development.json
|
||||
D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\bin\Release\netcoreapp2.2\Hncore.Pass.PaymentCenter.deps.json
|
||||
D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\bin\Release\netcoreapp2.2\Hncore.Pass.PaymentCenter.runtimeconfig.json
|
||||
D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\bin\Release\netcoreapp2.2\Hncore.Pass.PaymentCenter.runtimeconfig.dev.json
|
||||
D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\bin\Release\netcoreapp2.2\Hncore.Pass.PaymentCenter.dll
|
||||
D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\bin\Release\netcoreapp2.2\Hncore.Pass.PaymentCenter.pdb
|
||||
D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\bin\Release\netcoreapp2.2\Alipay.AopSdk.Core.dll
|
||||
D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\bin\Release\netcoreapp2.2\Hncore.Infrastructure.dll
|
||||
D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\bin\Release\netcoreapp2.2\PaymentCenterClient.dll
|
||||
D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\bin\Release\netcoreapp2.2\Hncore.Infrastructure.pdb
|
||||
D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\bin\Release\netcoreapp2.2\Alipay.AopSdk.Core.pdb
|
||||
D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\bin\Release\netcoreapp2.2\PaymentCenterClient.pdb
|
||||
D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\obj\Release\netcoreapp2.2\Hncore.Pass.PaymentCenter.csprojAssemblyReference.cache
|
||||
D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\obj\Release\netcoreapp2.2\Hncore.Pass.PaymentCenter.csproj.CoreCompileInputs.cache
|
||||
D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\obj\Release\netcoreapp2.2\Hncore.Pass.PaymentCenter.AssemblyInfoInputs.cache
|
||||
D:\www\juipnet\Services\Hncore.Pass.PaymentCenter\obj\Release\netcoreapp2.2\Hncore.Pass.PaymentCenter.AssemblyInfo.cs
|
||||
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
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -14037,23 +14037,23 @@
|
||||
]
|
||||
},
|
||||
"packageFolders": {
|
||||
"C:\\Users\\admin\\.nuget\\packages\\": {},
|
||||
"C:\\Users\\Administrator\\.nuget\\packages\\": {},
|
||||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {}
|
||||
},
|
||||
"project": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "D:\\test\\juipnet\\Services\\Hncore.Pass.PaymentCenter\\Hncore.Pass.PaymentCenter.csproj",
|
||||
"projectUniqueName": "D:\\www\\juipnet\\Services\\Hncore.Pass.PaymentCenter\\Hncore.Pass.PaymentCenter.csproj",
|
||||
"projectName": "Hncore.Pass.PaymentCenter",
|
||||
"projectPath": "D:\\test\\juipnet\\Services\\Hncore.Pass.PaymentCenter\\Hncore.Pass.PaymentCenter.csproj",
|
||||
"packagesPath": "C:\\Users\\admin\\.nuget\\packages\\",
|
||||
"outputPath": "D:\\test\\juipnet\\Services\\Hncore.Pass.PaymentCenter\\obj\\",
|
||||
"projectPath": "D:\\www\\juipnet\\Services\\Hncore.Pass.PaymentCenter\\Hncore.Pass.PaymentCenter.csproj",
|
||||
"packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\",
|
||||
"outputPath": "D:\\www\\juipnet\\Services\\Hncore.Pass.PaymentCenter\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\admin\\AppData\\Roaming\\NuGet\\NuGet.Config"
|
||||
"C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"netcoreapp2.2"
|
||||
@@ -14064,14 +14064,14 @@
|
||||
"frameworks": {
|
||||
"netcoreapp2.2": {
|
||||
"projectReferences": {
|
||||
"D:\\test\\juipnet\\Infrastructure\\Hncore.Infrastructure\\Hncore.Infrastructure.csproj": {
|
||||
"projectPath": "D:\\test\\juipnet\\Infrastructure\\Hncore.Infrastructure\\Hncore.Infrastructure.csproj"
|
||||
"D:\\www\\juipnet\\Infrastructure\\Hncore.Infrastructure\\Hncore.Infrastructure.csproj": {
|
||||
"projectPath": "D:\\www\\juipnet\\Infrastructure\\Hncore.Infrastructure\\Hncore.Infrastructure.csproj"
|
||||
},
|
||||
"D:\\test\\juipnet\\Infrastructure\\ServiceClient\\Alipay.AopSdk.Core\\Alipay.AopSdk.Core.csproj": {
|
||||
"projectPath": "D:\\test\\juipnet\\Infrastructure\\ServiceClient\\Alipay.AopSdk.Core\\Alipay.AopSdk.Core.csproj"
|
||||
"D:\\www\\juipnet\\Infrastructure\\ServiceClient\\Alipay.AopSdk.Core\\Alipay.AopSdk.Core.csproj": {
|
||||
"projectPath": "D:\\www\\juipnet\\Infrastructure\\ServiceClient\\Alipay.AopSdk.Core\\Alipay.AopSdk.Core.csproj"
|
||||
},
|
||||
"D:\\test\\juipnet\\Infrastructure\\ServiceClient\\PaymentCenterClient\\PaymentCenterClient.csproj": {
|
||||
"projectPath": "D:\\test\\juipnet\\Infrastructure\\ServiceClient\\PaymentCenterClient\\PaymentCenterClient.csproj"
|
||||
"D:\\www\\juipnet\\Infrastructure\\ServiceClient\\PaymentCenterClient\\PaymentCenterClient.csproj": {
|
||||
"projectPath": "D:\\www\\juipnet\\Infrastructure\\ServiceClient\\PaymentCenterClient\\PaymentCenterClient.csproj"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user