From 8b150adba61ff2de1800c0fb99410847833b1642 Mon Sep 17 00:00:00 2001 From: hutongqing <hutongqing@hnkhzn.com> Date: 星期四, 21 十一月 2024 11:11:39 +0800 Subject: [PATCH] Create .gitignore --- 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/obj/project.assets.json | 318 +++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 306 insertions(+), 12 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/obj/project.assets.json" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/obj/project.assets.json" index b36e405..9ddbd7f 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/obj/project.assets.json" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/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": { @@ -870,6 +887,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 +938,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 +1011,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" } } }, @@ -2041,6 +2113,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 +3236,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", @@ -3170,7 +3283,9 @@ "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" }, "compile": { "bin/placeholder/WIDESEAWCS_Common.dll": {} @@ -3183,6 +3298,8 @@ "type": "project", "framework": ".NETCoreApp,Version=v6.0", "dependencies": { + "WIDESEAWCS_Communicator": "2.2.0", + "WIDESEAWCS_Core": "1.0.6", "WIDESEAWCS_Model": "1.0.0" }, "compile": { @@ -3196,6 +3313,8 @@ "type": "project", "framework": ".NETCoreApp,Version=v6.0", "dependencies": { + "WIDESEAWCS_Communicator": "2.2.0", + "WIDESEAWCS_Core": "1.0.6", "WIDESEAWCS_DTO": "1.0.0" }, "compile": { @@ -3211,7 +3330,8 @@ "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" }, "compile": { "bin/placeholder/WIDESEAWCS_Model.dll": {} @@ -3224,6 +3344,8 @@ "type": "project", "framework": ".NETCoreApp,Version=v6.0", "dependencies": { + "WIDESEAWCS_Communicator": "2.2.0", + "WIDESEAWCS_Core": "1.0.6", "WIDESEAWCS_ITaskInfoRepository": "1.0.0", "WIDESEAWCS_Model": "1.0.0" }, @@ -3353,6 +3475,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": { @@ -4637,6 +4780,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", @@ -4663,6 +4854,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": { @@ -4733,6 +4939,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": { @@ -6796,6 +7034,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": { @@ -9549,14 +9820,25 @@ "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" ] }, @@ -9588,6 +9870,8 @@ }, "projectFileDependencyGroups": { "net6.0": [ + "WIDESEAWCS_Communicator >= 2.2.0", + "WIDESEAWCS_Core >= 1.0.6", "WIDESEAWCS_TaskInfoRepository >= 1.0.0" ] }, @@ -9598,11 +9882,11 @@ "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "F:\\澶栧嚭椤圭洰\\灏栧北\\10-29\\浠g爜绠$悊\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj", + "projectUniqueName": "F:\\澶栧嚭椤圭洰\\灏栧北\\11-1\\浠g爜绠$悊\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj", "projectName": "WIDESEAWCS_ITaskInfoService", - "projectPath": "F:\\澶栧嚭椤圭洰\\灏栧北\\10-29\\浠g爜绠$悊\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj", + "projectPath": "F:\\澶栧嚭椤圭洰\\灏栧北\\11-1\\浠g爜绠$悊\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj", "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", - "outputPath": "F:\\澶栧嚭椤圭洰\\灏栧北\\10-29\\浠g爜绠$悊\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\obj\\", + "outputPath": "F:\\澶栧嚭椤圭洰\\灏栧北\\11-1\\浠g爜绠$悊\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" @@ -9623,8 +9907,8 @@ "net6.0": { "targetAlias": "net6.0", "projectReferences": { - "F:\\澶栧嚭椤圭洰\\灏栧北\\10-29\\浠g爜绠$悊\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj": { - "projectPath": "F:\\澶栧嚭椤圭洰\\灏栧北\\10-29\\浠g爜绠$悊\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj" + "F:\\澶栧嚭椤圭洰\\灏栧北\\11-1\\浠g爜绠$悊\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj": { + "projectPath": "F:\\澶栧嚭椤圭洰\\灏栧北\\11-1\\浠g爜绠$悊\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj" } } } @@ -9638,6 +9922,16 @@ "frameworks": { "net6.0": { "targetAlias": "net6.0", + "dependencies": { + "WIDESEAWCS_Communicator": { + "target": "Package", + "version": "[2.2.0, )" + }, + "WIDESEAWCS_Core": { + "target": "Package", + "version": "[1.0.6, )" + } + }, "imports": [ "net461", "net462", -- Gitblit v1.9.3