wanshenmean
2024-11-03 a15d996584733d60d0adddcd791f029d608c4fae
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
{
  "version": 3,
  "targets": {
    "net6.0": {
      "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"
          }
        }
      },
      "Newtonsoft.Json/13.0.1": {
        "type": "package",
        "compile": {
          "lib/netstandard2.0/Newtonsoft.Json.dll": {
            "related": ".xml"
          }
        },
        "runtime": {
          "lib/netstandard2.0/Newtonsoft.Json.dll": {
            "related": ".xml"
          }
        }
      },
      "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.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.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"
          }
        }
      },
      "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"
          }
        }
      }
    }
  },
  "libraries": {
    "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"
      ]
    },
    "Newtonsoft.Json/13.0.1": {
      "sha512": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
      "type": "package",
      "path": "newtonsoft.json/13.0.1",
      "files": [
        ".nupkg.metadata",
        ".signature.p7s",
        "LICENSE.md",
        "lib/net20/Newtonsoft.Json.dll",
        "lib/net20/Newtonsoft.Json.xml",
        "lib/net35/Newtonsoft.Json.dll",
        "lib/net35/Newtonsoft.Json.xml",
        "lib/net40/Newtonsoft.Json.dll",
        "lib/net40/Newtonsoft.Json.xml",
        "lib/net45/Newtonsoft.Json.dll",
        "lib/net45/Newtonsoft.Json.xml",
        "lib/netstandard1.0/Newtonsoft.Json.dll",
        "lib/netstandard1.0/Newtonsoft.Json.xml",
        "lib/netstandard1.3/Newtonsoft.Json.dll",
        "lib/netstandard1.3/Newtonsoft.Json.xml",
        "lib/netstandard2.0/Newtonsoft.Json.dll",
        "lib/netstandard2.0/Newtonsoft.Json.xml",
        "newtonsoft.json.13.0.1.nupkg.sha512",
        "newtonsoft.json.nuspec",
        "packageIcon.png"
      ]
    },
    "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.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.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"
      ]
    },
    "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"
      ]
    }
  },
  "projectFileDependencyGroups": {
    "net6.0": [
      "HslCommunication >= 11.6.4"
    ]
  },
  "packageFolders": {
    "C:\\Users\\29028\\.nuget\\packages\\": {}
  },
  "project": {
    "version": "1.0.0",
    "restore": {
      "projectUniqueName": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Communicator\\WIDESEAWCS_Communicator.csproj",
      "projectName": "WIDESEAWCS_Communicator",
      "projectPath": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Communicator\\WIDESEAWCS_Communicator.csproj",
      "packagesPath": "C:\\Users\\29028\\.nuget\\packages\\",
      "outputPath": "D:\\Git\\BaiBuLiKu\\Code Management\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Communicator\\obj\\",
      "projectStyle": "PackageReference",
      "configFilePaths": [
        "C:\\Users\\29028\\AppData\\Roaming\\NuGet\\NuGet.Config",
        "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
      ],
      "originalTargetFrameworks": [
        "net6.0"
      ],
      "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": {}
        }
      },
      "warningProperties": {
        "warnAsError": [
          "NU1605"
        ]
      },
      "restoreAuditProperties": {
        "enableAudit": "true",
        "auditLevel": "low",
        "auditMode": "direct"
      }
    },
    "frameworks": {
      "net6.0": {
        "targetAlias": "net6.0",
        "dependencies": {
          "HslCommunication": {
            "target": "Package",
            "version": "[11.6.4, )"
          }
        },
        "imports": [
          "net461",
          "net462",
          "net47",
          "net471",
          "net472",
          "net48",
          "net481"
        ],
        "assetTargetFallback": true,
        "warn": true,
        "frameworkReferences": {
          "Microsoft.NETCore.App": {
            "privateAssets": "all"
          }
        },
        "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.401\\RuntimeIdentifierGraph.json"
      }
    }
  },
  "logs": [
    {
      "code": "NU1803",
      "level": "Warning",
      "warningLevel": 1,
      "message": "正在通过 “HTTP” 源“http://115.159.85.185:8070/v3/index.json”运行“restore”操作。将来的版本中将删除非 HTTPS 访问权限。请考虑迁移到 “HTTPS” 源。"
    },
    {
      "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 的服务索引。"
    }
  ]
}