From 94b11f93e7985e8ca499465af228f78301fd6e86 Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期二, 11 三月 2025 17:32:27 +0800 Subject: [PATCH] 1 --- 项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/obj/project.assets.json | 158 +++++++++++++++++++++++++++++++++++++++++----------- 1 files changed, 123 insertions(+), 35 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/obj/project.assets.json" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/obj/project.assets.json" index c8fdb09..a7eec1a 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/obj/project.assets.json" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/obj/project.assets.json" @@ -873,11 +873,10 @@ "lib/netstandard2.0/Oscar.Data.SqlClient.dll": {} } }, - "Quartz/3.11.0": { + "Quartz/3.13.1": { "type": "package", "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "2.1.1", - "System.Configuration.ConfigurationManager": "6.0.1" + "Microsoft.Extensions.Logging.Abstractions": "2.1.1" }, "compile": { "lib/net6.0/Quartz.dll": { @@ -1638,7 +1637,7 @@ "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {} } }, - "System.Configuration.ConfigurationManager/6.0.1": { + "System.Configuration.ConfigurationManager/6.0.0": { "type": "package", "dependencies": { "System.Security.Cryptography.ProtectedData": "6.0.0", @@ -3266,19 +3265,23 @@ "lib/netstandard1.3/System.Xml.XPath.XDocument.dll": {} } }, - "WIDESEAWCS_Communicator/1.0.0": { + "WIDESEAWCS_Communicator/2.2.4": { "type": "package", "dependencies": { "HslCommunication": "11.6.4" }, "compile": { - "lib/net6.0/WIDESEAWCS_Communicator.dll": {} + "lib/net6.0/WIDESEAWCS_Communicator.dll": { + "related": ".xml" + } }, "runtime": { - "lib/net6.0/WIDESEAWCS_Communicator.dll": {} + "lib/net6.0/WIDESEAWCS_Communicator.dll": { + "related": ".xml" + } } }, - "WIDESEAWCS_Core/1.0.4": { + "WIDESEAWCS_Core/1.0.10": { "type": "package", "dependencies": { "AutoMapper": "13.0.1", @@ -3309,12 +3312,12 @@ "lib/net6.0/WIDESEAWCS_Core.dll": {} } }, - "WIDESEAWCS_QuartzJob/1.0.0": { + "WIDESEAWCS_QuartzJob/2.1.2": { "type": "package", "dependencies": { - "Quartz": "3.11.0", - "WIDESEAWCS_Communicator": "1.0.0", - "WIDESEAWCS_Core": "1.0.0" + "Quartz": "3.13.1", + "WIDESEAWCS_Communicator": "2.2.1", + "WIDESEAWCS_Core": "1.0.6" }, "compile": { "lib/net6.0/WIDESEAWCS_QuartzJob.dll": {} @@ -3399,6 +3402,33 @@ "bin/placeholder/WIDESEAWCS_IBasicInfoService.dll": {} } }, + "WIDESEAWCS_IShuttleCarRepository/1.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v6.0", + "dependencies": { + "WIDESEAWCS_DTO": "1.0.0" + }, + "compile": { + "bin/placeholder/WIDESEAWCS_IShuttleCarRepository.dll": {} + }, + "runtime": { + "bin/placeholder/WIDESEAWCS_IShuttleCarRepository.dll": {} + } + }, + "WIDESEAWCS_IShuttleCarServices/1.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v6.0", + "dependencies": { + "WIDESEAWCS_Model": "1.0.0", + "WIDESEAWCS_ShuttleCarRepository": "1.0.0" + }, + "compile": { + "bin/placeholder/WIDESEAWCS_IShuttleCarServices.dll": {} + }, + "runtime": { + "bin/placeholder/WIDESEAWCS_IShuttleCarServices.dll": {} + } + }, "WIDESEAWCS_ITaskInfoRepository/1.0.0": { "type": "project", "framework": ".NETCoreApp,Version=v6.0", @@ -3431,13 +3461,41 @@ "dependencies": { "System.Text.RegularExpressions": "4.3.1", "WIDESEAWCS_Common": "1.0.0", - "WIDESEAWCS_Core": "1.0.4" + "WIDESEAWCS_Core": "1.0.10" }, "compile": { "bin/placeholder/WIDESEAWCS_Model.dll": {} }, "runtime": { "bin/placeholder/WIDESEAWCS_Model.dll": {} + } + }, + "WIDESEAWCS_ShuttleCarRepository/1.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v6.0", + "dependencies": { + "WIDESEAWCS_DTO": "1.0.0", + "WIDESEAWCS_IShuttleCarRepository": "1.0.0" + }, + "compile": { + "bin/placeholder/WIDESEAWCS_ShuttleCarRepository.dll": {} + }, + "runtime": { + "bin/placeholder/WIDESEAWCS_ShuttleCarRepository.dll": {} + } + }, + "WIDESEAWCS_ShuttleCarServices/1.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v6.0", + "dependencies": { + "WIDESEAWCS_BasicInfoService": "1.0.0", + "WIDESEAWCS_IShuttleCarServices": "1.0.0" + }, + "compile": { + "bin/placeholder/WIDESEAWCS_ShuttleCarServices.dll": {} + }, + "runtime": { + "bin/placeholder/WIDESEAWCS_ShuttleCarServices.dll": {} } }, "WIDESEAWCS_TaskInfoRepository/1.0.0": { @@ -4863,10 +4921,10 @@ "oscar.data.sqlclient.nuspec" ] }, - "Quartz/3.11.0": { - "sha512": "dx8K/3C7P+o+tNI7LosOwoCWjT8aM/AojO+3IPlp4ArvgVcqf36pYu3Rqorcxc4kfklfHcFRrS9hQAIgp6TkGg==", + "Quartz/3.13.1": { + "sha512": "0S4/gYb/FRQfek65OPAmszbdEmtc4Fq/jSeA5XFnvMIjYL9Zr8g9jWoKneEFzAFJGlESjFULtaUFzValHvqu4A==", "type": "package", - "path": "quartz/3.11.0", + "path": "quartz/3.13.1", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4879,7 +4937,7 @@ "lib/netstandard2.0/Quartz.dll", "lib/netstandard2.0/Quartz.xml", "quartz-logo-small.png", - "quartz.3.11.0.nupkg.sha512", + "quartz.3.13.1.nupkg.sha512", "quartz.nuspec", "quick-start.md" ] @@ -6074,10 +6132,10 @@ "system.componentmodel.primitives.nuspec" ] }, - "System.Configuration.ConfigurationManager/6.0.1": { - "sha512": "jXw9MlUu/kRfEU0WyTptAVueupqIeE3/rl0EZDMlf8pcvJnitQ8HeVEp69rZdaStXwTV72boi/Bhw8lOeO+U2w==", + "System.Configuration.ConfigurationManager/6.0.0": { + "sha512": "7T+m0kDSlIPTHIkPMIu6m6tV6qsMqJpvQWW2jIc2qi7sn40qxFo0q+7mEQAhMPXZHMKnWrnv47ntGlM/ejvw3g==", "type": "package", - "path": "system.configuration.configurationmanager/6.0.1", + "path": "system.configuration.configurationmanager/6.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -6094,7 +6152,7 @@ "lib/netstandard2.0/System.Configuration.ConfigurationManager.xml", "runtimes/win/lib/net461/System.Configuration.ConfigurationManager.dll", "runtimes/win/lib/net461/System.Configuration.ConfigurationManager.xml", - "system.configuration.configurationmanager.6.0.1.nupkg.sha512", + "system.configuration.configurationmanager.6.0.0.nupkg.sha512", "system.configuration.configurationmanager.nuspec", "useSharedDesignerContext.txt" ] @@ -9967,36 +10025,37 @@ "system.xml.xpath.xdocument.nuspec" ] }, - "WIDESEAWCS_Communicator/1.0.0": { - "sha512": "jgwg/kvHErkcsa800iZ2f+cP5bWrjwUNfPMhyR+DWhGFWl25GUv7ScTpzxhff++XDd8rhV45WP8X7hbLV4cyvg==", + "WIDESEAWCS_Communicator/2.2.4": { + "sha512": "iE5oUNoaj5mrO1skyYf2MDmj0Diu54VmrvgbbK3FHu3SCAV6s52/DqhRqfmhsMCsXPXdLMzQyGHTaAYxQwSUEw==", "type": "package", - "path": "wideseawcs_communicator/1.0.0", + "path": "wideseawcs_communicator/2.2.4", "files": [ ".nupkg.metadata", "lib/net6.0/WIDESEAWCS_Communicator.dll", - "wideseawcs_communicator.1.0.0.nupkg.sha512", + "lib/net6.0/WIDESEAWCS_Communicator.xml", + "wideseawcs_communicator.2.2.4.nupkg.sha512", "wideseawcs_communicator.nuspec" ] }, - "WIDESEAWCS_Core/1.0.4": { - "sha512": "Dqirw1ltzlX+KdgZYZpeHmZDAGu7N11MFOaKTFy60VwPxSk0ust8PEhjlHspKFkllxwIrktXo2mY93eYld1ANQ==", + "WIDESEAWCS_Core/1.0.10": { + "sha512": "g9pyHhsPLNxWQsCARSya8B2Yn/aZy55jaeplIorXOA+GbyzgB3VvGyDeaUzuiR0cZb6AFhJj9IP9RB/ep7tyog==", "type": "package", - "path": "wideseawcs_core/1.0.4", + "path": "wideseawcs_core/1.0.10", "files": [ ".nupkg.metadata", "lib/net6.0/WIDESEAWCS_Core.dll", - "wideseawcs_core.1.0.4.nupkg.sha512", + "wideseawcs_core.1.0.10.nupkg.sha512", "wideseawcs_core.nuspec" ] }, - "WIDESEAWCS_QuartzJob/1.0.0": { - "sha512": "+9tqVLclJW0W4nIepwmC44azflmdKoekfH/TE2hx5NCLizl54cMZf0YLh0r71N2yJxkPBkRaSbK+gmesKZs3YQ==", + "WIDESEAWCS_QuartzJob/2.1.2": { + "sha512": "4MzaRsKMe7YGgTdDr2SkAL6Me8ZZhBs7upH4JCsU3nklGbWnciguaXBBY8to+3STY0Sm0XvFmiOOCzVXPfL1Yw==", "type": "package", - "path": "wideseawcs_quartzjob/1.0.0", + "path": "wideseawcs_quartzjob/2.1.2", "files": [ ".nupkg.metadata", "lib/net6.0/WIDESEAWCS_QuartzJob.dll", - "wideseawcs_quartzjob.1.0.0.nupkg.sha512", + "wideseawcs_quartzjob.2.1.2.nupkg.sha512", "wideseawcs_quartzjob.nuspec" ] }, @@ -10030,6 +10089,16 @@ "path": "../WIDESEAWCS_IBasicInfoService/WIDESEAWCS_IBasicInfoService.csproj", "msbuildProject": "../WIDESEAWCS_IBasicInfoService/WIDESEAWCS_IBasicInfoService.csproj" }, + "WIDESEAWCS_IShuttleCarRepository/1.0.0": { + "type": "project", + "path": "../WIDESEAWCS_IShuttleCarRepository/WIDESEAWCS_IShuttleCarRepository.csproj", + "msbuildProject": "../WIDESEAWCS_IShuttleCarRepository/WIDESEAWCS_IShuttleCarRepository.csproj" + }, + "WIDESEAWCS_IShuttleCarServices/1.0.0": { + "type": "project", + "path": "../WIDESEAWCS_IShuttleCar/WIDESEAWCS_IShuttleCarServices.csproj", + "msbuildProject": "../WIDESEAWCS_IShuttleCar/WIDESEAWCS_IShuttleCarServices.csproj" + }, "WIDESEAWCS_ITaskInfoRepository/1.0.0": { "type": "project", "path": "../WIDESEAWCS_ITaskInfoRepository/WIDESEAWCS_ITaskInfoRepository.csproj", @@ -10045,6 +10114,16 @@ "path": "../WIDESEAWCS_Model/WIDESEAWCS_Model.csproj", "msbuildProject": "../WIDESEAWCS_Model/WIDESEAWCS_Model.csproj" }, + "WIDESEAWCS_ShuttleCarRepository/1.0.0": { + "type": "project", + "path": "../WIDESEAWCS_ShuttleCarRepository/WIDESEAWCS_ShuttleCarRepository.csproj", + "msbuildProject": "../WIDESEAWCS_ShuttleCarRepository/WIDESEAWCS_ShuttleCarRepository.csproj" + }, + "WIDESEAWCS_ShuttleCarServices/1.0.0": { + "type": "project", + "path": "../WIDESEAWCS_ShuttleCar/WIDESEAWCS_ShuttleCarServices.csproj", + "msbuildProject": "../WIDESEAWCS_ShuttleCar/WIDESEAWCS_ShuttleCarServices.csproj" + }, "WIDESEAWCS_TaskInfoRepository/1.0.0": { "type": "project", "path": "../WIDESEAWCS_TaskInfoRepository/WIDESEAWCS_TaskInfoRepository.csproj", @@ -10058,7 +10137,9 @@ }, "projectFileDependencyGroups": { "net6.0": [ - "WIDESEAWCS_QuartzJob >= 1.0.0", + "WIDESEAWCS_Communicator >= 2.2.4", + "WIDESEAWCS_QuartzJob >= 2.1.2", + "WIDESEAWCS_ShuttleCarServices >= 1.0.0", "WIDESEAWCS_TaskInfoService >= 1.0.0" ] }, @@ -10096,6 +10177,9 @@ "net6.0": { "targetAlias": "net6.0", "projectReferences": { + "E:\\椤圭洰闆哱\ChuanSuoCheKu\\椤圭洰浠g爜\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ShuttleCar\\WIDESEAWCS_ShuttleCarServices.csproj": { + "projectPath": "E:\\椤圭洰闆哱\ChuanSuoCheKu\\椤圭洰浠g爜\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ShuttleCar\\WIDESEAWCS_ShuttleCarServices.csproj" + }, "E:\\椤圭洰闆哱\ChuanSuoCheKu\\椤圭洰浠g爜\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj": { "projectPath": "E:\\椤圭洰闆哱\ChuanSuoCheKu\\椤圭洰浠g爜\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj" } @@ -10112,9 +10196,13 @@ "net6.0": { "targetAlias": "net6.0", "dependencies": { + "WIDESEAWCS_Communicator": { + "target": "Package", + "version": "[2.2.4, )" + }, "WIDESEAWCS_QuartzJob": { "target": "Package", - "version": "[1.0.0, )" + "version": "[2.1.2, )" } }, "imports": [ -- Gitblit v1.9.3