From a3dfe45b801f14a574caf27effaed58f1dc3a763 Mon Sep 17 00:00:00 2001 From: huanghongfeng <huanghongfeng@hnkhzn.com> Date: 星期二, 19 十一月 2024 23:42:39 +0800 Subject: [PATCH] 1 --- 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemRepository/obj/project.assets.json | 425 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 406 insertions(+), 19 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemRepository/obj/project.assets.json" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemRepository/obj/project.assets.json" index 672f4bb..55ea303 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemRepository/obj/project.assets.json" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemRepository/obj/project.assets.json" @@ -96,6 +96,23 @@ "lib/netstandard2.0/DynamicExpresso.Core.dll": {} } }, + "HslCommunication/11.6.4": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "13.0.1", + "System.IO.Ports": "6.0.0" + }, + "compile": { + "lib/netstandard2.1/HslCommunication.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/HslCommunication.dll": { + "related": ".xml" + } + } + }, "Magicodes.IE.Core/2.7.5.1": { "type": "package", "dependencies": { @@ -368,6 +385,19 @@ }, "runtime": { "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.Logging.Abstractions/2.1.1": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": { "related": ".xml" } } @@ -843,6 +873,23 @@ "lib/netstandard2.0/Oscar.Data.SqlClient.dll": {} } }, + "Quartz/3.11.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Logging.Abstractions": "2.1.1", + "System.Configuration.ConfigurationManager": "6.0.1" + }, + "compile": { + "lib/net6.0/Quartz.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Quartz.dll": { + "related": ".xml" + } + } + }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { "type": "package", "runtimeTargets": { @@ -870,6 +917,33 @@ } } }, + "runtime.linux-arm.runtime.native.System.IO.Ports/6.0.0": { + "type": "package", + "runtimeTargets": { + "runtimes/linux-arm/native/libSystem.IO.Ports.Native.so": { + "assetType": "native", + "rid": "linux-arm" + } + } + }, + "runtime.linux-arm64.runtime.native.System.IO.Ports/6.0.0": { + "type": "package", + "runtimeTargets": { + "runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so": { + "assetType": "native", + "rid": "linux-arm64" + } + } + }, + "runtime.linux-x64.runtime.native.System.IO.Ports/6.0.0": { + "type": "package", + "runtimeTargets": { + "runtimes/linux-x64/native/libSystem.IO.Ports.Native.so": { + "assetType": "native", + "rid": "linux-x64" + } + } + }, "runtime.native.System/4.3.0": { "type": "package", "dependencies": { @@ -894,6 +968,16 @@ }, "runtime": { "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.IO.Ports/6.0.0": { + "type": "package", + "dependencies": { + "runtime.linux-arm.runtime.native.System.IO.Ports": "6.0.0", + "runtime.linux-arm64.runtime.native.System.IO.Ports": "6.0.0", + "runtime.linux-x64.runtime.native.System.IO.Ports": "6.0.0", + "runtime.osx-arm64.runtime.native.System.IO.Ports": "6.0.0", + "runtime.osx-x64.runtime.native.System.IO.Ports": "6.0.0" } }, "runtime.native.System.Net.Http/4.3.0": { @@ -957,6 +1041,24 @@ "runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { "assetType": "native", "rid": "opensuse.42.1-x64" + } + } + }, + "runtime.osx-arm64.runtime.native.System.IO.Ports/6.0.0": { + "type": "package", + "runtimeTargets": { + "runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib": { + "assetType": "native", + "rid": "osx-arm64" + } + } + }, + "runtime.osx-x64.runtime.native.System.IO.Ports/6.0.0": { + "type": "package", + "runtimeTargets": { + "runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib": { + "assetType": "native", + "rid": "osx-x64" } } }, @@ -1536,7 +1638,7 @@ "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {} } }, - "System.Configuration.ConfigurationManager/6.0.0": { + "System.Configuration.ConfigurationManager/6.0.1": { "type": "package", "dependencies": { "System.Security.Cryptography.ProtectedData": "6.0.0", @@ -2041,6 +2143,35 @@ }, "runtime": { "lib/netstandard1.3/System.IO.Packaging.dll": {} + } + }, + "System.IO.Ports/6.0.0": { + "type": "package", + "dependencies": { + "runtime.native.System.IO.Ports": "6.0.0" + }, + "compile": { + "lib/net6.0/System.IO.Ports.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.IO.Ports.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/net6.0/System.IO.Ports.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/net6.0/System.IO.Ports.dll": { + "assetType": "runtime", + "rid": "win" + } } }, "System.Linq/4.3.0": { @@ -3135,7 +3266,19 @@ "lib/netstandard1.3/System.Xml.XPath.XDocument.dll": {} } }, - "WIDESEAWCS_Core/1.0.4": { + "WIDESEAWCS_Communicator/2.2.0": { + "type": "package", + "dependencies": { + "HslCommunication": "11.6.4" + }, + "compile": { + "lib/net6.0/WIDESEAWCS_Communicator.dll": {} + }, + "runtime": { + "lib/net6.0/WIDESEAWCS_Communicator.dll": {} + } + }, + "WIDESEAWCS_Core/1.0.6": { "type": "package", "dependencies": { "AutoMapper": "13.0.1", @@ -3166,11 +3309,28 @@ "lib/net6.0/WIDESEAWCS_Core.dll": {} } }, + "WIDESEAWCS_QuartzJob/2.1.0": { + "type": "package", + "dependencies": { + "Quartz": "3.11.0", + "WIDESEAWCS_Communicator": "2.1.0", + "WIDESEAWCS_Core": "1.0.6" + }, + "compile": { + "lib/net6.0/WIDESEAWCS_QuartzJob.dll": {} + }, + "runtime": { + "lib/net6.0/WIDESEAWCS_QuartzJob.dll": {} + } + }, "WIDESEAWCS_Common/1.0.0": { "type": "project", "framework": ".NETCoreApp,Version=v6.0", "dependencies": { - "Newtonsoft.Json": "13.0.3" + "Newtonsoft.Json": "13.0.3", + "WIDESEAWCS_Communicator": "2.2.0", + "WIDESEAWCS_Core": "1.0.6", + "WIDESEAWCS_QuartzJob": "2.1.0" }, "compile": { "bin/placeholder/WIDESEAWCS_Common.dll": {} @@ -3183,7 +3343,10 @@ "type": "project", "framework": ".NETCoreApp,Version=v6.0", "dependencies": { - "WIDESEAWCS_Model": "1.0.0" + "WIDESEAWCS_Communicator": "2.2.0", + "WIDESEAWCS_Core": "1.0.6", + "WIDESEAWCS_Model": "1.0.0", + "WIDESEAWCS_QuartzJob": "2.1.0" }, "compile": { "bin/placeholder/WIDESEAWCS_DTO.dll": {} @@ -3198,7 +3361,9 @@ "dependencies": { "System.Text.RegularExpressions": "4.3.1", "WIDESEAWCS_Common": "1.0.0", - "WIDESEAWCS_Core": "1.0.4" + "WIDESEAWCS_Communicator": "2.2.0", + "WIDESEAWCS_Core": "1.0.6", + "WIDESEAWCS_QuartzJob": "2.1.0" }, "compile": { "bin/placeholder/WIDESEAWCS_Model.dll": {} @@ -3326,6 +3491,27 @@ "lib/net45/DynamicExpresso.Core.dll", "lib/net461/DynamicExpresso.Core.dll", "lib/netstandard2.0/DynamicExpresso.Core.dll" + ] + }, + "HslCommunication/11.6.4": { + "sha512": "Ly3GB4Eaa2NDn+VUC1tKN7hu/31c6dwIWSQJt2mjrFc0KcD4kUvsXkRWMMp8S9GA0YHxaBDXJWDCQodDKX1MRQ==", + "type": "package", + "path": "hslcommunication/11.6.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "hslcommunication.11.6.4.nupkg.sha512", + "hslcommunication.nuspec", + "lib/net20/HslCommunication.dll", + "lib/net20/HslCommunication.xml", + "lib/net35/HslCommunication.dll", + "lib/net35/HslCommunication.xml", + "lib/net451/HslCommunication.dll", + "lib/net451/HslCommunication.xml", + "lib/netstandard2.0/HslCommunication.dll", + "lib/netstandard2.0/HslCommunication.xml", + "lib/netstandard2.1/HslCommunication.dll", + "lib/netstandard2.1/HslCommunication.xml" ] }, "Magicodes.IE.Core/2.7.5.1": { @@ -3940,6 +4126,19 @@ "microsoft.extensions.dependencymodel.6.0.0.nupkg.sha512", "microsoft.extensions.dependencymodel.nuspec", "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Logging.Abstractions/2.1.1": { + "sha512": "XRzK7ZF+O6FzdfWrlFTi1Rgj2080ZDsd46vzOjadHUB0Cz5kOvDG8vI7caa5YFrsHQpcfn0DxtjS4E46N4FZsA==", + "type": "package", + "path": "microsoft.extensions.logging.abstractions/2.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml", + "microsoft.extensions.logging.abstractions.2.1.1.nupkg.sha512", + "microsoft.extensions.logging.abstractions.nuspec" ] }, "Microsoft.Extensions.Options/6.0.0": { @@ -4568,6 +4767,27 @@ "oscar.data.sqlclient.nuspec" ] }, + "Quartz/3.11.0": { + "sha512": "dx8K/3C7P+o+tNI7LosOwoCWjT8aM/AojO+3IPlp4ArvgVcqf36pYu3Rqorcxc4kfklfHcFRrS9hQAIgp6TkGg==", + "type": "package", + "path": "quartz/3.11.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net462/Quartz.dll", + "lib/net462/Quartz.xml", + "lib/net472/Quartz.dll", + "lib/net472/Quartz.xml", + "lib/net6.0/Quartz.dll", + "lib/net6.0/Quartz.xml", + "lib/netstandard2.0/Quartz.dll", + "lib/netstandard2.0/Quartz.xml", + "quartz-logo-small.png", + "quartz.3.11.0.nupkg.sha512", + "quartz.nuspec", + "quick-start.md" + ] + }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { "sha512": "7VSGO0URRKoMEAq0Sc9cRz8mb6zbyx/BZDEWhgPdzzpmFhkam3fJ1DAGWFXBI4nGlma+uPKpfuMQP5LXRnOH5g==", "type": "package", @@ -4610,6 +4830,54 @@ "runtimes/fedora.24-x64/native/System.Security.Cryptography.Native.OpenSsl.so" ] }, + "runtime.linux-arm.runtime.native.System.IO.Ports/6.0.0": { + "sha512": "75q52H7CSpgIoIDwXb9o833EvBZIXJ0mdPhz1E6jSisEXUBlSCPalC29cj3EXsjpuDwr0dj1LRXZepIQH/oL4Q==", + "type": "package", + "path": "runtime.linux-arm.runtime.native.system.io.ports/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "runtime.linux-arm.runtime.native.system.io.ports.6.0.0.nupkg.sha512", + "runtime.linux-arm.runtime.native.system.io.ports.nuspec", + "runtimes/linux-arm/native/libSystem.IO.Ports.Native.so", + "useSharedDesignerContext.txt" + ] + }, + "runtime.linux-arm64.runtime.native.System.IO.Ports/6.0.0": { + "sha512": "xn2bMThmXr3CsvOYmS8ex2Yz1xo+kcnhVg2iVhS9PlmqjZPAkrEo/I40wjrBZH/tU4kvH0s1AE8opAvQ3KIS8g==", + "type": "package", + "path": "runtime.linux-arm64.runtime.native.system.io.ports/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "runtime.linux-arm64.runtime.native.system.io.ports.6.0.0.nupkg.sha512", + "runtime.linux-arm64.runtime.native.system.io.ports.nuspec", + "runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so", + "useSharedDesignerContext.txt" + ] + }, + "runtime.linux-x64.runtime.native.System.IO.Ports/6.0.0": { + "sha512": "16nbNXwv0sC+gLGIuecri0skjuh6R1maIJggsaNP7MQBcbVcEfWFUOkEnsnvoLEjy0XerfibuRptfQ8AmdIcWA==", + "type": "package", + "path": "runtime.linux-x64.runtime.native.system.io.ports/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "runtime.linux-x64.runtime.native.system.io.ports.6.0.0.nupkg.sha512", + "runtime.linux-x64.runtime.native.system.io.ports.nuspec", + "runtimes/linux-x64/native/libSystem.IO.Ports.Native.so", + "useSharedDesignerContext.txt" + ] + }, "runtime.native.System/4.3.0": { "sha512": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", "type": "package", @@ -4636,6 +4904,21 @@ "lib/netstandard1.0/_._", "runtime.native.system.io.compression.4.3.0.nupkg.sha512", "runtime.native.system.io.compression.nuspec" + ] + }, + "runtime.native.System.IO.Ports/6.0.0": { + "sha512": "KaaXlpOcuZjMdmyF5wzzx3b+PRKIzt6A5Ax9dKenPDQbVJAFpev+casD0BIig1pBcbs3zx7CqWemzUJKAeHdSQ==", + "type": "package", + "path": "runtime.native.system.io.ports/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "runtime.native.system.io.ports.6.0.0.nupkg.sha512", + "runtime.native.system.io.ports.nuspec", + "useSharedDesignerContext.txt" ] }, "runtime.native.System.Net.Http/4.3.0": { @@ -4706,6 +4989,38 @@ "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.nuspec", "runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.osx-arm64.runtime.native.System.IO.Ports/6.0.0": { + "sha512": "fXG12NodG1QrCdoaeSQ1gVnk/koi4WYY4jZtarMkZeQMyReBm1nZlSRoPnUjLr2ZR36TiMjpcGnQfxymieUe7w==", + "type": "package", + "path": "runtime.osx-arm64.runtime.native.system.io.ports/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "runtime.osx-arm64.runtime.native.system.io.ports.6.0.0.nupkg.sha512", + "runtime.osx-arm64.runtime.native.system.io.ports.nuspec", + "runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib", + "useSharedDesignerContext.txt" + ] + }, + "runtime.osx-x64.runtime.native.System.IO.Ports/6.0.0": { + "sha512": "/As+zPY49+dSUXkh+fTUbyPhqrdGN//evLxo4Vue88pfh1BHZgF7q4kMblTkxYvwR6Vi03zSYxysSFktO8/SDQ==", + "type": "package", + "path": "runtime.osx-x64.runtime.native.system.io.ports/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "runtime.osx-x64.runtime.native.system.io.ports.6.0.0.nupkg.sha512", + "runtime.osx-x64.runtime.native.system.io.ports.nuspec", + "runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib", + "useSharedDesignerContext.txt" ] }, "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { @@ -5663,10 +5978,10 @@ "system.componentmodel.primitives.nuspec" ] }, - "System.Configuration.ConfigurationManager/6.0.0": { - "sha512": "7T+m0kDSlIPTHIkPMIu6m6tV6qsMqJpvQWW2jIc2qi7sn40qxFo0q+7mEQAhMPXZHMKnWrnv47ntGlM/ejvw3g==", + "System.Configuration.ConfigurationManager/6.0.1": { + "sha512": "jXw9MlUu/kRfEU0WyTptAVueupqIeE3/rl0EZDMlf8pcvJnitQ8HeVEp69rZdaStXwTV72boi/Bhw8lOeO+U2w==", "type": "package", - "path": "system.configuration.configurationmanager/6.0.0", + "path": "system.configuration.configurationmanager/6.0.1", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -5683,7 +5998,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.0.nupkg.sha512", + "system.configuration.configurationmanager.6.0.1.nupkg.sha512", "system.configuration.configurationmanager.nuspec", "useSharedDesignerContext.txt" ] @@ -6769,6 +7084,39 @@ "ref/netstandard1.3/System.IO.Packaging.dll", "system.io.packaging.4.0.0.nupkg.sha512", "system.io.packaging.nuspec" + ] + }, + "System.IO.Ports/6.0.0": { + "sha512": "dRyGI7fUESar5ZLIpiBOaaNLW7YyOBGftjj5Of+xcduC/Rjl7RjhEnWDvvNBmHuF3d0tdXoqdVI/yrVA8f00XA==", + "type": "package", + "path": "system.io.ports/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.IO.Ports.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.IO.Ports.dll", + "lib/net461/System.IO.Ports.xml", + "lib/net6.0/System.IO.Ports.dll", + "lib/net6.0/System.IO.Ports.xml", + "lib/netstandard2.0/System.IO.Ports.dll", + "lib/netstandard2.0/System.IO.Ports.xml", + "runtimes/unix/lib/net6.0/System.IO.Ports.dll", + "runtimes/unix/lib/net6.0/System.IO.Ports.xml", + "runtimes/unix/lib/netstandard2.0/System.IO.Ports.dll", + "runtimes/unix/lib/netstandard2.0/System.IO.Ports.xml", + "runtimes/win/lib/net461/System.IO.Ports.dll", + "runtimes/win/lib/net461/System.IO.Ports.xml", + "runtimes/win/lib/net6.0/System.IO.Ports.dll", + "runtimes/win/lib/net6.0/System.IO.Ports.xml", + "runtimes/win/lib/netstandard2.0/System.IO.Ports.dll", + "runtimes/win/lib/netstandard2.0/System.IO.Ports.xml", + "system.io.ports.6.0.0.nupkg.sha512", + "system.io.ports.nuspec", + "useSharedDesignerContext.txt" ] }, "System.Linq/4.3.0": { @@ -9522,15 +9870,37 @@ "system.xml.xpath.xdocument.nuspec" ] }, - "WIDESEAWCS_Core/1.0.4": { - "sha512": "Dqirw1ltzlX+KdgZYZpeHmZDAGu7N11MFOaKTFy60VwPxSk0ust8PEhjlHspKFkllxwIrktXo2mY93eYld1ANQ==", + "WIDESEAWCS_Communicator/2.2.0": { + "sha512": "tfNqjR0IFz/FfmG1TOjNLTR+s8r7MFsizNvctOmWoC40csJ/fL745l1lUGiHspd8x/cBM+OkitbAzYh1B1ndWA==", "type": "package", - "path": "wideseawcs_core/1.0.4", + "path": "wideseawcs_communicator/2.2.0", + "files": [ + ".nupkg.metadata", + "lib/net6.0/WIDESEAWCS_Communicator.dll", + "wideseawcs_communicator.2.2.0.nupkg.sha512", + "wideseawcs_communicator.nuspec" + ] + }, + "WIDESEAWCS_Core/1.0.6": { + "sha512": "U1iOO4e8ZkRvAXLFZWlmLf+uua9bEUWEmIK2oemY9ux6NskKcRaOvE6Ktu6kJgkm6Uq8U+6ceRPNsShLxRDNOw==", + "type": "package", + "path": "wideseawcs_core/1.0.6", "files": [ ".nupkg.metadata", "lib/net6.0/WIDESEAWCS_Core.dll", - "wideseawcs_core.1.0.4.nupkg.sha512", + "wideseawcs_core.1.0.6.nupkg.sha512", "wideseawcs_core.nuspec" + ] + }, + "WIDESEAWCS_QuartzJob/2.1.0": { + "sha512": "iVCEGlQsroooUIxKa/fguzV2q6Of/3K1Eeu8xJxMZH2/+KfQLmc6TJrwtLZ1CtAH1tVjHpyKIA9aWjZj50hzmQ==", + "type": "package", + "path": "wideseawcs_quartzjob/2.1.0", + "files": [ + ".nupkg.metadata", + "lib/net6.0/WIDESEAWCS_QuartzJob.dll", + "wideseawcs_quartzjob.2.1.0.nupkg.sha512", + "wideseawcs_quartzjob.nuspec" ] }, "WIDESEAWCS_Common/1.0.0": { @@ -9551,7 +9921,10 @@ }, "projectFileDependencyGroups": { "net6.0": [ - "WIDESEAWCS_DTO >= 1.0.0" + "WIDESEAWCS_Communicator >= 2.2.0", + "WIDESEAWCS_Core >= 1.0.6", + "WIDESEAWCS_DTO >= 1.0.0", + "WIDESEAWCS_QuartzJob >= 2.1.0" ] }, "packageFolders": { @@ -9561,11 +9934,11 @@ "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "F:\\澶栧嚭椤圭洰\\灏栧北\\10-29\\浠g爜绠$悊\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", + "projectUniqueName": "F:\\澶栧嚭椤圭洰\\灏栧北\\11-1\\浠g爜绠$悊\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", "projectName": "WIDESEAWCS_ISystemRepository", - "projectPath": "F:\\澶栧嚭椤圭洰\\灏栧北\\10-29\\浠g爜绠$悊\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", + "projectPath": "F:\\澶栧嚭椤圭洰\\灏栧北\\11-1\\浠g爜绠$悊\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", - "outputPath": "F:\\澶栧嚭椤圭洰\\灏栧北\\10-29\\浠g爜绠$悊\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\obj\\", + "outputPath": "F:\\澶栧嚭椤圭洰\\灏栧北\\11-1\\浠g爜绠$悊\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" @@ -9586,8 +9959,8 @@ "net6.0": { "targetAlias": "net6.0", "projectReferences": { - "F:\\澶栧嚭椤圭洰\\灏栧北\\10-29\\浠g爜绠$悊\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { - "projectPath": "F:\\澶栧嚭椤圭洰\\灏栧北\\10-29\\浠g爜绠$悊\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" + "F:\\澶栧嚭椤圭洰\\灏栧北\\11-1\\浠g爜绠$悊\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { + "projectPath": "F:\\澶栧嚭椤圭洰\\灏栧北\\11-1\\浠g爜绠$悊\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" } } } @@ -9601,6 +9974,20 @@ "frameworks": { "net6.0": { "targetAlias": "net6.0", + "dependencies": { + "WIDESEAWCS_Communicator": { + "target": "Package", + "version": "[2.2.0, )" + }, + "WIDESEAWCS_Core": { + "target": "Package", + "version": "[1.0.6, )" + }, + "WIDESEAWCS_QuartzJob": { + "target": "Package", + "version": "[2.1.0, )" + } + }, "imports": [ "net461", "net462", -- Gitblit v1.9.3