File size: 23,355 Bytes
ca994a1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v9.0",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v9.0": {
      "Microsoft.NET.Build.Containers/9.0.313-servicing.26176.3": {
        "dependencies": {
          "Microsoft.Build.Utilities.Core": "17.14.43",
          "Microsoft.CodeAnalysis.PublicApiAnalyzers": "3.12.0-beta1.26064.1",
          "Microsoft.DiaSymReader.Pdb2Pdb": "1.1.0-beta2-19575-01",
          "Microsoft.DotNet.Cli.Utils": "9.0.313-servicing.26176.3",
          "Microsoft.DotNet.XliffTasks": "9.0.0-beta.26152.3",
          "Microsoft.Extensions.Logging": "9.0.15",
          "Microsoft.Extensions.Logging.Abstractions": "9.0.15",
          "NuGet.Packaging": "6.14.3-rc.1",
          "System.Text.Json": "9.0.15",
          "Valleysoft.DockerCredsProvider": "2.2.4"
        },
        "runtime": {
          "Microsoft.NET.Build.Containers.dll": {}
        },
        "resources": {
          "cs/Microsoft.NET.Build.Containers.resources.dll": {
            "locale": "cs"
          },
          "de/Microsoft.NET.Build.Containers.resources.dll": {
            "locale": "de"
          },
          "es/Microsoft.NET.Build.Containers.resources.dll": {
            "locale": "es"
          },
          "fr/Microsoft.NET.Build.Containers.resources.dll": {
            "locale": "fr"
          },
          "it/Microsoft.NET.Build.Containers.resources.dll": {
            "locale": "it"
          },
          "ja/Microsoft.NET.Build.Containers.resources.dll": {
            "locale": "ja"
          },
          "ko/Microsoft.NET.Build.Containers.resources.dll": {
            "locale": "ko"
          },
          "pl/Microsoft.NET.Build.Containers.resources.dll": {
            "locale": "pl"
          },
          "pt-BR/Microsoft.NET.Build.Containers.resources.dll": {
            "locale": "pt-BR"
          },
          "ru/Microsoft.NET.Build.Containers.resources.dll": {
            "locale": "ru"
          },
          "tr/Microsoft.NET.Build.Containers.resources.dll": {
            "locale": "tr"
          },
          "zh-Hans/Microsoft.NET.Build.Containers.resources.dll": {
            "locale": "zh-Hans"
          },
          "zh-Hant/Microsoft.NET.Build.Containers.resources.dll": {
            "locale": "zh-Hant"
          }
        }
      },
      "Microsoft.Build/17.14.43": {
        "dependencies": {
          "Microsoft.Build.Framework": "17.14.43",
          "Microsoft.NET.StringTools": "17.14.43",
          "System.Configuration.ConfigurationManager": "9.0.15",
          "System.Diagnostics.EventLog": "9.0.15",
          "System.Reflection.MetadataLoadContext": "9.0.15",
          "System.Security.Cryptography.ProtectedData": "9.0.15"
        }
      },
      "Microsoft.Build.Framework/17.14.43": {},
      "Microsoft.Build.Runtime/17.14.43": {
        "dependencies": {
          "Microsoft.Build": "17.14.43",
          "Microsoft.Build.Tasks.Core": "17.14.43",
          "System.CodeDom": "9.0.15",
          "System.Collections.Immutable": "9.0.0",
          "System.Configuration.ConfigurationManager": "9.0.15",
          "System.Diagnostics.DiagnosticSource": "9.0.0",
          "System.Diagnostics.EventLog": "9.0.15",
          "System.Formats.Nrbf": "9.0.15",
          "System.Reflection.MetadataLoadContext": "9.0.15",
          "System.Resources.Extensions": "9.0.15",
          "System.Security.Cryptography.Pkcs": "9.0.15",
          "System.Security.Cryptography.ProtectedData": "9.0.15",
          "System.Security.Cryptography.Xml": "9.0.15"
        }
      },
      "Microsoft.Build.Tasks.Core/17.14.43": {
        "dependencies": {
          "Microsoft.Build.Framework": "17.14.43",
          "Microsoft.Build.Utilities.Core": "17.14.43",
          "Microsoft.NET.StringTools": "17.14.43",
          "System.CodeDom": "9.0.15",
          "System.Collections.Immutable": "9.0.0",
          "System.Configuration.ConfigurationManager": "9.0.15",
          "System.Diagnostics.EventLog": "9.0.15",
          "System.Formats.Nrbf": "9.0.15",
          "System.Resources.Extensions": "9.0.15",
          "System.Security.Cryptography.Pkcs": "9.0.15",
          "System.Security.Cryptography.ProtectedData": "9.0.15",
          "System.Security.Cryptography.Xml": "9.0.15"
        }
      },
      "Microsoft.Build.Utilities.Core/17.14.43": {
        "dependencies": {
          "Microsoft.Build.Framework": "17.14.43",
          "Microsoft.NET.StringTools": "17.14.43",
          "System.Collections.Immutable": "9.0.0",
          "System.Configuration.ConfigurationManager": "9.0.15",
          "System.Diagnostics.EventLog": "9.0.15",
          "System.Security.Cryptography.ProtectedData": "9.0.15"
        }
      },
      "Microsoft.CodeAnalysis.PublicApiAnalyzers/3.12.0-beta1.26064.1": {},
      "Microsoft.DiaSymReader.Pdb2Pdb/1.1.0-beta2-19575-01": {},
      "Microsoft.DotNet.XliffTasks/9.0.0-beta.26152.3": {},
      "Microsoft.Extensions.DependencyInjection/9.0.15": {
        "dependencies": {
          "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.15"
        }
      },
      "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.15": {},
      "Microsoft.Extensions.DependencyModel/9.0.15": {},
      "Microsoft.Extensions.Logging/9.0.15": {
        "dependencies": {
          "Microsoft.Extensions.DependencyInjection": "9.0.15",
          "Microsoft.Extensions.Logging.Abstractions": "9.0.15",
          "Microsoft.Extensions.Options": "9.0.15"
        }
      },
      "Microsoft.Extensions.Logging.Abstractions/9.0.15": {
        "dependencies": {
          "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.15"
        }
      },
      "Microsoft.Extensions.Options/9.0.15": {
        "dependencies": {
          "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.15",
          "Microsoft.Extensions.Primitives": "9.0.15"
        }
      },
      "Microsoft.Extensions.Primitives/9.0.15": {},
      "Microsoft.NET.StringTools/17.14.43": {},
      "Newtonsoft.Json/13.0.3": {},
      "NuGet.Common/6.14.3-rc.1": {
        "dependencies": {
          "NuGet.Frameworks": "6.14.3-rc.1",
          "System.Collections.Immutable": "9.0.0"
        }
      },
      "NuGet.Configuration/6.14.3-rc.1": {
        "dependencies": {
          "NuGet.Common": "6.14.3-rc.1",
          "System.Security.Cryptography.ProtectedData": "9.0.15"
        }
      },
      "NuGet.DependencyResolver.Core/6.14.3-rc.1": {
        "dependencies": {
          "NuGet.Configuration": "6.14.3-rc.1",
          "NuGet.LibraryModel": "6.14.3-rc.1",
          "NuGet.Protocol": "6.14.3-rc.1"
        }
      },
      "NuGet.Frameworks/6.14.3-rc.1": {},
      "NuGet.LibraryModel/6.14.3-rc.1": {
        "dependencies": {
          "NuGet.Common": "6.14.3-rc.1",
          "NuGet.Versioning": "6.14.3-rc.1",
          "System.Collections.Immutable": "9.0.0"
        }
      },
      "NuGet.Packaging/6.14.3-rc.1": {
        "dependencies": {
          "Newtonsoft.Json": "13.0.3",
          "NuGet.Configuration": "6.14.3-rc.1",
          "NuGet.Versioning": "6.14.3-rc.1",
          "System.Security.Cryptography.Pkcs": "9.0.15"
        }
      },
      "NuGet.ProjectModel/6.14.3-rc.1": {
        "dependencies": {
          "NuGet.DependencyResolver.Core": "6.14.3-rc.1"
        }
      },
      "NuGet.Protocol/6.14.3-rc.1": {
        "dependencies": {
          "NuGet.Packaging": "6.14.3-rc.1"
        }
      },
      "NuGet.Versioning/6.14.3-rc.1": {},
      "System.CodeDom/9.0.15": {},
      "System.Collections.Immutable/9.0.0": {},
      "System.CommandLine/2.0.0-beta4.24324.3": {},
      "System.Configuration.ConfigurationManager/9.0.15": {
        "dependencies": {
          "System.Diagnostics.EventLog": "9.0.15",
          "System.Security.Cryptography.ProtectedData": "9.0.15"
        }
      },
      "System.Diagnostics.DiagnosticSource/9.0.0": {},
      "System.Diagnostics.EventLog/9.0.15": {},
      "System.Formats.Nrbf/9.0.15": {},
      "System.Reflection.MetadataLoadContext/9.0.15": {},
      "System.Resources.Extensions/9.0.15": {
        "dependencies": {
          "System.Formats.Nrbf": "9.0.15"
        }
      },
      "System.Security.Cryptography.Pkcs/9.0.15": {},
      "System.Security.Cryptography.ProtectedData/9.0.15": {},
      "System.Security.Cryptography.Xml/9.0.15": {
        "dependencies": {
          "System.Security.Cryptography.Pkcs": "9.0.15"
        }
      },
      "System.Text.Json/9.0.15": {},
      "Valleysoft.DockerCredsProvider/2.2.4": {
        "dependencies": {
          "System.Text.Json": "9.0.15"
        },
        "runtime": {
          "lib/net6.0/Valleysoft.DockerCredsProvider.dll": {
            "assemblyVersion": "2.2.4.0",
            "fileVersion": "2.2.4.0"
          }
        }
      }
    }
  },
  "libraries": {
    "Microsoft.NET.Build.Containers/9.0.313-servicing.26176.3": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Microsoft.Build/17.14.43": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-RnTGj8a5VkqjGjc47NeiGWV6HGShRYDuDHZJmtRAE/+DqVhxeQvVDhsd7X/8Es+erBreRsuKexMJvm2u8CiraA==",
      "path": "microsoft.build/17.14.43",
      "hashPath": "microsoft.build.17.14.43.nupkg.sha512"
    },
    "Microsoft.Build.Framework/17.14.43": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-hEM+WNX3fMI1cXdRBXj0qyLEaqXMOwY6dj8aAbYFjfwHQZPNvBWQky+aDRWd4NuvPSS7dTmZPThsUw/sEOhHmw==",
      "path": "microsoft.build.framework/17.14.43",
      "hashPath": "microsoft.build.framework.17.14.43.nupkg.sha512"
    },
    "Microsoft.Build.Runtime/17.14.43": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-RklQOpYGsV+f7s9g92brQqztfksO2rr9y8rkfk+x2NXpwgxLPtR/gk0Fjv17fsV3SJdrsplEA1477zNFsGRSsg==",
      "path": "microsoft.build.runtime/17.14.43",
      "hashPath": "microsoft.build.runtime.17.14.43.nupkg.sha512"
    },
    "Microsoft.Build.Tasks.Core/17.14.43": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ISkQyWFRrkIcSJm8hYE7SZtgbujlRA+FIUldGWqoCKrDCpKPYUZvUCQzl0VIlNrUDBGxXSHQR9souOPz6LQ5fw==",
      "path": "microsoft.build.tasks.core/17.14.43",
      "hashPath": "microsoft.build.tasks.core.17.14.43.nupkg.sha512"
    },
    "Microsoft.Build.Utilities.Core/17.14.43": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-2K8U06ax5ho/8mXx0CBL/RD2XSOG4zwxOhIAbV+cSDUAT5yB9Yx6Sq4zGlSE6/BLgakRwzveb7leXtTQZTdjvA==",
      "path": "microsoft.build.utilities.core/17.14.43",
      "hashPath": "microsoft.build.utilities.core.17.14.43.nupkg.sha512"
    },
    "Microsoft.CodeAnalysis.PublicApiAnalyzers/3.12.0-beta1.26064.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-MMiUqvuwd2aW840d2th8KZBCgHV4P4ZbmP29IYLFwY81g6NlOav3jE1gLdxuk7sHZxi0ArN6RnkvkZi6nipWYQ==",
      "path": "microsoft.codeanalysis.publicapianalyzers/3.12.0-beta1.26064.1",
      "hashPath": "microsoft.codeanalysis.publicapianalyzers.3.12.0-beta1.26064.1.nupkg.sha512"
    },
    "Microsoft.DiaSymReader.Pdb2Pdb/1.1.0-beta2-19575-01": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kY6eTNkeWLHvfOjg97Q7tgQKrPpX+Y3fR6fS4nyfpgFLHBxHriLBR4v3e9t71it91gIMEeKUqOqrFJ7Pj48eHA==",
      "path": "microsoft.diasymreader.pdb2pdb/1.1.0-beta2-19575-01",
      "hashPath": "microsoft.diasymreader.pdb2pdb.1.1.0-beta2-19575-01.nupkg.sha512"
    },
    "Microsoft.DotNet.XliffTasks/9.0.0-beta.26152.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-zlt+a1Rbf/xzDRukyQ92ojlMhjlTYJrPcMpAwfZhKUzDropu7trikcw3Cl7SiRhn9AuFGF9G+C4GtOuHVPPCZQ==",
      "path": "microsoft.dotnet.xlifftasks/9.0.0-beta.26152.3",
      "hashPath": "microsoft.dotnet.xlifftasks.9.0.0-beta.26152.3.nupkg.sha512"
    },
    "Microsoft.Extensions.DependencyInjection/9.0.15": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-IC2QYj9ctbepvv2etwVXFVSfVLyFuYMuHhclQeuFYyWOGOY8yHfv6GzND3Dr4u7AOhWC1p/HwbJQNCZvGdiQ0g==",
      "path": "microsoft.extensions.dependencyinjection/9.0.15",
      "hashPath": "microsoft.extensions.dependencyinjection.9.0.15.nupkg.sha512"
    },
    "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.15": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-4ulUZtcGCPQ/LadApR1QftrRZ0AvxGW6SsVhS3QoTAwZtzhbN6x0VCVPoXsoPkznUrgzy8bi4KZ+kFt5jsP40Q==",
      "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.15",
      "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.15.nupkg.sha512"
    },
    "Microsoft.Extensions.DependencyModel/9.0.15": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-zt6n0QA6ufiSYJFURYCnQcOP48fRvmlLtbKwgAoPoBjuBGZ+2g+yhu3MRxOjfiA3iHpjlMoDJcNMOhRMVG64oQ==",
      "path": "microsoft.extensions.dependencymodel/9.0.15",
      "hashPath": "microsoft.extensions.dependencymodel.9.0.15.nupkg.sha512"
    },
    "Microsoft.Extensions.Logging/9.0.15": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-+rAMD3QMdqEhUHmD79DZGyAivBSnLvYC5P6iBbvO6so0qYRe4rtJ0v9ABsbXkUOzYFVrN0w8+abNoNEOmbangw==",
      "path": "microsoft.extensions.logging/9.0.15",
      "hashPath": "microsoft.extensions.logging.9.0.15.nupkg.sha512"
    },
    "Microsoft.Extensions.Logging.Abstractions/9.0.15": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kI9Sc2l8oC3bEptPIPp3+aoCBCfrefJHn5lgfKbw526JJbUuNNQPtB/bcUyqFpzr6KKgHxALfNrP6rX1x+19yA==",
      "path": "microsoft.extensions.logging.abstractions/9.0.15",
      "hashPath": "microsoft.extensions.logging.abstractions.9.0.15.nupkg.sha512"
    },
    "Microsoft.Extensions.Options/9.0.15": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-MbKKtaKGlvil2KWaA3x81l15mUorZGhqe4v8h3eLl7YU6gpOlfARnXYxHxx3GEakHl0De0zeu1kFm3u/NiPdKg==",
      "path": "microsoft.extensions.options/9.0.15",
      "hashPath": "microsoft.extensions.options.9.0.15.nupkg.sha512"
    },
    "Microsoft.Extensions.Primitives/9.0.15": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-WRPJ9kpIwsOcghRT0tduIqiz7CDv7WsnL4kTJavtHS4j5AW++4LlR63oOSTL2o/zLR4T1z0/FQMgrnsPJ5bpQQ==",
      "path": "microsoft.extensions.primitives/9.0.15",
      "hashPath": "microsoft.extensions.primitives.9.0.15.nupkg.sha512"
    },
    "Microsoft.NET.StringTools/17.14.43": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-N4bcyy8rubE3Xs/ai7e3MkUoOIb4oKGce/+JLsw7sLK6t0uH5q/+q3NnI+QSKcC+2M0L5OochAP6Oz728gZ6Pg==",
      "path": "microsoft.net.stringtools/17.14.43",
      "hashPath": "microsoft.net.stringtools.17.14.43.nupkg.sha512"
    },
    "Newtonsoft.Json/13.0.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
      "path": "newtonsoft.json/13.0.3",
      "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
    },
    "NuGet.Common/6.14.3-rc.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Wf82UHuZKxdeYcLvQiz+w6an2Q7c7xFHnr6W56pA1wRPMTPB0rOXYgHEKvILmckj8gILWeV0nhMDTgnge4OtuQ==",
      "path": "nuget.common/6.14.3-rc.1",
      "hashPath": "nuget.common.6.14.3-rc.1.nupkg.sha512"
    },
    "NuGet.Configuration/6.14.3-rc.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-FxENNNv+cG+iS4uHahPLTC8HvA8XsFnvu9FpM2rLMlMsljYF+OjtWxIgDJATGT6XihSl/vqiUQ2ZLw3z4GI+jA==",
      "path": "nuget.configuration/6.14.3-rc.1",
      "hashPath": "nuget.configuration.6.14.3-rc.1.nupkg.sha512"
    },
    "NuGet.DependencyResolver.Core/6.14.3-rc.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-DgaA2AwoDczUW+oIb635evqr9lqhEQp4qEOgyUVS4DnRZIBEnsRj1zQG4DS1/rbYOzzRciNwcyHGcql1QT8V/w==",
      "path": "nuget.dependencyresolver.core/6.14.3-rc.1",
      "hashPath": "nuget.dependencyresolver.core.6.14.3-rc.1.nupkg.sha512"
    },
    "NuGet.Frameworks/6.14.3-rc.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-W2+Fh3NH6jKnVivws9MOGnu3evjZQs0IKPQ39rKzo+yHfy/fn6029mkgF6Fg7LKBOYyWKvgrDHdHOAvY9pMbdg==",
      "path": "nuget.frameworks/6.14.3-rc.1",
      "hashPath": "nuget.frameworks.6.14.3-rc.1.nupkg.sha512"
    },
    "NuGet.LibraryModel/6.14.3-rc.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-H86Fgr7A+93avhIi+V78JjhNVoVarAz3PEEnn5Ggukd0p6D4bdM3P/8o/w4IEPvs10HuAOpyn4aruXdyZtoJ8g==",
      "path": "nuget.librarymodel/6.14.3-rc.1",
      "hashPath": "nuget.librarymodel.6.14.3-rc.1.nupkg.sha512"
    },
    "NuGet.Packaging/6.14.3-rc.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-MtcewDIJv/wbI6Sdo1zWhn3WlwKuXUtqOKhc2Ao4e1ihAzSYqnQjS1qfsrbht34wZOzPIbiNnjYLDIkEZtHZ8Q==",
      "path": "nuget.packaging/6.14.3-rc.1",
      "hashPath": "nuget.packaging.6.14.3-rc.1.nupkg.sha512"
    },
    "NuGet.ProjectModel/6.14.3-rc.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-qoKslouWzjCWZiHB2is/smtRL7YgAj410n3SJR67Ww6XwggTG8inBTLNfBHt0hCCd8uj7035TAm6rTd0WzwXIA==",
      "path": "nuget.projectmodel/6.14.3-rc.1",
      "hashPath": "nuget.projectmodel.6.14.3-rc.1.nupkg.sha512"
    },
    "NuGet.Protocol/6.14.3-rc.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-pqP5rI6eBrrW/ceCD+LSJU6wcb/S+/9T66XDlNo6B5MbugSfwNQk9PK1vP1EBgbv/yZ4VqphCKleSOVqcx07ew==",
      "path": "nuget.protocol/6.14.3-rc.1",
      "hashPath": "nuget.protocol.6.14.3-rc.1.nupkg.sha512"
    },
    "NuGet.Versioning/6.14.3-rc.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-OvuYr5is6RcbPgd96wtjRGJLyzcLnVyA0YVecNEKKg0vuYCzYkQqNLG4E3EdQ2NJYhWUXrGiwCZweC2MU43QgQ==",
      "path": "nuget.versioning/6.14.3-rc.1",
      "hashPath": "nuget.versioning.6.14.3-rc.1.nupkg.sha512"
    },
    "System.CodeDom/9.0.15": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Buo+/rdInTpAymgBV+8aLDN0r3dwzcqS+gbzCUt9onOrE+YZ0y6zFhKgo8WFnlsyZRftAw6pXfZU7j37Tyrdlg==",
      "path": "system.codedom/9.0.15",
      "hashPath": "system.codedom.9.0.15.nupkg.sha512"
    },
    "System.Collections.Immutable/9.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-QhkXUl2gNrQtvPmtBTQHb0YsUrDiDQ2QS09YbtTTiSjGcf7NBqtYbrG/BE06zcBPCKEwQGzIv13IVdXNOSub2w==",
      "path": "system.collections.immutable/9.0.0",
      "hashPath": "system.collections.immutable.9.0.0.nupkg.sha512"
    },
    "System.CommandLine/2.0.0-beta4.24324.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-UddDcdPmeAbRpkYHOMBHYS74UINTL5yXhzHTbruhVN7eR79J8RPGgq1nNXlz5TH4iMK/Fn6OlSFf4Z2UxCJpXw==",
      "path": "system.commandline/2.0.0-beta4.24324.3",
      "hashPath": "system.commandline.2.0.0-beta4.24324.3.nupkg.sha512"
    },
    "System.Configuration.ConfigurationManager/9.0.15": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-KaQ/0Hoi8bfStyzpITKW9jHY8qkVwii/m26foTTeXMx9UGwhtQMWIwBmLDUFHTFmP39x0mqnAuvZi+yyem/N1w==",
      "path": "system.configuration.configurationmanager/9.0.15",
      "hashPath": "system.configuration.configurationmanager.9.0.15.nupkg.sha512"
    },
    "System.Diagnostics.DiagnosticSource/9.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ddppcFpnbohLWdYKr/ZeLZHmmI+DXFgZ3Snq+/E7SwcdW4UnvxmaugkwGywvGVWkHPGCSZjCP+MLzu23AL5SDw==",
      "path": "system.diagnostics.diagnosticsource/9.0.0",
      "hashPath": "system.diagnostics.diagnosticsource.9.0.0.nupkg.sha512"
    },
    "System.Diagnostics.EventLog/9.0.15": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-IDnzlv94Tj0vQfkZ9sB0r45BjAfHvrZ9sSnxvHKhpRETvmKZJwSJO+XCMfl5VYyeKliLYaFSMflVp3q+ktTRBw==",
      "path": "system.diagnostics.eventlog/9.0.15",
      "hashPath": "system.diagnostics.eventlog.9.0.15.nupkg.sha512"
    },
    "System.Formats.Nrbf/9.0.15": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-wxAlE0Bcijpx3U78TawGO5rVruK1p1zRG+0f39fh4HCHFtikwpfGh3NoWCwt/Xi8THfjncGCy2jk11d5fHjX2w==",
      "path": "system.formats.nrbf/9.0.15",
      "hashPath": "system.formats.nrbf.9.0.15.nupkg.sha512"
    },
    "System.Reflection.MetadataLoadContext/9.0.15": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-8fQ0CmvvBucX0OXaXe77nFetDDtBusYV1NXohAHOIA6iSKPtKb4LyRaxd1eXlzWabWyuN/L+Lf5GYaLcbMVM+Q==",
      "path": "system.reflection.metadataloadcontext/9.0.15",
      "hashPath": "system.reflection.metadataloadcontext.9.0.15.nupkg.sha512"
    },
    "System.Resources.Extensions/9.0.15": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-q7IHHOQodE435rGZ8nRky7TBvZHpL0GdB0k5/oqw0aJFuj/ni9MbcRXby3MjWDpqKONancHmtTIbZYC4R0AbjA==",
      "path": "system.resources.extensions/9.0.15",
      "hashPath": "system.resources.extensions.9.0.15.nupkg.sha512"
    },
    "System.Security.Cryptography.Pkcs/9.0.15": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ZqPer8QiXxMHnXbgaJkWlD6kit8biD09lWmYP2NM+pfoaGwLneVCa4WnOVUJnAoZQrNKO/zryC68H2+G8xQbNA==",
      "path": "system.security.cryptography.pkcs/9.0.15",
      "hashPath": "system.security.cryptography.pkcs.9.0.15.nupkg.sha512"
    },
    "System.Security.Cryptography.ProtectedData/9.0.15": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-sObjWXydF/osVWObYPmqN1PGxx+XYlPbEqPDjUzYGQbanrdd4x9pIPnUwi7d7RuKEsZ5i814oVli9s3bMqlRog==",
      "path": "system.security.cryptography.protecteddata/9.0.15",
      "hashPath": "system.security.cryptography.protecteddata.9.0.15.nupkg.sha512"
    },
    "System.Security.Cryptography.Xml/9.0.15": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/DqMTgJ0lcxaLGNc5pHls1dCqQVbPRQwweTp79bwqw8T8+2V1NodLfAr8RlS8Q4W0qs5HzA6dcW2jHIQf1n95g==",
      "path": "system.security.cryptography.xml/9.0.15",
      "hashPath": "system.security.cryptography.xml.9.0.15.nupkg.sha512"
    },
    "System.Text.Json/9.0.15": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-rQUurOZYEo81Cvq253gO4FTDO9r+RBUBQVI3q7qwS31SH1wtUfP+Aw23I81ZkFSUBC4f1hPqea0wxo15rR5/dA==",
      "path": "system.text.json/9.0.15",
      "hashPath": "system.text.json.9.0.15.nupkg.sha512"
    },
    "Valleysoft.DockerCredsProvider/2.2.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-i7xjNi5ZbujeevFAvT/yKmf4uegF2+N0xfbAB6JCFGr4KedTEUysUQb9QZIaPAkZHeEbuzrsRvflwHlU7QWSeg==",
      "path": "valleysoft.dockercredsprovider/2.2.4",
      "hashPath": "valleysoft.dockercredsprovider.2.2.4.nupkg.sha512"
    }
  }
}