프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / AppCast / generate_appcast.deps.json @ 9d5b4bc2

이력 | 보기 | 이력해설 | 다운로드 (27.2 KB)

1
{
2
  "runtimeTarget": {
3
    "name": ".NETCoreApp,Version=v3.1",
4
    "signature": ""
5
  },
6
  "compilationOptions": {},
7
  "targets": {
8
    ".NETCoreApp,Version=v3.1": {
9
      "generate_appcast/1.0.0": {
10
        "dependencies": {
11
          "Colorful.Console": "1.2.10",
12
          "CommandLineParser": "2.8.0",
13
          "Microsoft.CSharp": "4.7.0",
14
          "MimeTypes": "2.0.1",
15
          "NetSparkle.New": "2.0.0-preview20200726001",
16
          "Portable.BouncyCastle": "1.8.6.7",
17
          "System.Data.DataSetExtensions": "4.5.0"
18
        },
19
        "runtime": {
20
          "generate_appcast.dll": {}
21
        }
22
      },
23
      "Colorful.Console/1.2.10": {
24
        "dependencies": {
25
          "Microsoft.CSharp": "4.7.0",
26
          "System.Collections": "4.0.11",
27
          "System.Collections.Concurrent": "4.0.12",
28
          "System.Console": "4.0.0",
29
          "System.Diagnostics.Debug": "4.0.11",
30
          "System.Dynamic.Runtime": "4.0.11",
31
          "System.Globalization": "4.0.11",
32
          "System.IO.FileSystem": "4.0.1",
33
          "System.Linq": "4.1.0",
34
          "System.Runtime": "4.1.0",
35
          "System.Runtime.Extensions": "4.1.0",
36
          "System.Runtime.InteropServices": "4.1.0",
37
          "System.Text.RegularExpressions": "4.1.0"
38
        },
39
        "runtime": {
40
          "lib/netstandard2.0/Colorful.Console.dll": {
41
            "assemblyVersion": "1.2.10.0",
42
            "fileVersion": "1.2.10.0"
43
          }
44
        }
45
      },
46
      "CommandLineParser/2.8.0": {
47
        "runtime": {
48
          "lib/netstandard2.0/CommandLine.dll": {
49
            "assemblyVersion": "2.8.0.0",
50
            "fileVersion": "2.8.0.0"
51
          }
52
        }
53
      },
54
      "libsodium/1.0.18": {
55
        "dependencies": {
56
          "Microsoft.NETCore.Platforms": "3.1.0"
57
        },
58
        "runtimeTargets": {
59
          "runtimes/linux-musl-x64/native/libsodium.so": {
60
            "rid": "linux-musl-x64",
61
            "assetType": "native",
62
            "fileVersion": "0.0.0.0"
63
          },
64
          "runtimes/linux-x64/native/libsodium.so": {
65
            "rid": "linux-x64",
66
            "assetType": "native",
67
            "fileVersion": "0.0.0.0"
68
          },
69
          "runtimes/osx-x64/native/libsodium.dylib": {
70
            "rid": "osx-x64",
71
            "assetType": "native",
72
            "fileVersion": "0.0.0.0"
73
          },
74
          "runtimes/win-x64/native/libsodium.dll": {
75
            "rid": "win-x64",
76
            "assetType": "native",
77
            "fileVersion": "1.0.18.0"
78
          },
79
          "runtimes/win-x86/native/libsodium.dll": {
80
            "rid": "win-x86",
81
            "assetType": "native",
82
            "fileVersion": "1.0.18.0"
83
          }
84
        }
85
      },
86
      "Microsoft.CSharp/4.7.0": {},
87
      "Microsoft.NETCore.Platforms/3.1.0": {},
88
      "Microsoft.NETCore.Targets/1.0.1": {},
89
      "Microsoft.Win32.Registry/4.7.0": {
90
        "dependencies": {
91
          "System.Security.AccessControl": "4.7.0",
92
          "System.Security.Principal.Windows": "4.7.0"
93
        }
94
      },
95
      "MimeTypes/2.0.1": {},
96
      "NSec.Cryptography/20.2.0": {
97
        "dependencies": {
98
          "System.Runtime.CompilerServices.Unsafe": "4.7.0",
99
          "libsodium": "1.0.18"
100
        },
101
        "runtime": {
102
          "lib/netstandard2.1/NSec.Cryptography.dll": {
103
            "assemblyVersion": "20.2.0.0",
104
            "fileVersion": "20.2.0.0"
105
          }
106
        }
107
      },
108
      "Portable.BouncyCastle/1.8.6.7": {
109
        "runtime": {
110
          "lib/netstandard2.0/BouncyCastle.Crypto.dll": {
111
            "assemblyVersion": "1.8.6.0",
112
            "fileVersion": "1.8.6.7"
113
          }
114
        }
115
      },
116
      "System.Collections/4.0.11": {
117
        "dependencies": {
118
          "Microsoft.NETCore.Platforms": "3.1.0",
119
          "Microsoft.NETCore.Targets": "1.0.1",
120
          "System.Runtime": "4.1.0"
121
        }
122
      },
123
      "System.Collections.Concurrent/4.0.12": {
124
        "dependencies": {
125
          "System.Collections": "4.0.11",
126
          "System.Diagnostics.Debug": "4.0.11",
127
          "System.Diagnostics.Tracing": "4.1.0",
128
          "System.Globalization": "4.0.11",
129
          "System.Reflection": "4.1.0",
130
          "System.Resources.ResourceManager": "4.0.1",
131
          "System.Runtime": "4.1.0",
132
          "System.Runtime.Extensions": "4.1.0",
133
          "System.Threading": "4.0.11",
134
          "System.Threading.Tasks": "4.0.11"
135
        }
136
      },
137
      "System.Console/4.0.0": {
138
        "dependencies": {
139
          "Microsoft.NETCore.Platforms": "3.1.0",
140
          "Microsoft.NETCore.Targets": "1.0.1",
141
          "System.IO": "4.1.0",
142
          "System.Runtime": "4.1.0",
143
          "System.Text.Encoding": "4.0.11"
144
        }
145
      },
146
      "System.Data.DataSetExtensions/4.5.0": {},
147
      "System.Diagnostics.Debug/4.0.11": {
148
        "dependencies": {
149
          "Microsoft.NETCore.Platforms": "3.1.0",
150
          "Microsoft.NETCore.Targets": "1.0.1",
151
          "System.Runtime": "4.1.0"
152
        }
153
      },
154
      "System.Diagnostics.Tracing/4.1.0": {
155
        "dependencies": {
156
          "Microsoft.NETCore.Platforms": "3.1.0",
157
          "Microsoft.NETCore.Targets": "1.0.1",
158
          "System.Runtime": "4.1.0"
159
        }
160
      },
161
      "System.Dynamic.Runtime/4.0.11": {
162
        "dependencies": {
163
          "System.Collections": "4.0.11",
164
          "System.Diagnostics.Debug": "4.0.11",
165
          "System.Globalization": "4.0.11",
166
          "System.Linq": "4.1.0",
167
          "System.Linq.Expressions": "4.1.0",
168
          "System.ObjectModel": "4.0.12",
169
          "System.Reflection": "4.1.0",
170
          "System.Reflection.Emit": "4.0.1",
171
          "System.Reflection.Emit.ILGeneration": "4.0.1",
172
          "System.Reflection.Primitives": "4.0.1",
173
          "System.Reflection.TypeExtensions": "4.1.0",
174
          "System.Resources.ResourceManager": "4.0.1",
175
          "System.Runtime": "4.1.0",
176
          "System.Runtime.Extensions": "4.1.0",
177
          "System.Threading": "4.0.11"
178
        }
179
      },
180
      "System.Globalization/4.0.11": {
181
        "dependencies": {
182
          "Microsoft.NETCore.Platforms": "3.1.0",
183
          "Microsoft.NETCore.Targets": "1.0.1",
184
          "System.Runtime": "4.1.0"
185
        }
186
      },
187
      "System.IO/4.1.0": {
188
        "dependencies": {
189
          "Microsoft.NETCore.Platforms": "3.1.0",
190
          "Microsoft.NETCore.Targets": "1.0.1",
191
          "System.Runtime": "4.1.0",
192
          "System.Text.Encoding": "4.0.11",
193
          "System.Threading.Tasks": "4.0.11"
194
        }
195
      },
196
      "System.IO.FileSystem/4.0.1": {
197
        "dependencies": {
198
          "Microsoft.NETCore.Platforms": "3.1.0",
199
          "Microsoft.NETCore.Targets": "1.0.1",
200
          "System.IO": "4.1.0",
201
          "System.IO.FileSystem.Primitives": "4.0.1",
202
          "System.Runtime": "4.1.0",
203
          "System.Runtime.Handles": "4.0.1",
204
          "System.Text.Encoding": "4.0.11",
205
          "System.Threading.Tasks": "4.0.11"
206
        }
207
      },
208
      "System.IO.FileSystem.Primitives/4.0.1": {
209
        "dependencies": {
210
          "System.Runtime": "4.1.0"
211
        }
212
      },
213
      "System.Linq/4.1.0": {
214
        "dependencies": {
215
          "System.Collections": "4.0.11",
216
          "System.Diagnostics.Debug": "4.0.11",
217
          "System.Resources.ResourceManager": "4.0.1",
218
          "System.Runtime": "4.1.0",
219
          "System.Runtime.Extensions": "4.1.0"
220
        }
221
      },
222
      "System.Linq.Expressions/4.1.0": {
223
        "dependencies": {
224
          "System.Collections": "4.0.11",
225
          "System.Diagnostics.Debug": "4.0.11",
226
          "System.Globalization": "4.0.11",
227
          "System.IO": "4.1.0",
228
          "System.Linq": "4.1.0",
229
          "System.ObjectModel": "4.0.12",
230
          "System.Reflection": "4.1.0",
231
          "System.Reflection.Emit": "4.0.1",
232
          "System.Reflection.Emit.ILGeneration": "4.0.1",
233
          "System.Reflection.Emit.Lightweight": "4.0.1",
234
          "System.Reflection.Extensions": "4.0.1",
235
          "System.Reflection.Primitives": "4.0.1",
236
          "System.Reflection.TypeExtensions": "4.1.0",
237
          "System.Resources.ResourceManager": "4.0.1",
238
          "System.Runtime": "4.1.0",
239
          "System.Runtime.Extensions": "4.1.0",
240
          "System.Threading": "4.0.11"
241
        }
242
      },
243
      "System.ObjectModel/4.0.12": {
244
        "dependencies": {
245
          "System.Collections": "4.0.11",
246
          "System.Diagnostics.Debug": "4.0.11",
247
          "System.Resources.ResourceManager": "4.0.1",
248
          "System.Runtime": "4.1.0",
249
          "System.Threading": "4.0.11"
250
        }
251
      },
252
      "System.Reflection/4.1.0": {
253
        "dependencies": {
254
          "Microsoft.NETCore.Platforms": "3.1.0",
255
          "Microsoft.NETCore.Targets": "1.0.1",
256
          "System.IO": "4.1.0",
257
          "System.Reflection.Primitives": "4.0.1",
258
          "System.Runtime": "4.1.0"
259
        }
260
      },
261
      "System.Reflection.Emit/4.0.1": {
262
        "dependencies": {
263
          "System.IO": "4.1.0",
264
          "System.Reflection": "4.1.0",
265
          "System.Reflection.Emit.ILGeneration": "4.0.1",
266
          "System.Reflection.Primitives": "4.0.1",
267
          "System.Runtime": "4.1.0"
268
        }
269
      },
270
      "System.Reflection.Emit.ILGeneration/4.0.1": {
271
        "dependencies": {
272
          "System.Reflection": "4.1.0",
273
          "System.Reflection.Primitives": "4.0.1",
274
          "System.Runtime": "4.1.0"
275
        }
276
      },
277
      "System.Reflection.Emit.Lightweight/4.0.1": {
278
        "dependencies": {
279
          "System.Reflection": "4.1.0",
280
          "System.Reflection.Emit.ILGeneration": "4.0.1",
281
          "System.Reflection.Primitives": "4.0.1",
282
          "System.Runtime": "4.1.0"
283
        }
284
      },
285
      "System.Reflection.Extensions/4.0.1": {
286
        "dependencies": {
287
          "Microsoft.NETCore.Platforms": "3.1.0",
288
          "Microsoft.NETCore.Targets": "1.0.1",
289
          "System.Reflection": "4.1.0",
290
          "System.Runtime": "4.1.0"
291
        }
292
      },
293
      "System.Reflection.Primitives/4.0.1": {
294
        "dependencies": {
295
          "Microsoft.NETCore.Platforms": "3.1.0",
296
          "Microsoft.NETCore.Targets": "1.0.1",
297
          "System.Runtime": "4.1.0"
298
        }
299
      },
300
      "System.Reflection.TypeExtensions/4.1.0": {
301
        "dependencies": {
302
          "System.Reflection": "4.1.0",
303
          "System.Runtime": "4.1.0"
304
        }
305
      },
306
      "System.Resources.ResourceManager/4.0.1": {
307
        "dependencies": {
308
          "Microsoft.NETCore.Platforms": "3.1.0",
309
          "Microsoft.NETCore.Targets": "1.0.1",
310
          "System.Globalization": "4.0.11",
311
          "System.Reflection": "4.1.0",
312
          "System.Runtime": "4.1.0"
313
        }
314
      },
315
      "System.Runtime/4.1.0": {
316
        "dependencies": {
317
          "Microsoft.NETCore.Platforms": "3.1.0",
318
          "Microsoft.NETCore.Targets": "1.0.1"
319
        }
320
      },
321
      "System.Runtime.CompilerServices.Unsafe/4.7.0": {},
322
      "System.Runtime.Extensions/4.1.0": {
323
        "dependencies": {
324
          "Microsoft.NETCore.Platforms": "3.1.0",
325
          "Microsoft.NETCore.Targets": "1.0.1",
326
          "System.Runtime": "4.1.0"
327
        }
328
      },
329
      "System.Runtime.Handles/4.0.1": {
330
        "dependencies": {
331
          "Microsoft.NETCore.Platforms": "3.1.0",
332
          "Microsoft.NETCore.Targets": "1.0.1",
333
          "System.Runtime": "4.1.0"
334
        }
335
      },
336
      "System.Runtime.InteropServices/4.1.0": {
337
        "dependencies": {
338
          "Microsoft.NETCore.Platforms": "3.1.0",
339
          "Microsoft.NETCore.Targets": "1.0.1",
340
          "System.Reflection": "4.1.0",
341
          "System.Reflection.Primitives": "4.0.1",
342
          "System.Runtime": "4.1.0",
343
          "System.Runtime.Handles": "4.0.1"
344
        }
345
      },
346
      "System.Security.AccessControl/4.7.0": {
347
        "dependencies": {
348
          "Microsoft.NETCore.Platforms": "3.1.0",
349
          "System.Security.Principal.Windows": "4.7.0"
350
        }
351
      },
352
      "System.Security.Principal.Windows/4.7.0": {},
353
      "System.Text.Encoding/4.0.11": {
354
        "dependencies": {
355
          "Microsoft.NETCore.Platforms": "3.1.0",
356
          "Microsoft.NETCore.Targets": "1.0.1",
357
          "System.Runtime": "4.1.0"
358
        }
359
      },
360
      "System.Text.Json/4.7.1": {
361
        "runtime": {
362
          "lib/netcoreapp3.0/System.Text.Json.dll": {
363
            "assemblyVersion": "4.0.1.1",
364
            "fileVersion": "4.700.20.6702"
365
          }
366
        }
367
      },
368
      "System.Text.RegularExpressions/4.1.0": {
369
        "dependencies": {
370
          "System.Collections": "4.0.11",
371
          "System.Globalization": "4.0.11",
372
          "System.Resources.ResourceManager": "4.0.1",
373
          "System.Runtime": "4.1.0",
374
          "System.Runtime.Extensions": "4.1.0",
375
          "System.Threading": "4.0.11"
376
        }
377
      },
378
      "System.Threading/4.0.11": {
379
        "dependencies": {
380
          "System.Runtime": "4.1.0",
381
          "System.Threading.Tasks": "4.0.11"
382
        }
383
      },
384
      "System.Threading.Tasks/4.0.11": {
385
        "dependencies": {
386
          "Microsoft.NETCore.Platforms": "3.1.0",
387
          "Microsoft.NETCore.Targets": "1.0.1",
388
          "System.Runtime": "4.1.0"
389
        }
390
      },
391
      "NetSparkle.New/2.0.0-preview20200726001": {
392
        "dependencies": {
393
          "Microsoft.Win32.Registry": "4.7.0",
394
          "NSec.Cryptography": "20.2.0",
395
          "Portable.BouncyCastle": "1.8.6.7",
396
          "System.Text.Json": "4.7.1"
397
        },
398
        "runtime": {
399
          "NetSparkle.dll": {}
400
        }
401
      }
402
    }
403
  },
404
  "libraries": {
405
    "generate_appcast/1.0.0": {
406
      "type": "project",
407
      "serviceable": false,
408
      "sha512": ""
409
    },
410
    "Colorful.Console/1.2.10": {
411
      "type": "package",
412
      "serviceable": true,
413
      "sha512": "sha512-k9PGhscle9U3V/EbRhWLuU1683pteAmD4d+FKFjoK6Fn4Bykl6uWQH5y0qMAAXU5zlHTmEYB7JGxdvsoXlk5Ag==",
414
      "path": "colorful.console/1.2.10",
415
      "hashPath": "colorful.console.1.2.10.nupkg.sha512"
416
    },
417
    "CommandLineParser/2.8.0": {
418
      "type": "package",
419
      "serviceable": true,
420
      "sha512": "sha512-eco2HlKQBY4Joz9odHigzGpVzv6pjsXnY5lziioMveQxr+i2Z7xYcIOMeZTgYiqnMtMAbXMXsVhrNfWO5vJS8Q==",
421
      "path": "commandlineparser/2.8.0",
422
      "hashPath": "commandlineparser.2.8.0.nupkg.sha512"
423
    },
424
    "libsodium/1.0.18": {
425
      "type": "package",
426
      "serviceable": true,
427
      "sha512": "sha512-Ajv3AR9Qg/C4SQcE2ONx/UieeKnn5lSvVNc6egC3p6NP6qjZzWJ+Xg2vJURNYjkpHui/KctBwQjMPqpZK8/CHA==",
428
      "path": "libsodium/1.0.18",
429
      "hashPath": "libsodium.1.0.18.nupkg.sha512"
430
    },
431
    "Microsoft.CSharp/4.7.0": {
432
      "type": "package",
433
      "serviceable": true,
434
      "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==",
435
      "path": "microsoft.csharp/4.7.0",
436
      "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512"
437
    },
438
    "Microsoft.NETCore.Platforms/3.1.0": {
439
      "type": "package",
440
      "serviceable": true,
441
      "sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==",
442
      "path": "microsoft.netcore.platforms/3.1.0",
443
      "hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512"
444
    },
445
    "Microsoft.NETCore.Targets/1.0.1": {
446
      "type": "package",
447
      "serviceable": true,
448
      "sha512": "sha512-rkn+fKobF/cbWfnnfBOQHKVKIOpxMZBvlSHkqDWgBpwGDcLRduvs3D9OLGeV6GWGvVwNlVi2CBbTjuPmtHvyNw==",
449
      "path": "microsoft.netcore.targets/1.0.1",
450
      "hashPath": "microsoft.netcore.targets.1.0.1.nupkg.sha512"
451
    },
452
    "Microsoft.Win32.Registry/4.7.0": {
453
      "type": "package",
454
      "serviceable": true,
455
      "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==",
456
      "path": "microsoft.win32.registry/4.7.0",
457
      "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512"
458
    },
459
    "MimeTypes/2.0.1": {
460
      "type": "package",
461
      "serviceable": true,
462
      "sha512": "sha512-wN2eEA/5uSjmpTw9sfoAunl/IYW4yPMBGcqN7gcn7BhyVcIc782Yntj6kZYvDTo44FnDseIY7EpCwQXnbLfDpw==",
463
      "path": "mimetypes/2.0.1",
464
      "hashPath": "mimetypes.2.0.1.nupkg.sha512"
465
    },
466
    "NSec.Cryptography/20.2.0": {
467
      "type": "package",
468
      "serviceable": true,
469
      "sha512": "sha512-NxzHaDQm3JfH+9VQdLI1bC4h/ZTKPo5o/4BEscBu4KK0Yv35sB87hSRuzpr09VahxY5ZpJfE2tHyK4u27jfiyQ==",
470
      "path": "nsec.cryptography/20.2.0",
471
      "hashPath": "nsec.cryptography.20.2.0.nupkg.sha512"
472
    },
473
    "Portable.BouncyCastle/1.8.6.7": {
474
      "type": "package",
475
      "serviceable": true,
476
      "sha512": "sha512-RBCAkzkBkur4w1YXFpwVdYvdm4ez7PUNyl5DsqPKDe0QSoH9xt6Mwzy1NSFSrrw4T7bCkxi06nSHCuBEuMEgfw==",
477
      "path": "portable.bouncycastle/1.8.6.7",
478
      "hashPath": "portable.bouncycastle.1.8.6.7.nupkg.sha512"
479
    },
480
    "System.Collections/4.0.11": {
481
      "type": "package",
482
      "serviceable": true,
483
      "sha512": "sha512-YUJGz6eFKqS0V//mLt25vFGrrCvOnsXjlvFQs+KimpwNxug9x0Pzy4PlFMU3Q2IzqAa9G2L4LsK3+9vCBK7oTg==",
484
      "path": "system.collections/4.0.11",
485
      "hashPath": "system.collections.4.0.11.nupkg.sha512"
486
    },
487
    "System.Collections.Concurrent/4.0.12": {
488
      "type": "package",
489
      "serviceable": true,
490
      "sha512": "sha512-2gBcbb3drMLgxlI0fBfxMA31ec6AEyYCHygGse4vxceJan8mRIWeKJ24BFzN7+bi/NFTgdIgufzb94LWO5EERQ==",
491
      "path": "system.collections.concurrent/4.0.12",
492
      "hashPath": "system.collections.concurrent.4.0.12.nupkg.sha512"
493
    },
494
    "System.Console/4.0.0": {
495
      "type": "package",
496
      "serviceable": true,
497
      "sha512": "sha512-qSKUSOIiYA/a0g5XXdxFcUFmv1hNICBD7QZ0QhGYVipPIhvpiydY8VZqr1thmCXvmn8aipMg64zuanB4eotK9A==",
498
      "path": "system.console/4.0.0",
499
      "hashPath": "system.console.4.0.0.nupkg.sha512"
500
    },
501
    "System.Data.DataSetExtensions/4.5.0": {
502
      "type": "package",
503
      "serviceable": true,
504
      "sha512": "sha512-221clPs1445HkTBZPL+K9sDBdJRB8UN8rgjO3ztB0CQ26z//fmJXtlsr6whGatscsKGBrhJl5bwJuKSA8mwFOw==",
505
      "path": "system.data.datasetextensions/4.5.0",
506
      "hashPath": "system.data.datasetextensions.4.5.0.nupkg.sha512"
507
    },
508
    "System.Diagnostics.Debug/4.0.11": {
509
      "type": "package",
510
      "serviceable": true,
511
      "sha512": "sha512-w5U95fVKHY4G8ASs/K5iK3J5LY+/dLFd4vKejsnI/ZhBsWS9hQakfx3Zr7lRWKg4tAw9r4iktyvsTagWkqYCiw==",
512
      "path": "system.diagnostics.debug/4.0.11",
513
      "hashPath": "system.diagnostics.debug.4.0.11.nupkg.sha512"
514
    },
515
    "System.Diagnostics.Tracing/4.1.0": {
516
      "type": "package",
517
      "serviceable": true,
518
      "sha512": "sha512-vDN1PoMZCkkdNjvZLql592oYJZgS7URcJzJ7bxeBgGtx5UtR5leNm49VmfHGqIffX4FKacHbI3H6UyNSHQknBg==",
519
      "path": "system.diagnostics.tracing/4.1.0",
520
      "hashPath": "system.diagnostics.tracing.4.1.0.nupkg.sha512"
521
    },
522
    "System.Dynamic.Runtime/4.0.11": {
523
      "type": "package",
524
      "serviceable": true,
525
      "sha512": "sha512-db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==",
526
      "path": "system.dynamic.runtime/4.0.11",
527
      "hashPath": "system.dynamic.runtime.4.0.11.nupkg.sha512"
528
    },
529
    "System.Globalization/4.0.11": {
530
      "type": "package",
531
      "serviceable": true,
532
      "sha512": "sha512-B95h0YLEL2oSnwF/XjqSWKnwKOy/01VWkNlsCeMTFJLLabflpGV26nK164eRs5GiaRSBGpOxQ3pKoSnnyZN5pg==",
533
      "path": "system.globalization/4.0.11",
534
      "hashPath": "system.globalization.4.0.11.nupkg.sha512"
535
    },
536
    "System.IO/4.1.0": {
537
      "type": "package",
538
      "serviceable": true,
539
      "sha512": "sha512-3KlTJceQc3gnGIaHZ7UBZO26SHL1SHE4ddrmiwumFnId+CEHP+O8r386tZKaE6zlk5/mF8vifMBzHj9SaXN+mQ==",
540
      "path": "system.io/4.1.0",
541
      "hashPath": "system.io.4.1.0.nupkg.sha512"
542
    },
543
    "System.IO.FileSystem/4.0.1": {
544
      "type": "package",
545
      "serviceable": true,
546
      "sha512": "sha512-IBErlVq5jOggAD69bg1t0pJcHaDbJbWNUZTPI96fkYWzwYbN6D9wRHMULLDd9dHsl7C2YsxXL31LMfPI1SWt8w==",
547
      "path": "system.io.filesystem/4.0.1",
548
      "hashPath": "system.io.filesystem.4.0.1.nupkg.sha512"
549
    },
550
    "System.IO.FileSystem.Primitives/4.0.1": {
551
      "type": "package",
552
      "serviceable": true,
553
      "sha512": "sha512-kWkKD203JJKxJeE74p8aF8y4Qc9r9WQx4C0cHzHPrY3fv/L/IhWnyCHaFJ3H1QPOH6A93whlQ2vG5nHlBDvzWQ==",
554
      "path": "system.io.filesystem.primitives/4.0.1",
555
      "hashPath": "system.io.filesystem.primitives.4.0.1.nupkg.sha512"
556
    },
557
    "System.Linq/4.1.0": {
558
      "type": "package",
559
      "serviceable": true,
560
      "sha512": "sha512-bQ0iYFOQI0nuTnt+NQADns6ucV4DUvMdwN6CbkB1yj8i7arTGiTN5eok1kQwdnnNWSDZfIUySQY+J3d5KjWn0g==",
561
      "path": "system.linq/4.1.0",
562
      "hashPath": "system.linq.4.1.0.nupkg.sha512"
563
    },
564
    "System.Linq.Expressions/4.1.0": {
565
      "type": "package",
566
      "serviceable": true,
567
      "sha512": "sha512-I+y02iqkgmCAyfbqOmSDOgqdZQ5tTj80Akm5BPSS8EeB0VGWdy6X1KCoYe8Pk6pwDoAKZUOdLVxnTJcExiv5zw==",
568
      "path": "system.linq.expressions/4.1.0",
569
      "hashPath": "system.linq.expressions.4.1.0.nupkg.sha512"
570
    },
571
    "System.ObjectModel/4.0.12": {
572
      "type": "package",
573
      "serviceable": true,
574
      "sha512": "sha512-tAgJM1xt3ytyMoW4qn4wIqgJYm7L7TShRZG4+Q4Qsi2PCcj96pXN7nRywS9KkB3p/xDUjc2HSwP9SROyPYDYKQ==",
575
      "path": "system.objectmodel/4.0.12",
576
      "hashPath": "system.objectmodel.4.0.12.nupkg.sha512"
577
    },
578
    "System.Reflection/4.1.0": {
579
      "type": "package",
580
      "serviceable": true,
581
      "sha512": "sha512-JCKANJ0TI7kzoQzuwB/OoJANy1Lg338B6+JVacPl4TpUwi3cReg3nMLplMq2uqYfHFQpKIlHAUVAJlImZz/4ng==",
582
      "path": "system.reflection/4.1.0",
583
      "hashPath": "system.reflection.4.1.0.nupkg.sha512"
584
    },
585
    "System.Reflection.Emit/4.0.1": {
586
      "type": "package",
587
      "serviceable": true,
588
      "sha512": "sha512-P2wqAj72fFjpP6wb9nSfDqNBMab+2ovzSDzUZK7MVIm54tBJEPr9jWfSjjoTpPwj1LeKcmX3vr0ttyjSSFM47g==",
589
      "path": "system.reflection.emit/4.0.1",
590
      "hashPath": "system.reflection.emit.4.0.1.nupkg.sha512"
591
    },
592
    "System.Reflection.Emit.ILGeneration/4.0.1": {
593
      "type": "package",
594
      "serviceable": true,
595
      "sha512": "sha512-Ov6dU8Bu15Bc7zuqttgHF12J5lwSWyTf1S+FJouUXVMSqImLZzYaQ+vRr1rQ0OZ0HqsrwWl4dsKHELckQkVpgA==",
596
      "path": "system.reflection.emit.ilgeneration/4.0.1",
597
      "hashPath": "system.reflection.emit.ilgeneration.4.0.1.nupkg.sha512"
598
    },
599
    "System.Reflection.Emit.Lightweight/4.0.1": {
600
      "type": "package",
601
      "serviceable": true,
602
      "sha512": "sha512-sSzHHXueZ5Uh0OLpUQprhr+ZYJrLPA2Cmr4gn0wj9+FftNKXx8RIMKvO9qnjk2ebPYUjZ+F2ulGdPOsvj+MEjA==",
603
      "path": "system.reflection.emit.lightweight/4.0.1",
604
      "hashPath": "system.reflection.emit.lightweight.4.0.1.nupkg.sha512"
605
    },
606
    "System.Reflection.Extensions/4.0.1": {
607
      "type": "package",
608
      "serviceable": true,
609
      "sha512": "sha512-GYrtRsZcMuHF3sbmRHfMYpvxZoIN2bQGrYGerUiWLEkqdEUQZhH3TRSaC/oI4wO0II1RKBPlpIa1TOMxIcOOzQ==",
610
      "path": "system.reflection.extensions/4.0.1",
611
      "hashPath": "system.reflection.extensions.4.0.1.nupkg.sha512"
612
    },
613
    "System.Reflection.Primitives/4.0.1": {
614
      "type": "package",
615
      "serviceable": true,
616
      "sha512": "sha512-4inTox4wTBaDhB7V3mPvp9XlCbeGYWVEM9/fXALd52vNEAVisc1BoVWQPuUuD0Ga//dNbA/WeMy9u9mzLxGTHQ==",
617
      "path": "system.reflection.primitives/4.0.1",
618
      "hashPath": "system.reflection.primitives.4.0.1.nupkg.sha512"
619
    },
620
    "System.Reflection.TypeExtensions/4.1.0": {
621
      "type": "package",
622
      "serviceable": true,
623
      "sha512": "sha512-tsQ/ptQ3H5FYfON8lL4MxRk/8kFyE0A+tGPXmVP967cT/gzLHYxIejIYSxp4JmIeFHVP78g/F2FE1mUUTbDtrg==",
624
      "path": "system.reflection.typeextensions/4.1.0",
625
      "hashPath": "system.reflection.typeextensions.4.1.0.nupkg.sha512"
626
    },
627
    "System.Resources.ResourceManager/4.0.1": {
628
      "type": "package",
629
      "serviceable": true,
630
      "sha512": "sha512-TxwVeUNoTgUOdQ09gfTjvW411MF+w9MBYL7AtNVc+HtBCFlutPLhUCdZjNkjbhj3bNQWMdHboF0KIWEOjJssbA==",
631
      "path": "system.resources.resourcemanager/4.0.1",
632
      "hashPath": "system.resources.resourcemanager.4.0.1.nupkg.sha512"
633
    },
634
    "System.Runtime/4.1.0": {
635
      "type": "package",
636
      "serviceable": true,
637
      "sha512": "sha512-v6c/4Yaa9uWsq+JMhnOFewrYkgdNHNG2eMKuNqRn8P733rNXeRCGvV5FkkjBXn2dbVkPXOsO0xjsEeM1q2zC0g==",
638
      "path": "system.runtime/4.1.0",
639
      "hashPath": "system.runtime.4.1.0.nupkg.sha512"
640
    },
641
    "System.Runtime.CompilerServices.Unsafe/4.7.0": {
642
      "type": "package",
643
      "serviceable": true,
644
      "sha512": "sha512-IpU1lcHz8/09yDr9N+Juc7SCgNUz+RohkCQI+KsWKR67XxpFr8Z6c8t1iENCXZuRuNCc4HBwme/MDHNVCwyAKg==",
645
      "path": "system.runtime.compilerservices.unsafe/4.7.0",
646
      "hashPath": "system.runtime.compilerservices.unsafe.4.7.0.nupkg.sha512"
647
    },
648
    "System.Runtime.Extensions/4.1.0": {
649
      "type": "package",
650
      "serviceable": true,
651
      "sha512": "sha512-CUOHjTT/vgP0qGW22U4/hDlOqXmcPq5YicBaXdUR2UiUoLwBT+olO6we4DVbq57jeX5uXH2uerVZhf0qGj+sVQ==",
652
      "path": "system.runtime.extensions/4.1.0",
653
      "hashPath": "system.runtime.extensions.4.1.0.nupkg.sha512"
654
    },
655
    "System.Runtime.Handles/4.0.1": {
656
      "type": "package",
657
      "serviceable": true,
658
      "sha512": "sha512-nCJvEKguXEvk2ymk1gqj625vVnlK3/xdGzx0vOKicQkoquaTBJTP13AIYkocSUwHCLNBwUbXTqTWGDxBTWpt7g==",
659
      "path": "system.runtime.handles/4.0.1",
660
      "hashPath": "system.runtime.handles.4.0.1.nupkg.sha512"
661
    },
662
    "System.Runtime.InteropServices/4.1.0": {
663
      "type": "package",
664
      "serviceable": true,
665
      "sha512": "sha512-16eu3kjHS633yYdkjwShDHZLRNMKVi/s0bY8ODiqJ2RfMhDMAwxZaUaWVnZ2P71kr/or+X9o/xFWtNqz8ivieQ==",
666
      "path": "system.runtime.interopservices/4.1.0",
667
      "hashPath": "system.runtime.interopservices.4.1.0.nupkg.sha512"
668
    },
669
    "System.Security.AccessControl/4.7.0": {
670
      "type": "package",
671
      "serviceable": true,
672
      "sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==",
673
      "path": "system.security.accesscontrol/4.7.0",
674
      "hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512"
675
    },
676
    "System.Security.Principal.Windows/4.7.0": {
677
      "type": "package",
678
      "serviceable": true,
679
      "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==",
680
      "path": "system.security.principal.windows/4.7.0",
681
      "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512"
682
    },
683
    "System.Text.Encoding/4.0.11": {
684
      "type": "package",
685
      "serviceable": true,
686
      "sha512": "sha512-U3gGeMlDZXxCEiY4DwVLSacg+DFWCvoiX+JThA/rvw37Sqrku7sEFeVBBBMBnfB6FeZHsyDx85HlKL19x0HtZA==",
687
      "path": "system.text.encoding/4.0.11",
688
      "hashPath": "system.text.encoding.4.0.11.nupkg.sha512"
689
    },
690
    "System.Text.Json/4.7.1": {
691
      "type": "package",
692
      "serviceable": true,
693
      "sha512": "sha512-XwzMbct3iNepJaFylN1+l8weWlFburEzXidqleSsLvSXdHSIJHEKtRVKHPlpWcFmJX6k3goPFfVgUfp40RR+bg==",
694
      "path": "system.text.json/4.7.1",
695
      "hashPath": "system.text.json.4.7.1.nupkg.sha512"
696
    },
697
    "System.Text.RegularExpressions/4.1.0": {
698
      "type": "package",
699
      "serviceable": true,
700
      "sha512": "sha512-i88YCXpRTjCnoSQZtdlHkAOx4KNNik4hMy83n0+Ftlb7jvV6ZiZWMpnEZHhjBp6hQVh8gWd/iKNPzlPF7iyA2g==",
701
      "path": "system.text.regularexpressions/4.1.0",
702
      "hashPath": "system.text.regularexpressions.4.1.0.nupkg.sha512"
703
    },
704
    "System.Threading/4.0.11": {
705
      "type": "package",
706
      "serviceable": true,
707
      "sha512": "sha512-N+3xqIcg3VDKyjwwCGaZ9HawG9aC6cSDI+s7ROma310GQo8vilFZa86hqKppwTHleR/G0sfOzhvgnUxWCR/DrQ==",
708
      "path": "system.threading/4.0.11",
709
      "hashPath": "system.threading.4.0.11.nupkg.sha512"
710
    },
711
    "System.Threading.Tasks/4.0.11": {
712
      "type": "package",
713
      "serviceable": true,
714
      "sha512": "sha512-k1S4Gc6IGwtHGT8188RSeGaX86Qw/wnrgNLshJvsdNUOPP9etMmo8S07c+UlOAx4K/xLuN9ivA1bD0LVurtIxQ==",
715
      "path": "system.threading.tasks/4.0.11",
716
      "hashPath": "system.threading.tasks.4.0.11.nupkg.sha512"
717
    },
718
    "NetSparkle.New/2.0.0-preview20200726001": {
719
      "type": "project",
720
      "serviceable": false,
721
      "sha512": ""
722
    }
723
  }
724
}
클립보드 이미지 추가 (최대 크기: 500 MB)