From ca54eceeebeceea3b6c75e3dbfa3b715806c6106 Mon Sep 17 00:00:00 2001 From: 刘磊 <1161824510@qq.com> Date: 星期五, 15 十一月 2024 16:38:23 +0800 Subject: [PATCH] 1 --- Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/project.assets.json | 95 +++++++++++++++++++++++++++++------------------ 1 files changed, 58 insertions(+), 37 deletions(-) diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/project.assets.json b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/project.assets.json index 3638975..a46feed 100644 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/project.assets.json +++ b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/project.assets.json @@ -3389,6 +3389,19 @@ "bin/placeholder/WIDESEAWCS_IBasicInfoService.dll": {} } }, + "WIDESEAWCS_IProcessRepository/1.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v6.0", + "dependencies": { + "WIDESEAWCS_DTO": "1.0.0" + }, + "compile": { + "bin/placeholder/WIDESEAWCS_IProcessRepository.dll": {} + }, + "runtime": { + "bin/placeholder/WIDESEAWCS_IProcessRepository.dll": {} + } + }, "WIDESEAWCS_ISystemRepository/1.0.0": { "type": "project", "framework": ".NETCoreApp,Version=v6.0", @@ -3454,6 +3467,19 @@ }, "runtime": { "bin/placeholder/WIDESEAWCS_Model.dll": {} + } + }, + "WIDESEAWCS_ProcessRepository/1.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v6.0", + "dependencies": { + "WIDESEAWCS_IProcessRepository": "1.0.0" + }, + "compile": { + "bin/placeholder/WIDESEAWCS_ProcessRepository.dll": {} + }, + "runtime": { + "bin/placeholder/WIDESEAWCS_ProcessRepository.dll": {} } }, "WIDESEAWCS_QuartzJob/2.0.0": { @@ -3530,6 +3556,7 @@ "type": "project", "framework": ".NETCoreApp,Version=v6.0", "dependencies": { + "WIDESEAWCS_ProcessRepository": "1.0.0", "WIDESEAWCS_QuartzJob": "2.0.0", "WIDESEAWCS_TaskInfoService": "1.0.0" }, @@ -10079,6 +10106,11 @@ "path": "../WIDESEAWCS_IBasicInfoService/WIDESEAWCS_IBasicInfoService.csproj", "msbuildProject": "../WIDESEAWCS_IBasicInfoService/WIDESEAWCS_IBasicInfoService.csproj" }, + "WIDESEAWCS_IProcessRepository/1.0.0": { + "type": "project", + "path": "../WIDESEAWCS_ProcessParameters/WIDESEAWCS_IProcessRepository.csproj", + "msbuildProject": "../WIDESEAWCS_ProcessParameters/WIDESEAWCS_IProcessRepository.csproj" + }, "WIDESEAWCS_ISystemRepository/1.0.0": { "type": "project", "path": "../WIDESEAWCS_ISystemRepository/WIDESEAWCS_ISystemRepository.csproj", @@ -10103,6 +10135,11 @@ "type": "project", "path": "../WIDESEAWCS_Model/WIDESEAWCS_Model.csproj", "msbuildProject": "../WIDESEAWCS_Model/WIDESEAWCS_Model.csproj" + }, + "WIDESEAWCS_ProcessRepository/1.0.0": { + "type": "project", + "path": "../WIDESEAWCS_ProcessRepository/WIDESEAWCS_ProcessRepository.csproj", + "msbuildProject": "../WIDESEAWCS_ProcessRepository/WIDESEAWCS_ProcessRepository.csproj" }, "WIDESEAWCS_QuartzJob/2.0.0": { "type": "project", @@ -10145,19 +10182,24 @@ ] }, "packageFolders": { - "C:\\Users\\29028\\.nuget\\packages\\": {} + "C:\\Users\\绔炵敺\\.nuget\\packages\\": {}, + "E:\\vsTOOl\\NuGetPackages": {} }, "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj", + "projectUniqueName": "F:\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj", "projectName": "WIDESEAWCS_Server", - "projectPath": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj", - "packagesPath": "C:\\Users\\29028\\.nuget\\packages\\", - "outputPath": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\obj\\", + "projectPath": "F:\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj", + "packagesPath": "C:\\Users\\绔炵敺\\.nuget\\packages\\", + "outputPath": "F:\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\obj\\", "projectStyle": "PackageReference", + "fallbackFolders": [ + "E:\\vsTOOl\\NuGetPackages" + ], "configFilePaths": [ - "C:\\Users\\29028\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Users\\绔炵敺\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" ], "originalTargetFrameworks": [ @@ -10166,24 +10208,23 @@ "sources": { "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, "C:\\Program Files\\dotnet\\library-packs": {}, - "http://115.159.85.185:8070/v3/index.json": {}, "https://api.nuget.org/v3/index.json": {} }, "frameworks": { "net6.0": { "targetAlias": "net6.0", "projectReferences": { - "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_QuartzJob\\WIDESEAWCS_QuartzJob.csproj": { - "projectPath": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_QuartzJob\\WIDESEAWCS_QuartzJob.csproj" + "F:\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_QuartzJob\\WIDESEAWCS_QuartzJob.csproj": { + "projectPath": "F:\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_QuartzJob\\WIDESEAWCS_QuartzJob.csproj" }, - "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj": { - "projectPath": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj" + "F:\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj": { + "projectPath": "F:\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj" }, - "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCs_TaskInfoService\\WIDESEAWCs_TaskInfoService.csproj": { - "projectPath": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCs_TaskInfoService\\WIDESEAWCs_TaskInfoService.csproj" + "F:\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCs_TaskInfoService\\WIDESEAWCs_TaskInfoService.csproj": { + "projectPath": "F:\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCs_TaskInfoService\\WIDESEAWCs_TaskInfoService.csproj" }, - "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj": { - "projectPath": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj" + "F:\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj": { + "projectPath": "F:\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj" } } } @@ -10227,28 +10268,8 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.401\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.403\\RuntimeIdentifierGraph.json" } } - }, - "logs": [ - { - "code": "NU1803", - "level": "Warning", - "warningLevel": 1, - "message": "姝e湪閫氳繃 鈥淗TTP鈥� 婧愨�渉ttp://115.159.85.185:8070/v3/index.json鈥濊繍琛屸�渞estore鈥濇搷浣溿�傚皢鏉ョ殑鐗堟湰涓皢鍒犻櫎闈� HTTPS 璁块棶鏉冮檺銆傝鑰冭檻杩佺Щ鍒� 鈥淗TTPS鈥� 婧愩��" - }, - { - "code": "NU1900", - "level": "Warning", - "warningLevel": 1, - "message": "鑾峰彇鍖呮紡娲炴暟鎹椂鍑洪敊: 鏃犳硶鍔犺浇婧� https://api.nuget.org/v3/index.json 鐨勬湇鍔$储寮曘��" - }, - { - "code": "NU1900", - "level": "Warning", - "warningLevel": 1, - "message": "鑾峰彇鍖呮紡娲炴暟鎹椂鍑洪敊: 鏃犳硶鍔犺浇婧� http://115.159.85.185:8070/v3/index.json 鐨勬湇鍔$储寮曘��" - } - ] + } } \ No newline at end of file -- Gitblit v1.9.3