[Attach panel] Initial implement C# attach-panel API
[platform/core/csapi/tizenfx.git] / src / Tizen.Applications.AttachPanel / Tizen.Applications.AttachPanel.project.lock.json
1 {
2   "version": 2,
3   "targets": {
4     ".NETStandard,Version=v1.3": {
5       "ElmSharp/1.1.0-beta-021": {
6         "type": "package",
7         "compile": {
8           "lib/netstandard1.3/ElmSharp.dll": {}
9         },
10         "runtime": {
11           "lib/netstandard1.3/ElmSharp.dll": {}
12         }
13       },
14       "Microsoft.NETCore.Platforms/1.0.1": {
15         "type": "package",
16         "compile": {
17           "lib/netstandard1.0/_._": {}
18         },
19         "runtime": {
20           "lib/netstandard1.0/_._": {}
21         }
22       },
23       "Microsoft.NETCore.Targets/1.0.1": {
24         "type": "package",
25         "compile": {
26           "lib/netstandard1.0/_._": {}
27         },
28         "runtime": {
29           "lib/netstandard1.0/_._": {}
30         }
31       },
32       "Microsoft.Win32.Primitives/4.0.1": {
33         "type": "package",
34         "dependencies": {
35           "Microsoft.NETCore.Platforms": "1.0.1",
36           "Microsoft.NETCore.Targets": "1.0.1",
37           "System.Runtime": "4.1.0"
38         },
39         "compile": {
40           "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {}
41         }
42       },
43       "NETStandard.Library/1.6.0": {
44         "type": "package",
45         "dependencies": {
46           "Microsoft.NETCore.Platforms": "1.0.1",
47           "Microsoft.Win32.Primitives": "4.0.1",
48           "System.AppContext": "4.1.0",
49           "System.Collections": "4.0.11",
50           "System.Collections.Concurrent": "4.0.12",
51           "System.Console": "4.0.0",
52           "System.Diagnostics.Debug": "4.0.11",
53           "System.Diagnostics.Tools": "4.0.1",
54           "System.Diagnostics.Tracing": "4.1.0",
55           "System.Globalization": "4.0.11",
56           "System.Globalization.Calendars": "4.0.1",
57           "System.IO": "4.1.0",
58           "System.IO.Compression": "4.1.0",
59           "System.IO.Compression.ZipFile": "4.0.1",
60           "System.IO.FileSystem": "4.0.1",
61           "System.IO.FileSystem.Primitives": "4.0.1",
62           "System.Linq": "4.1.0",
63           "System.Linq.Expressions": "4.1.0",
64           "System.Net.Http": "4.1.0",
65           "System.Net.Primitives": "4.0.11",
66           "System.Net.Sockets": "4.1.0",
67           "System.ObjectModel": "4.0.12",
68           "System.Reflection": "4.1.0",
69           "System.Reflection.Extensions": "4.0.1",
70           "System.Reflection.Primitives": "4.0.1",
71           "System.Resources.ResourceManager": "4.0.1",
72           "System.Runtime": "4.1.0",
73           "System.Runtime.Extensions": "4.1.0",
74           "System.Runtime.Handles": "4.0.1",
75           "System.Runtime.InteropServices": "4.1.0",
76           "System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
77           "System.Runtime.Numerics": "4.0.1",
78           "System.Security.Cryptography.Algorithms": "4.2.0",
79           "System.Security.Cryptography.Encoding": "4.0.0",
80           "System.Security.Cryptography.Primitives": "4.0.0",
81           "System.Security.Cryptography.X509Certificates": "4.1.0",
82           "System.Text.Encoding": "4.0.11",
83           "System.Text.Encoding.Extensions": "4.0.11",
84           "System.Text.RegularExpressions": "4.1.0",
85           "System.Threading": "4.0.11",
86           "System.Threading.Tasks": "4.0.11",
87           "System.Threading.Timer": "4.0.1",
88           "System.Xml.ReaderWriter": "4.0.11",
89           "System.Xml.XDocument": "4.0.11"
90         }
91       },
92       "runtime.native.System/4.0.0": {
93         "type": "package",
94         "dependencies": {
95           "Microsoft.NETCore.Platforms": "1.0.1",
96           "Microsoft.NETCore.Targets": "1.0.1"
97         },
98         "compile": {
99           "lib/netstandard1.0/_._": {}
100         },
101         "runtime": {
102           "lib/netstandard1.0/_._": {}
103         }
104       },
105       "runtime.native.System.IO.Compression/4.1.0": {
106         "type": "package",
107         "dependencies": {
108           "Microsoft.NETCore.Platforms": "1.0.1",
109           "Microsoft.NETCore.Targets": "1.0.1"
110         },
111         "compile": {
112           "lib/netstandard1.0/_._": {}
113         },
114         "runtime": {
115           "lib/netstandard1.0/_._": {}
116         }
117       },
118       "runtime.native.System.Security.Cryptography/4.0.0": {
119         "type": "package",
120         "dependencies": {
121           "Microsoft.NETCore.Platforms": "1.0.1",
122           "Microsoft.NETCore.Targets": "1.0.1"
123         },
124         "compile": {
125           "lib/netstandard1.0/_._": {}
126         },
127         "runtime": {
128           "lib/netstandard1.0/_._": {}
129         }
130       },
131       "System.AppContext/4.1.0": {
132         "type": "package",
133         "dependencies": {
134           "System.Runtime": "4.1.0"
135         },
136         "compile": {
137           "ref/netstandard1.3/System.AppContext.dll": {}
138         }
139       },
140       "System.Buffers/4.0.0": {
141         "type": "package",
142         "dependencies": {
143           "System.Diagnostics.Debug": "4.0.11",
144           "System.Diagnostics.Tracing": "4.1.0",
145           "System.Resources.ResourceManager": "4.0.1",
146           "System.Runtime": "4.1.0",
147           "System.Threading": "4.0.11"
148         },
149         "compile": {
150           "lib/netstandard1.1/_._": {}
151         },
152         "runtime": {
153           "lib/netstandard1.1/System.Buffers.dll": {}
154         }
155       },
156       "System.Collections/4.0.11": {
157         "type": "package",
158         "dependencies": {
159           "Microsoft.NETCore.Platforms": "1.0.1",
160           "Microsoft.NETCore.Targets": "1.0.1",
161           "System.Runtime": "4.1.0"
162         },
163         "compile": {
164           "ref/netstandard1.3/System.Collections.dll": {}
165         }
166       },
167       "System.Collections.Concurrent/4.0.12": {
168         "type": "package",
169         "dependencies": {
170           "System.Collections": "4.0.11",
171           "System.Diagnostics.Debug": "4.0.11",
172           "System.Diagnostics.Tracing": "4.1.0",
173           "System.Globalization": "4.0.11",
174           "System.Reflection": "4.1.0",
175           "System.Resources.ResourceManager": "4.0.1",
176           "System.Runtime": "4.1.0",
177           "System.Runtime.Extensions": "4.1.0",
178           "System.Threading": "4.0.11",
179           "System.Threading.Tasks": "4.0.11"
180         },
181         "compile": {
182           "ref/netstandard1.3/System.Collections.Concurrent.dll": {}
183         },
184         "runtime": {
185           "lib/netstandard1.3/System.Collections.Concurrent.dll": {}
186         }
187       },
188       "System.Console/4.0.0": {
189         "type": "package",
190         "dependencies": {
191           "Microsoft.NETCore.Platforms": "1.0.1",
192           "Microsoft.NETCore.Targets": "1.0.1",
193           "System.IO": "4.1.0",
194           "System.Runtime": "4.1.0",
195           "System.Text.Encoding": "4.0.11"
196         },
197         "compile": {
198           "ref/netstandard1.3/System.Console.dll": {}
199         }
200       },
201       "System.Diagnostics.Debug/4.0.11": {
202         "type": "package",
203         "dependencies": {
204           "Microsoft.NETCore.Platforms": "1.0.1",
205           "Microsoft.NETCore.Targets": "1.0.1",
206           "System.Runtime": "4.1.0"
207         },
208         "compile": {
209           "ref/netstandard1.3/System.Diagnostics.Debug.dll": {}
210         }
211       },
212       "System.Diagnostics.DiagnosticSource/4.0.0": {
213         "type": "package",
214         "dependencies": {
215           "System.Collections": "4.0.11",
216           "System.Diagnostics.Tracing": "4.1.0",
217           "System.Reflection": "4.1.0",
218           "System.Runtime": "4.1.0",
219           "System.Threading": "4.0.11"
220         },
221         "compile": {
222           "lib/netstandard1.3/_._": {}
223         },
224         "runtime": {
225           "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {}
226         }
227       },
228       "System.Diagnostics.Tools/4.0.1": {
229         "type": "package",
230         "dependencies": {
231           "Microsoft.NETCore.Platforms": "1.0.1",
232           "Microsoft.NETCore.Targets": "1.0.1",
233           "System.Runtime": "4.1.0"
234         },
235         "compile": {
236           "ref/netstandard1.0/System.Diagnostics.Tools.dll": {}
237         }
238       },
239       "System.Diagnostics.Tracing/4.1.0": {
240         "type": "package",
241         "dependencies": {
242           "Microsoft.NETCore.Platforms": "1.0.1",
243           "Microsoft.NETCore.Targets": "1.0.1",
244           "System.Runtime": "4.1.0"
245         },
246         "compile": {
247           "ref/netstandard1.3/System.Diagnostics.Tracing.dll": {}
248         }
249       },
250       "System.Globalization/4.0.11": {
251         "type": "package",
252         "dependencies": {
253           "Microsoft.NETCore.Platforms": "1.0.1",
254           "Microsoft.NETCore.Targets": "1.0.1",
255           "System.Runtime": "4.1.0"
256         },
257         "compile": {
258           "ref/netstandard1.3/System.Globalization.dll": {}
259         }
260       },
261       "System.Globalization.Calendars/4.0.1": {
262         "type": "package",
263         "dependencies": {
264           "Microsoft.NETCore.Platforms": "1.0.1",
265           "Microsoft.NETCore.Targets": "1.0.1",
266           "System.Globalization": "4.0.11",
267           "System.Runtime": "4.1.0"
268         },
269         "compile": {
270           "ref/netstandard1.3/System.Globalization.Calendars.dll": {}
271         }
272       },
273       "System.IO/4.1.0": {
274         "type": "package",
275         "dependencies": {
276           "Microsoft.NETCore.Platforms": "1.0.1",
277           "Microsoft.NETCore.Targets": "1.0.1",
278           "System.Runtime": "4.1.0",
279           "System.Text.Encoding": "4.0.11",
280           "System.Threading.Tasks": "4.0.11"
281         },
282         "compile": {
283           "ref/netstandard1.3/System.IO.dll": {}
284         }
285       },
286       "System.IO.Compression/4.1.0": {
287         "type": "package",
288         "dependencies": {
289           "Microsoft.NETCore.Platforms": "1.0.1",
290           "System.Collections": "4.0.11",
291           "System.Diagnostics.Debug": "4.0.11",
292           "System.IO": "4.1.0",
293           "System.Resources.ResourceManager": "4.0.1",
294           "System.Runtime": "4.1.0",
295           "System.Runtime.Extensions": "4.1.0",
296           "System.Runtime.Handles": "4.0.1",
297           "System.Runtime.InteropServices": "4.1.0",
298           "System.Text.Encoding": "4.0.11",
299           "System.Threading": "4.0.11",
300           "System.Threading.Tasks": "4.0.11",
301           "runtime.native.System": "4.0.0",
302           "runtime.native.System.IO.Compression": "4.1.0"
303         },
304         "compile": {
305           "ref/netstandard1.3/System.IO.Compression.dll": {}
306         },
307         "runtimeTargets": {
308           "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": {
309             "assetType": "runtime",
310             "rid": "unix"
311           },
312           "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll": {
313             "assetType": "runtime",
314             "rid": "win"
315           }
316         }
317       },
318       "System.IO.Compression.ZipFile/4.0.1": {
319         "type": "package",
320         "dependencies": {
321           "System.Buffers": "4.0.0",
322           "System.IO": "4.1.0",
323           "System.IO.Compression": "4.1.0",
324           "System.IO.FileSystem": "4.0.1",
325           "System.IO.FileSystem.Primitives": "4.0.1",
326           "System.Resources.ResourceManager": "4.0.1",
327           "System.Runtime": "4.1.0",
328           "System.Runtime.Extensions": "4.1.0",
329           "System.Text.Encoding": "4.0.11"
330         },
331         "compile": {
332           "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {}
333         },
334         "runtime": {
335           "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {}
336         }
337       },
338       "System.IO.FileSystem/4.0.1": {
339         "type": "package",
340         "dependencies": {
341           "Microsoft.NETCore.Platforms": "1.0.1",
342           "Microsoft.NETCore.Targets": "1.0.1",
343           "System.IO": "4.1.0",
344           "System.IO.FileSystem.Primitives": "4.0.1",
345           "System.Runtime": "4.1.0",
346           "System.Runtime.Handles": "4.0.1",
347           "System.Text.Encoding": "4.0.11",
348           "System.Threading.Tasks": "4.0.11"
349         },
350         "compile": {
351           "ref/netstandard1.3/System.IO.FileSystem.dll": {}
352         }
353       },
354       "System.IO.FileSystem.Primitives/4.0.1": {
355         "type": "package",
356         "dependencies": {
357           "System.Runtime": "4.1.0"
358         },
359         "compile": {
360           "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
361         },
362         "runtime": {
363           "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
364         }
365       },
366       "System.Linq/4.1.0": {
367         "type": "package",
368         "dependencies": {
369           "System.Collections": "4.0.11",
370           "System.Runtime": "4.1.0"
371         },
372         "compile": {
373           "ref/netstandard1.0/System.Linq.dll": {}
374         }
375       },
376       "System.Linq.Expressions/4.1.0": {
377         "type": "package",
378         "dependencies": {
379           "System.Reflection": "4.1.0",
380           "System.Runtime": "4.1.0"
381         },
382         "compile": {
383           "ref/netstandard1.3/System.Linq.Expressions.dll": {}
384         }
385       },
386       "System.Net.Http/4.1.0": {
387         "type": "package",
388         "dependencies": {
389           "Microsoft.NETCore.Platforms": "1.0.1",
390           "Microsoft.Win32.Primitives": "4.0.1",
391           "System.Collections": "4.0.11",
392           "System.Diagnostics.Debug": "4.0.11",
393           "System.Diagnostics.DiagnosticSource": "4.0.0",
394           "System.Diagnostics.Tracing": "4.1.0",
395           "System.Globalization": "4.0.11",
396           "System.IO": "4.1.0",
397           "System.IO.Compression": "4.1.0",
398           "System.Net.Primitives": "4.0.11",
399           "System.Resources.ResourceManager": "4.0.1",
400           "System.Runtime": "4.1.0",
401           "System.Runtime.Extensions": "4.1.0",
402           "System.Runtime.Handles": "4.0.1",
403           "System.Runtime.InteropServices": "4.1.0",
404           "System.Security.Cryptography.X509Certificates": "4.1.0",
405           "System.Text.Encoding": "4.0.11",
406           "System.Threading": "4.0.11",
407           "System.Threading.Tasks": "4.0.11"
408         },
409         "compile": {
410           "ref/netstandard1.3/System.Net.Http.dll": {}
411         },
412         "runtimeTargets": {
413           "runtimes/win/lib/netstandard1.3/System.Net.Http.dll": {
414             "assetType": "runtime",
415             "rid": "win"
416           }
417         }
418       },
419       "System.Net.Primitives/4.0.11": {
420         "type": "package",
421         "dependencies": {
422           "Microsoft.NETCore.Platforms": "1.0.1",
423           "Microsoft.NETCore.Targets": "1.0.1",
424           "System.Runtime": "4.1.0",
425           "System.Runtime.Handles": "4.0.1"
426         },
427         "compile": {
428           "ref/netstandard1.3/System.Net.Primitives.dll": {}
429         }
430       },
431       "System.Net.Sockets/4.1.0": {
432         "type": "package",
433         "dependencies": {
434           "Microsoft.NETCore.Platforms": "1.0.1",
435           "Microsoft.NETCore.Targets": "1.0.1",
436           "System.IO": "4.1.0",
437           "System.Net.Primitives": "4.0.11",
438           "System.Runtime": "4.1.0",
439           "System.Threading.Tasks": "4.0.11"
440         },
441         "compile": {
442           "ref/netstandard1.3/System.Net.Sockets.dll": {}
443         }
444       },
445       "System.ObjectModel/4.0.12": {
446         "type": "package",
447         "dependencies": {
448           "System.Collections": "4.0.11",
449           "System.Diagnostics.Debug": "4.0.11",
450           "System.Resources.ResourceManager": "4.0.1",
451           "System.Runtime": "4.1.0",
452           "System.Threading": "4.0.11"
453         },
454         "compile": {
455           "ref/netstandard1.3/System.ObjectModel.dll": {}
456         },
457         "runtime": {
458           "lib/netstandard1.3/System.ObjectModel.dll": {}
459         }
460       },
461       "System.Reflection/4.1.0": {
462         "type": "package",
463         "dependencies": {
464           "Microsoft.NETCore.Platforms": "1.0.1",
465           "Microsoft.NETCore.Targets": "1.0.1",
466           "System.IO": "4.1.0",
467           "System.Reflection.Primitives": "4.0.1",
468           "System.Runtime": "4.1.0"
469         },
470         "compile": {
471           "ref/netstandard1.3/System.Reflection.dll": {}
472         }
473       },
474       "System.Reflection.Extensions/4.0.1": {
475         "type": "package",
476         "dependencies": {
477           "Microsoft.NETCore.Platforms": "1.0.1",
478           "Microsoft.NETCore.Targets": "1.0.1",
479           "System.Reflection": "4.1.0",
480           "System.Runtime": "4.1.0"
481         },
482         "compile": {
483           "ref/netstandard1.0/System.Reflection.Extensions.dll": {}
484         }
485       },
486       "System.Reflection.Primitives/4.0.1": {
487         "type": "package",
488         "dependencies": {
489           "Microsoft.NETCore.Platforms": "1.0.1",
490           "Microsoft.NETCore.Targets": "1.0.1",
491           "System.Runtime": "4.1.0"
492         },
493         "compile": {
494           "ref/netstandard1.0/System.Reflection.Primitives.dll": {}
495         }
496       },
497       "System.Resources.ResourceManager/4.0.1": {
498         "type": "package",
499         "dependencies": {
500           "Microsoft.NETCore.Platforms": "1.0.1",
501           "Microsoft.NETCore.Targets": "1.0.1",
502           "System.Globalization": "4.0.11",
503           "System.Reflection": "4.1.0",
504           "System.Runtime": "4.1.0"
505         },
506         "compile": {
507           "ref/netstandard1.0/System.Resources.ResourceManager.dll": {}
508         }
509       },
510       "System.Runtime/4.1.0": {
511         "type": "package",
512         "dependencies": {
513           "Microsoft.NETCore.Platforms": "1.0.1",
514           "Microsoft.NETCore.Targets": "1.0.1"
515         },
516         "compile": {
517           "ref/netstandard1.3/System.Runtime.dll": {}
518         }
519       },
520       "System.Runtime.Extensions/4.1.0": {
521         "type": "package",
522         "dependencies": {
523           "Microsoft.NETCore.Platforms": "1.0.1",
524           "Microsoft.NETCore.Targets": "1.0.1",
525           "System.Runtime": "4.1.0"
526         },
527         "compile": {
528           "ref/netstandard1.3/System.Runtime.Extensions.dll": {}
529         }
530       },
531       "System.Runtime.Handles/4.0.1": {
532         "type": "package",
533         "dependencies": {
534           "Microsoft.NETCore.Platforms": "1.0.1",
535           "Microsoft.NETCore.Targets": "1.0.1",
536           "System.Runtime": "4.1.0"
537         },
538         "compile": {
539           "ref/netstandard1.3/System.Runtime.Handles.dll": {}
540         }
541       },
542       "System.Runtime.InteropServices/4.1.0": {
543         "type": "package",
544         "dependencies": {
545           "Microsoft.NETCore.Platforms": "1.0.1",
546           "Microsoft.NETCore.Targets": "1.0.1",
547           "System.Reflection": "4.1.0",
548           "System.Reflection.Primitives": "4.0.1",
549           "System.Runtime": "4.1.0",
550           "System.Runtime.Handles": "4.0.1"
551         },
552         "compile": {
553           "ref/netstandard1.3/System.Runtime.InteropServices.dll": {}
554         }
555       },
556       "System.Runtime.InteropServices.RuntimeInformation/4.0.0": {
557         "type": "package",
558         "dependencies": {
559           "Microsoft.NETCore.Platforms": "1.0.1",
560           "System.Reflection": "4.1.0",
561           "System.Resources.ResourceManager": "4.0.1",
562           "System.Runtime": "4.1.0",
563           "System.Runtime.InteropServices": "4.1.0",
564           "System.Threading": "4.0.11",
565           "runtime.native.System": "4.0.0"
566         },
567         "compile": {
568           "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {}
569         },
570         "runtimeTargets": {
571           "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {
572             "assetType": "runtime",
573             "rid": "unix"
574           },
575           "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {
576             "assetType": "runtime",
577             "rid": "win"
578           }
579         }
580       },
581       "System.Runtime.Numerics/4.0.1": {
582         "type": "package",
583         "dependencies": {
584           "System.Globalization": "4.0.11",
585           "System.Resources.ResourceManager": "4.0.1",
586           "System.Runtime": "4.1.0",
587           "System.Runtime.Extensions": "4.1.0"
588         },
589         "compile": {
590           "ref/netstandard1.1/System.Runtime.Numerics.dll": {}
591         },
592         "runtime": {
593           "lib/netstandard1.3/System.Runtime.Numerics.dll": {}
594         }
595       },
596       "System.Security.Cryptography.Algorithms/4.2.0": {
597         "type": "package",
598         "dependencies": {
599           "System.IO": "4.1.0",
600           "System.Runtime": "4.1.0",
601           "System.Security.Cryptography.Primitives": "4.0.0"
602         },
603         "compile": {
604           "ref/netstandard1.3/System.Security.Cryptography.Algorithms.dll": {}
605         }
606       },
607       "System.Security.Cryptography.Encoding/4.0.0": {
608         "type": "package",
609         "dependencies": {
610           "Microsoft.NETCore.Platforms": "1.0.1",
611           "System.Collections": "4.0.11",
612           "System.Collections.Concurrent": "4.0.12",
613           "System.Linq": "4.1.0",
614           "System.Resources.ResourceManager": "4.0.1",
615           "System.Runtime": "4.1.0",
616           "System.Runtime.Extensions": "4.1.0",
617           "System.Runtime.Handles": "4.0.1",
618           "System.Runtime.InteropServices": "4.1.0",
619           "System.Security.Cryptography.Primitives": "4.0.0",
620           "System.Text.Encoding": "4.0.11",
621           "runtime.native.System.Security.Cryptography": "4.0.0"
622         },
623         "compile": {
624           "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {}
625         },
626         "runtimeTargets": {
627           "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": {
628             "assetType": "runtime",
629             "rid": "unix"
630           },
631           "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": {
632             "assetType": "runtime",
633             "rid": "win"
634           }
635         }
636       },
637       "System.Security.Cryptography.Primitives/4.0.0": {
638         "type": "package",
639         "dependencies": {
640           "System.Diagnostics.Debug": "4.0.11",
641           "System.Globalization": "4.0.11",
642           "System.IO": "4.1.0",
643           "System.Resources.ResourceManager": "4.0.1",
644           "System.Runtime": "4.1.0",
645           "System.Threading": "4.0.11",
646           "System.Threading.Tasks": "4.0.11"
647         },
648         "compile": {
649           "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {}
650         },
651         "runtime": {
652           "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {}
653         }
654       },
655       "System.Security.Cryptography.X509Certificates/4.1.0": {
656         "type": "package",
657         "dependencies": {
658           "System.Runtime": "4.1.0",
659           "System.Runtime.Handles": "4.0.1",
660           "System.Security.Cryptography.Algorithms": "4.2.0",
661           "System.Security.Cryptography.Encoding": "4.0.0"
662         },
663         "compile": {
664           "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll": {}
665         }
666       },
667       "System.Text.Encoding/4.0.11": {
668         "type": "package",
669         "dependencies": {
670           "Microsoft.NETCore.Platforms": "1.0.1",
671           "Microsoft.NETCore.Targets": "1.0.1",
672           "System.Runtime": "4.1.0"
673         },
674         "compile": {
675           "ref/netstandard1.3/System.Text.Encoding.dll": {}
676         }
677       },
678       "System.Text.Encoding.Extensions/4.0.11": {
679         "type": "package",
680         "dependencies": {
681           "Microsoft.NETCore.Platforms": "1.0.1",
682           "Microsoft.NETCore.Targets": "1.0.1",
683           "System.Runtime": "4.1.0",
684           "System.Text.Encoding": "4.0.11"
685         },
686         "compile": {
687           "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
688         }
689       },
690       "System.Text.RegularExpressions/4.1.0": {
691         "type": "package",
692         "dependencies": {
693           "System.Runtime": "4.1.0"
694         },
695         "compile": {
696           "ref/netstandard1.3/System.Text.RegularExpressions.dll": {}
697         }
698       },
699       "System.Threading/4.0.11": {
700         "type": "package",
701         "dependencies": {
702           "System.Runtime": "4.1.0",
703           "System.Threading.Tasks": "4.0.11"
704         },
705         "compile": {
706           "ref/netstandard1.3/System.Threading.dll": {}
707         },
708         "runtime": {
709           "lib/netstandard1.3/System.Threading.dll": {}
710         }
711       },
712       "System.Threading.Tasks/4.0.11": {
713         "type": "package",
714         "dependencies": {
715           "Microsoft.NETCore.Platforms": "1.0.1",
716           "Microsoft.NETCore.Targets": "1.0.1",
717           "System.Runtime": "4.1.0"
718         },
719         "compile": {
720           "ref/netstandard1.3/System.Threading.Tasks.dll": {}
721         }
722       },
723       "System.Threading.Tasks.Extensions/4.0.0": {
724         "type": "package",
725         "dependencies": {
726           "System.Collections": "4.0.11",
727           "System.Runtime": "4.1.0",
728           "System.Threading.Tasks": "4.0.11"
729         },
730         "compile": {
731           "lib/netstandard1.0/_._": {}
732         },
733         "runtime": {
734           "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {}
735         }
736       },
737       "System.Threading.Timer/4.0.1": {
738         "type": "package",
739         "dependencies": {
740           "Microsoft.NETCore.Platforms": "1.0.1",
741           "Microsoft.NETCore.Targets": "1.0.1",
742           "System.Runtime": "4.1.0"
743         },
744         "compile": {
745           "ref/netstandard1.2/System.Threading.Timer.dll": {}
746         }
747       },
748       "System.Xml.ReaderWriter/4.0.11": {
749         "type": "package",
750         "dependencies": {
751           "System.Collections": "4.0.11",
752           "System.Diagnostics.Debug": "4.0.11",
753           "System.Globalization": "4.0.11",
754           "System.IO": "4.1.0",
755           "System.IO.FileSystem": "4.0.1",
756           "System.IO.FileSystem.Primitives": "4.0.1",
757           "System.Resources.ResourceManager": "4.0.1",
758           "System.Runtime": "4.1.0",
759           "System.Runtime.Extensions": "4.1.0",
760           "System.Runtime.InteropServices": "4.1.0",
761           "System.Text.Encoding": "4.0.11",
762           "System.Text.Encoding.Extensions": "4.0.11",
763           "System.Text.RegularExpressions": "4.1.0",
764           "System.Threading.Tasks": "4.0.11",
765           "System.Threading.Tasks.Extensions": "4.0.0"
766         },
767         "compile": {
768           "ref/netstandard1.3/System.Xml.ReaderWriter.dll": {}
769         },
770         "runtime": {
771           "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {}
772         }
773       },
774       "System.Xml.XDocument/4.0.11": {
775         "type": "package",
776         "dependencies": {
777           "System.Collections": "4.0.11",
778           "System.Diagnostics.Debug": "4.0.11",
779           "System.Diagnostics.Tools": "4.0.1",
780           "System.Globalization": "4.0.11",
781           "System.IO": "4.1.0",
782           "System.Reflection": "4.1.0",
783           "System.Resources.ResourceManager": "4.0.1",
784           "System.Runtime": "4.1.0",
785           "System.Runtime.Extensions": "4.1.0",
786           "System.Text.Encoding": "4.0.11",
787           "System.Threading": "4.0.11",
788           "System.Xml.ReaderWriter": "4.0.11"
789         },
790         "compile": {
791           "ref/netstandard1.3/System.Xml.XDocument.dll": {}
792         },
793         "runtime": {
794           "lib/netstandard1.3/System.Xml.XDocument.dll": {}
795         }
796       },
797       "Tizen/1.0.2": {
798         "type": "package",
799         "compile": {
800           "lib/netstandard1.3/Tizen.dll": {}
801         },
802         "runtime": {
803           "lib/netstandard1.3/Tizen.dll": {}
804         }
805       },
806       "Tizen.Applications/1.0.2": {
807         "type": "package",
808         "dependencies": {
809           "Tizen": "1.0.2"
810         },
811         "compile": {
812           "lib/netstandard1.3/Tizen.Applications.dll": {}
813         },
814         "runtime": {
815           "lib/netstandard1.3/Tizen.Applications.dll": {}
816         }
817       }
818     }
819   },
820   "libraries": {
821     "ElmSharp/1.1.0-beta-021": {
822       "sha512": "zve6PlIdClYdwWKmuXAtcoMBHMd9J0KYbtIeTvwrXGVge68NP1Kz9D4xkAB3MQL50cGH0Xl1Y7ddOQ2DfuWs5A==",
823       "type": "package",
824       "path": "elmsharp/1.1.0-beta-021",
825       "files": [
826         "elmsharp.1.1.0-beta-021.nupkg.sha512",
827         "elmsharp.nuspec",
828         "lib/netstandard1.3/ElmSharp.dll",
829         "lib/netstandard1.3/ElmSharp.xml"
830       ]
831     },
832     "Microsoft.NETCore.Platforms/1.0.1": {
833       "sha512": "2G6OjjJzwBfNOO8myRV/nFrbTw5iA+DEm0N+qUqhrOmaVtn4pC77h38I1jsXGw5VH55+dPfQsqHD0We9sCl9FQ==",
834       "type": "package",
835       "path": "microsoft.netcore.platforms/1.0.1",
836       "files": [
837         "Microsoft.NETCore.Platforms.1.0.1.nupkg.sha512",
838         "Microsoft.NETCore.Platforms.nuspec",
839         "ThirdPartyNotices.txt",
840         "dotnet_library_license.txt",
841         "lib/netstandard1.0/_._",
842         "runtime.json"
843       ]
844     },
845     "Microsoft.NETCore.Targets/1.0.1": {
846       "sha512": "rkn+fKobF/cbWfnnfBOQHKVKIOpxMZBvlSHkqDWgBpwGDcLRduvs3D9OLGeV6GWGvVwNlVi2CBbTjuPmtHvyNw==",
847       "type": "package",
848       "path": "microsoft.netcore.targets/1.0.1",
849       "files": [
850         "Microsoft.NETCore.Targets.1.0.1.nupkg.sha512",
851         "Microsoft.NETCore.Targets.nuspec",
852         "ThirdPartyNotices.txt",
853         "dotnet_library_license.txt",
854         "lib/netstandard1.0/_._",
855         "runtime.json"
856       ]
857     },
858     "Microsoft.Win32.Primitives/4.0.1": {
859       "sha512": "fQnBHO9DgcmkC9dYSJoBqo6sH1VJwJprUHh8F3hbcRlxiQiBUuTntdk8tUwV490OqC2kQUrinGwZyQHTieuXRA==",
860       "type": "package",
861       "path": "microsoft.win32.primitives/4.0.1",
862       "files": [
863         "Microsoft.Win32.Primitives.4.0.1.nupkg.sha512",
864         "Microsoft.Win32.Primitives.nuspec",
865         "ThirdPartyNotices.txt",
866         "dotnet_library_license.txt",
867         "lib/MonoAndroid10/_._",
868         "lib/MonoTouch10/_._",
869         "lib/net46/Microsoft.Win32.Primitives.dll",
870         "lib/xamarinios10/_._",
871         "lib/xamarinmac20/_._",
872         "lib/xamarintvos10/_._",
873         "lib/xamarinwatchos10/_._",
874         "ref/MonoAndroid10/_._",
875         "ref/MonoTouch10/_._",
876         "ref/net46/Microsoft.Win32.Primitives.dll",
877         "ref/netstandard1.3/Microsoft.Win32.Primitives.dll",
878         "ref/netstandard1.3/Microsoft.Win32.Primitives.xml",
879         "ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml",
880         "ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml",
881         "ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml",
882         "ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml",
883         "ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml",
884         "ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml",
885         "ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml",
886         "ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml",
887         "ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml",
888         "ref/xamarinios10/_._",
889         "ref/xamarinmac20/_._",
890         "ref/xamarintvos10/_._",
891         "ref/xamarinwatchos10/_._"
892       ]
893     },
894     "NETStandard.Library/1.6.0": {
895       "sha512": "ypsCvIdCZ4IoYASJHt6tF2fMo7N30NLgV1EbmC+snO490OMl9FvVxmumw14rhReWU3j3g7BYudG6YCrchwHJlA==",
896       "type": "package",
897       "path": "netstandard.library/1.6.0",
898       "files": [
899         "NETStandard.Library.1.6.0.nupkg.sha512",
900         "NETStandard.Library.nuspec",
901         "ThirdPartyNotices.txt",
902         "dotnet_library_license.txt"
903       ]
904     },
905     "runtime.native.System/4.0.0": {
906       "sha512": "QfS/nQI7k/BLgmLrw7qm7YBoULEvgWnPI+cYsbfCVFTW8Aj+i8JhccxcFMu1RWms0YZzF+UHguNBK4Qn89e2Sg==",
907       "type": "package",
908       "path": "runtime.native.system/4.0.0",
909       "files": [
910         "ThirdPartyNotices.txt",
911         "dotnet_library_license.txt",
912         "lib/netstandard1.0/_._",
913         "runtime.native.System.4.0.0.nupkg.sha512",
914         "runtime.native.System.nuspec"
915       ]
916     },
917     "runtime.native.System.IO.Compression/4.1.0": {
918       "sha512": "Ob7nvnJBox1aaB222zSVZSkf4WrebPG4qFscfK7vmD7P7NxoSxACQLtO7ytWpqXDn2wcd/+45+EAZ7xjaPip8A==",
919       "type": "package",
920       "path": "runtime.native.system.io.compression/4.1.0",
921       "files": [
922         "ThirdPartyNotices.txt",
923         "dotnet_library_license.txt",
924         "lib/netstandard1.0/_._",
925         "runtime.native.System.IO.Compression.4.1.0.nupkg.sha512",
926         "runtime.native.System.IO.Compression.nuspec"
927       ]
928     },
929     "runtime.native.System.Security.Cryptography/4.0.0": {
930       "sha512": "2CQK0jmO6Eu7ZeMgD+LOFbNJSXHFVQbCJJkEyEwowh1SCgYnrn9W9RykMfpeeVGw7h4IBvYikzpGUlmZTUafJw==",
931       "type": "package",
932       "path": "runtime.native.system.security.cryptography/4.0.0",
933       "files": [
934         "ThirdPartyNotices.txt",
935         "dotnet_library_license.txt",
936         "lib/netstandard1.0/_._",
937         "runtime.native.System.Security.Cryptography.4.0.0.nupkg.sha512",
938         "runtime.native.System.Security.Cryptography.nuspec"
939       ]
940     },
941     "System.AppContext/4.1.0": {
942       "sha512": "3QjO4jNV7PdKkmQAVp9atA+usVnKRwI3Kx1nMwJ93T0LcQfx7pKAYk0nKz5wn1oP5iqlhZuy6RXOFdhr7rDwow==",
943       "type": "package",
944       "path": "system.appcontext/4.1.0",
945       "files": [
946         "System.AppContext.4.1.0.nupkg.sha512",
947         "System.AppContext.nuspec",
948         "ThirdPartyNotices.txt",
949         "dotnet_library_license.txt",
950         "lib/MonoAndroid10/_._",
951         "lib/MonoTouch10/_._",
952         "lib/net46/System.AppContext.dll",
953         "lib/net463/System.AppContext.dll",
954         "lib/netcore50/System.AppContext.dll",
955         "lib/netstandard1.6/System.AppContext.dll",
956         "lib/xamarinios10/_._",
957         "lib/xamarinmac20/_._",
958         "lib/xamarintvos10/_._",
959         "lib/xamarinwatchos10/_._",
960         "ref/MonoAndroid10/_._",
961         "ref/MonoTouch10/_._",
962         "ref/net46/System.AppContext.dll",
963         "ref/net463/System.AppContext.dll",
964         "ref/netstandard/_._",
965         "ref/netstandard1.3/System.AppContext.dll",
966         "ref/netstandard1.3/System.AppContext.xml",
967         "ref/netstandard1.3/de/System.AppContext.xml",
968         "ref/netstandard1.3/es/System.AppContext.xml",
969         "ref/netstandard1.3/fr/System.AppContext.xml",
970         "ref/netstandard1.3/it/System.AppContext.xml",
971         "ref/netstandard1.3/ja/System.AppContext.xml",
972         "ref/netstandard1.3/ko/System.AppContext.xml",
973         "ref/netstandard1.3/ru/System.AppContext.xml",
974         "ref/netstandard1.3/zh-hans/System.AppContext.xml",
975         "ref/netstandard1.3/zh-hant/System.AppContext.xml",
976         "ref/netstandard1.6/System.AppContext.dll",
977         "ref/netstandard1.6/System.AppContext.xml",
978         "ref/netstandard1.6/de/System.AppContext.xml",
979         "ref/netstandard1.6/es/System.AppContext.xml",
980         "ref/netstandard1.6/fr/System.AppContext.xml",
981         "ref/netstandard1.6/it/System.AppContext.xml",
982         "ref/netstandard1.6/ja/System.AppContext.xml",
983         "ref/netstandard1.6/ko/System.AppContext.xml",
984         "ref/netstandard1.6/ru/System.AppContext.xml",
985         "ref/netstandard1.6/zh-hans/System.AppContext.xml",
986         "ref/netstandard1.6/zh-hant/System.AppContext.xml",
987         "ref/xamarinios10/_._",
988         "ref/xamarinmac20/_._",
989         "ref/xamarintvos10/_._",
990         "ref/xamarinwatchos10/_._",
991         "runtimes/aot/lib/netcore50/System.AppContext.dll"
992       ]
993     },
994     "System.Buffers/4.0.0": {
995       "sha512": "msXumHfjjURSkvxUjYuq4N2ghHoRi2VpXcKMA7gK6ujQfU3vGpl+B6ld0ATRg+FZFpRyA6PgEPA+VlIkTeNf2w==",
996       "type": "package",
997       "path": "system.buffers/4.0.0",
998       "files": [
999         "System.Buffers.4.0.0.nupkg.sha512",
1000         "System.Buffers.nuspec",
1001         "ThirdPartyNotices.txt",
1002         "dotnet_library_license.txt",
1003         "lib/netstandard1.1/.xml",
1004         "lib/netstandard1.1/System.Buffers.dll"
1005       ]
1006     },
1007     "System.Collections/4.0.11": {
1008       "sha512": "YUJGz6eFKqS0V//mLt25vFGrrCvOnsXjlvFQs+KimpwNxug9x0Pzy4PlFMU3Q2IzqAa9G2L4LsK3+9vCBK7oTg==",
1009       "type": "package",
1010       "path": "system.collections/4.0.11",
1011       "files": [
1012         "System.Collections.4.0.11.nupkg.sha512",
1013         "System.Collections.nuspec",
1014         "ThirdPartyNotices.txt",
1015         "dotnet_library_license.txt",
1016         "lib/MonoAndroid10/_._",
1017         "lib/MonoTouch10/_._",
1018         "lib/net45/_._",
1019         "lib/portable-net45+win8+wp8+wpa81/_._",
1020         "lib/win8/_._",
1021         "lib/wp80/_._",
1022         "lib/wpa81/_._",
1023         "lib/xamarinios10/_._",
1024         "lib/xamarinmac20/_._",
1025         "lib/xamarintvos10/_._",
1026         "lib/xamarinwatchos10/_._",
1027         "ref/MonoAndroid10/_._",
1028         "ref/MonoTouch10/_._",
1029         "ref/net45/_._",
1030         "ref/netcore50/System.Collections.dll",
1031         "ref/netcore50/System.Collections.xml",
1032         "ref/netcore50/de/System.Collections.xml",
1033         "ref/netcore50/es/System.Collections.xml",
1034         "ref/netcore50/fr/System.Collections.xml",
1035         "ref/netcore50/it/System.Collections.xml",
1036         "ref/netcore50/ja/System.Collections.xml",
1037         "ref/netcore50/ko/System.Collections.xml",
1038         "ref/netcore50/ru/System.Collections.xml",
1039         "ref/netcore50/zh-hans/System.Collections.xml",
1040         "ref/netcore50/zh-hant/System.Collections.xml",
1041         "ref/netstandard1.0/System.Collections.dll",
1042         "ref/netstandard1.0/System.Collections.xml",
1043         "ref/netstandard1.0/de/System.Collections.xml",
1044         "ref/netstandard1.0/es/System.Collections.xml",
1045         "ref/netstandard1.0/fr/System.Collections.xml",
1046         "ref/netstandard1.0/it/System.Collections.xml",
1047         "ref/netstandard1.0/ja/System.Collections.xml",
1048         "ref/netstandard1.0/ko/System.Collections.xml",
1049         "ref/netstandard1.0/ru/System.Collections.xml",
1050         "ref/netstandard1.0/zh-hans/System.Collections.xml",
1051         "ref/netstandard1.0/zh-hant/System.Collections.xml",
1052         "ref/netstandard1.3/System.Collections.dll",
1053         "ref/netstandard1.3/System.Collections.xml",
1054         "ref/netstandard1.3/de/System.Collections.xml",
1055         "ref/netstandard1.3/es/System.Collections.xml",
1056         "ref/netstandard1.3/fr/System.Collections.xml",
1057         "ref/netstandard1.3/it/System.Collections.xml",
1058         "ref/netstandard1.3/ja/System.Collections.xml",
1059         "ref/netstandard1.3/ko/System.Collections.xml",
1060         "ref/netstandard1.3/ru/System.Collections.xml",
1061         "ref/netstandard1.3/zh-hans/System.Collections.xml",
1062         "ref/netstandard1.3/zh-hant/System.Collections.xml",
1063         "ref/portable-net45+win8+wp8+wpa81/_._",
1064         "ref/win8/_._",
1065         "ref/wp80/_._",
1066         "ref/wpa81/_._",
1067         "ref/xamarinios10/_._",
1068         "ref/xamarinmac20/_._",
1069         "ref/xamarintvos10/_._",
1070         "ref/xamarinwatchos10/_._"
1071       ]
1072     },
1073     "System.Collections.Concurrent/4.0.12": {
1074       "sha512": "2gBcbb3drMLgxlI0fBfxMA31ec6AEyYCHygGse4vxceJan8mRIWeKJ24BFzN7+bi/NFTgdIgufzb94LWO5EERQ==",
1075       "type": "package",
1076       "path": "system.collections.concurrent/4.0.12",
1077       "files": [
1078         "System.Collections.Concurrent.4.0.12.nupkg.sha512",
1079         "System.Collections.Concurrent.nuspec",
1080         "ThirdPartyNotices.txt",
1081         "dotnet_library_license.txt",
1082         "lib/MonoAndroid10/_._",
1083         "lib/MonoTouch10/_._",
1084         "lib/net45/_._",
1085         "lib/netcore50/System.Collections.Concurrent.dll",
1086         "lib/netstandard1.3/System.Collections.Concurrent.dll",
1087         "lib/portable-net45+win8+wpa81/_._",
1088         "lib/win8/_._",
1089         "lib/wpa81/_._",
1090         "lib/xamarinios10/_._",
1091         "lib/xamarinmac20/_._",
1092         "lib/xamarintvos10/_._",
1093         "lib/xamarinwatchos10/_._",
1094         "ref/MonoAndroid10/_._",
1095         "ref/MonoTouch10/_._",
1096         "ref/net45/_._",
1097         "ref/netcore50/System.Collections.Concurrent.dll",
1098         "ref/netcore50/System.Collections.Concurrent.xml",
1099         "ref/netcore50/de/System.Collections.Concurrent.xml",
1100         "ref/netcore50/es/System.Collections.Concurrent.xml",
1101         "ref/netcore50/fr/System.Collections.Concurrent.xml",
1102         "ref/netcore50/it/System.Collections.Concurrent.xml",
1103         "ref/netcore50/ja/System.Collections.Concurrent.xml",
1104         "ref/netcore50/ko/System.Collections.Concurrent.xml",
1105         "ref/netcore50/ru/System.Collections.Concurrent.xml",
1106         "ref/netcore50/zh-hans/System.Collections.Concurrent.xml",
1107         "ref/netcore50/zh-hant/System.Collections.Concurrent.xml",
1108         "ref/netstandard1.1/System.Collections.Concurrent.dll",
1109         "ref/netstandard1.1/System.Collections.Concurrent.xml",
1110         "ref/netstandard1.1/de/System.Collections.Concurrent.xml",
1111         "ref/netstandard1.1/es/System.Collections.Concurrent.xml",
1112         "ref/netstandard1.1/fr/System.Collections.Concurrent.xml",
1113         "ref/netstandard1.1/it/System.Collections.Concurrent.xml",
1114         "ref/netstandard1.1/ja/System.Collections.Concurrent.xml",
1115         "ref/netstandard1.1/ko/System.Collections.Concurrent.xml",
1116         "ref/netstandard1.1/ru/System.Collections.Concurrent.xml",
1117         "ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml",
1118         "ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml",
1119         "ref/netstandard1.3/System.Collections.Concurrent.dll",
1120         "ref/netstandard1.3/System.Collections.Concurrent.xml",
1121         "ref/netstandard1.3/de/System.Collections.Concurrent.xml",
1122         "ref/netstandard1.3/es/System.Collections.Concurrent.xml",
1123         "ref/netstandard1.3/fr/System.Collections.Concurrent.xml",
1124         "ref/netstandard1.3/it/System.Collections.Concurrent.xml",
1125         "ref/netstandard1.3/ja/System.Collections.Concurrent.xml",
1126         "ref/netstandard1.3/ko/System.Collections.Concurrent.xml",
1127         "ref/netstandard1.3/ru/System.Collections.Concurrent.xml",
1128         "ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml",
1129         "ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml",
1130         "ref/portable-net45+win8+wpa81/_._",
1131         "ref/win8/_._",
1132         "ref/wpa81/_._",
1133         "ref/xamarinios10/_._",
1134         "ref/xamarinmac20/_._",
1135         "ref/xamarintvos10/_._",
1136         "ref/xamarinwatchos10/_._"
1137       ]
1138     },
1139     "System.Console/4.0.0": {
1140       "sha512": "qSKUSOIiYA/a0g5XXdxFcUFmv1hNICBD7QZ0QhGYVipPIhvpiydY8VZqr1thmCXvmn8aipMg64zuanB4eotK9A==",
1141       "type": "package",
1142       "path": "system.console/4.0.0",
1143       "files": [
1144         "System.Console.4.0.0.nupkg.sha512",
1145         "System.Console.nuspec",
1146         "ThirdPartyNotices.txt",
1147         "dotnet_library_license.txt",
1148         "lib/MonoAndroid10/_._",
1149         "lib/MonoTouch10/_._",
1150         "lib/net46/System.Console.dll",
1151         "lib/xamarinios10/_._",
1152         "lib/xamarinmac20/_._",
1153         "lib/xamarintvos10/_._",
1154         "lib/xamarinwatchos10/_._",
1155         "ref/MonoAndroid10/_._",
1156         "ref/MonoTouch10/_._",
1157         "ref/net46/System.Console.dll",
1158         "ref/netstandard1.3/System.Console.dll",
1159         "ref/netstandard1.3/System.Console.xml",
1160         "ref/netstandard1.3/de/System.Console.xml",
1161         "ref/netstandard1.3/es/System.Console.xml",
1162         "ref/netstandard1.3/fr/System.Console.xml",
1163         "ref/netstandard1.3/it/System.Console.xml",
1164         "ref/netstandard1.3/ja/System.Console.xml",
1165         "ref/netstandard1.3/ko/System.Console.xml",
1166         "ref/netstandard1.3/ru/System.Console.xml",
1167         "ref/netstandard1.3/zh-hans/System.Console.xml",
1168         "ref/netstandard1.3/zh-hant/System.Console.xml",
1169         "ref/xamarinios10/_._",
1170         "ref/xamarinmac20/_._",
1171         "ref/xamarintvos10/_._",
1172         "ref/xamarinwatchos10/_._"
1173       ]
1174     },
1175     "System.Diagnostics.Debug/4.0.11": {
1176       "sha512": "w5U95fVKHY4G8ASs/K5iK3J5LY+/dLFd4vKejsnI/ZhBsWS9hQakfx3Zr7lRWKg4tAw9r4iktyvsTagWkqYCiw==",
1177       "type": "package",
1178       "path": "system.diagnostics.debug/4.0.11",
1179       "files": [
1180         "System.Diagnostics.Debug.4.0.11.nupkg.sha512",
1181         "System.Diagnostics.Debug.nuspec",
1182         "ThirdPartyNotices.txt",
1183         "dotnet_library_license.txt",
1184         "lib/MonoAndroid10/_._",
1185         "lib/MonoTouch10/_._",
1186         "lib/net45/_._",
1187         "lib/portable-net45+win8+wp8+wpa81/_._",
1188         "lib/win8/_._",
1189         "lib/wp80/_._",
1190         "lib/wpa81/_._",
1191         "lib/xamarinios10/_._",
1192         "lib/xamarinmac20/_._",
1193         "lib/xamarintvos10/_._",
1194         "lib/xamarinwatchos10/_._",
1195         "ref/MonoAndroid10/_._",
1196         "ref/MonoTouch10/_._",
1197         "ref/net45/_._",
1198         "ref/netcore50/System.Diagnostics.Debug.dll",
1199         "ref/netcore50/System.Diagnostics.Debug.xml",
1200         "ref/netcore50/de/System.Diagnostics.Debug.xml",
1201         "ref/netcore50/es/System.Diagnostics.Debug.xml",
1202         "ref/netcore50/fr/System.Diagnostics.Debug.xml",
1203         "ref/netcore50/it/System.Diagnostics.Debug.xml",
1204         "ref/netcore50/ja/System.Diagnostics.Debug.xml",
1205         "ref/netcore50/ko/System.Diagnostics.Debug.xml",
1206         "ref/netcore50/ru/System.Diagnostics.Debug.xml",
1207         "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml",
1208         "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml",
1209         "ref/netstandard1.0/System.Diagnostics.Debug.dll",
1210         "ref/netstandard1.0/System.Diagnostics.Debug.xml",
1211         "ref/netstandard1.0/de/System.Diagnostics.Debug.xml",
1212         "ref/netstandard1.0/es/System.Diagnostics.Debug.xml",
1213         "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml",
1214         "ref/netstandard1.0/it/System.Diagnostics.Debug.xml",
1215         "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml",
1216         "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml",
1217         "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml",
1218         "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml",
1219         "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml",
1220         "ref/netstandard1.3/System.Diagnostics.Debug.dll",
1221         "ref/netstandard1.3/System.Diagnostics.Debug.xml",
1222         "ref/netstandard1.3/de/System.Diagnostics.Debug.xml",
1223         "ref/netstandard1.3/es/System.Diagnostics.Debug.xml",
1224         "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml",
1225         "ref/netstandard1.3/it/System.Diagnostics.Debug.xml",
1226         "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml",
1227         "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml",
1228         "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml",
1229         "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml",
1230         "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml",
1231         "ref/portable-net45+win8+wp8+wpa81/_._",
1232         "ref/win8/_._",
1233         "ref/wp80/_._",
1234         "ref/wpa81/_._",
1235         "ref/xamarinios10/_._",
1236         "ref/xamarinmac20/_._",
1237         "ref/xamarintvos10/_._",
1238         "ref/xamarinwatchos10/_._"
1239       ]
1240     },
1241     "System.Diagnostics.DiagnosticSource/4.0.0": {
1242       "sha512": "YKglnq4BMTJxfcr6nuT08g+yJ0UxdePIHxosiLuljuHIUR6t4KhFsyaHOaOc1Ofqp0PUvJ0EmcgiEz6T7vEx3w==",
1243       "type": "package",
1244       "path": "system.diagnostics.diagnosticsource/4.0.0",
1245       "files": [
1246         "System.Diagnostics.DiagnosticSource.4.0.0.nupkg.sha512",
1247         "System.Diagnostics.DiagnosticSource.nuspec",
1248         "ThirdPartyNotices.txt",
1249         "dotnet_library_license.txt",
1250         "lib/net46/System.Diagnostics.DiagnosticSource.dll",
1251         "lib/net46/System.Diagnostics.DiagnosticSource.xml",
1252         "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll",
1253         "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml",
1254         "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll",
1255         "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml",
1256         "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll",
1257         "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml"
1258       ]
1259     },
1260     "System.Diagnostics.Tools/4.0.1": {
1261       "sha512": "xBfJ8pnd4C17dWaC9FM6aShzbJcRNMChUMD42I6772KGGrqaFdumwhn9OdM68erj1ueNo3xdQ1EwiFjK5k8p0g==",
1262       "type": "package",
1263       "path": "system.diagnostics.tools/4.0.1",
1264       "files": [
1265         "System.Diagnostics.Tools.4.0.1.nupkg.sha512",
1266         "System.Diagnostics.Tools.nuspec",
1267         "ThirdPartyNotices.txt",
1268         "dotnet_library_license.txt",
1269         "lib/MonoAndroid10/_._",
1270         "lib/MonoTouch10/_._",
1271         "lib/net45/_._",
1272         "lib/portable-net45+win8+wp8+wpa81/_._",
1273         "lib/win8/_._",
1274         "lib/wp80/_._",
1275         "lib/wpa81/_._",
1276         "lib/xamarinios10/_._",
1277         "lib/xamarinmac20/_._",
1278         "lib/xamarintvos10/_._",
1279         "lib/xamarinwatchos10/_._",
1280         "ref/MonoAndroid10/_._",
1281         "ref/MonoTouch10/_._",
1282         "ref/net45/_._",
1283         "ref/netcore50/System.Diagnostics.Tools.dll",
1284         "ref/netcore50/System.Diagnostics.Tools.xml",
1285         "ref/netcore50/de/System.Diagnostics.Tools.xml",
1286         "ref/netcore50/es/System.Diagnostics.Tools.xml",
1287         "ref/netcore50/fr/System.Diagnostics.Tools.xml",
1288         "ref/netcore50/it/System.Diagnostics.Tools.xml",
1289         "ref/netcore50/ja/System.Diagnostics.Tools.xml",
1290         "ref/netcore50/ko/System.Diagnostics.Tools.xml",
1291         "ref/netcore50/ru/System.Diagnostics.Tools.xml",
1292         "ref/netcore50/zh-hans/System.Diagnostics.Tools.xml",
1293         "ref/netcore50/zh-hant/System.Diagnostics.Tools.xml",
1294         "ref/netstandard1.0/System.Diagnostics.Tools.dll",
1295         "ref/netstandard1.0/System.Diagnostics.Tools.xml",
1296         "ref/netstandard1.0/de/System.Diagnostics.Tools.xml",
1297         "ref/netstandard1.0/es/System.Diagnostics.Tools.xml",
1298         "ref/netstandard1.0/fr/System.Diagnostics.Tools.xml",
1299         "ref/netstandard1.0/it/System.Diagnostics.Tools.xml",
1300         "ref/netstandard1.0/ja/System.Diagnostics.Tools.xml",
1301         "ref/netstandard1.0/ko/System.Diagnostics.Tools.xml",
1302         "ref/netstandard1.0/ru/System.Diagnostics.Tools.xml",
1303         "ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml",
1304         "ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml",
1305         "ref/portable-net45+win8+wp8+wpa81/_._",
1306         "ref/win8/_._",
1307         "ref/wp80/_._",
1308         "ref/wpa81/_._",
1309         "ref/xamarinios10/_._",
1310         "ref/xamarinmac20/_._",
1311         "ref/xamarintvos10/_._",
1312         "ref/xamarinwatchos10/_._"
1313       ]
1314     },
1315     "System.Diagnostics.Tracing/4.1.0": {
1316       "sha512": "vDN1PoMZCkkdNjvZLql592oYJZgS7URcJzJ7bxeBgGtx5UtR5leNm49VmfHGqIffX4FKacHbI3H6UyNSHQknBg==",
1317       "type": "package",
1318       "path": "system.diagnostics.tracing/4.1.0",
1319       "files": [
1320         "System.Diagnostics.Tracing.4.1.0.nupkg.sha512",
1321         "System.Diagnostics.Tracing.nuspec",
1322         "ThirdPartyNotices.txt",
1323         "dotnet_library_license.txt",
1324         "lib/MonoAndroid10/_._",
1325         "lib/MonoTouch10/_._",
1326         "lib/net45/_._",
1327         "lib/net462/System.Diagnostics.Tracing.dll",
1328         "lib/portable-net45+win8+wpa81/_._",
1329         "lib/win8/_._",
1330         "lib/wpa81/_._",
1331         "lib/xamarinios10/_._",
1332         "lib/xamarinmac20/_._",
1333         "lib/xamarintvos10/_._",
1334         "lib/xamarinwatchos10/_._",
1335         "ref/MonoAndroid10/_._",
1336         "ref/MonoTouch10/_._",
1337         "ref/net45/_._",
1338         "ref/net462/System.Diagnostics.Tracing.dll",
1339         "ref/netcore50/System.Diagnostics.Tracing.dll",
1340         "ref/netcore50/System.Diagnostics.Tracing.xml",
1341         "ref/netcore50/de/System.Diagnostics.Tracing.xml",
1342         "ref/netcore50/es/System.Diagnostics.Tracing.xml",
1343         "ref/netcore50/fr/System.Diagnostics.Tracing.xml",
1344         "ref/netcore50/it/System.Diagnostics.Tracing.xml",
1345         "ref/netcore50/ja/System.Diagnostics.Tracing.xml",
1346         "ref/netcore50/ko/System.Diagnostics.Tracing.xml",
1347         "ref/netcore50/ru/System.Diagnostics.Tracing.xml",
1348         "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml",
1349         "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml",
1350         "ref/netstandard1.1/System.Diagnostics.Tracing.dll",
1351         "ref/netstandard1.1/System.Diagnostics.Tracing.xml",
1352         "ref/netstandard1.1/de/System.Diagnostics.Tracing.xml",
1353         "ref/netstandard1.1/es/System.Diagnostics.Tracing.xml",
1354         "ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml",
1355         "ref/netstandard1.1/it/System.Diagnostics.Tracing.xml",
1356         "ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml",
1357         "ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml",
1358         "ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml",
1359         "ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml",
1360         "ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml",
1361         "ref/netstandard1.2/System.Diagnostics.Tracing.dll",
1362         "ref/netstandard1.2/System.Diagnostics.Tracing.xml",
1363         "ref/netstandard1.2/de/System.Diagnostics.Tracing.xml",
1364         "ref/netstandard1.2/es/System.Diagnostics.Tracing.xml",
1365         "ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml",
1366         "ref/netstandard1.2/it/System.Diagnostics.Tracing.xml",
1367         "ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml",
1368         "ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml",
1369         "ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml",
1370         "ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml",
1371         "ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml",
1372         "ref/netstandard1.3/System.Diagnostics.Tracing.dll",
1373         "ref/netstandard1.3/System.Diagnostics.Tracing.xml",
1374         "ref/netstandard1.3/de/System.Diagnostics.Tracing.xml",
1375         "ref/netstandard1.3/es/System.Diagnostics.Tracing.xml",
1376         "ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml",
1377         "ref/netstandard1.3/it/System.Diagnostics.Tracing.xml",
1378         "ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml",
1379         "ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml",
1380         "ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml",
1381         "ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml",
1382         "ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml",
1383         "ref/netstandard1.5/System.Diagnostics.Tracing.dll",
1384         "ref/netstandard1.5/System.Diagnostics.Tracing.xml",
1385         "ref/netstandard1.5/de/System.Diagnostics.Tracing.xml",
1386         "ref/netstandard1.5/es/System.Diagnostics.Tracing.xml",
1387         "ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml",
1388         "ref/netstandard1.5/it/System.Diagnostics.Tracing.xml",
1389         "ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml",
1390         "ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml",
1391         "ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml",
1392         "ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml",
1393         "ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml",
1394         "ref/portable-net45+win8+wpa81/_._",
1395         "ref/win8/_._",
1396         "ref/wpa81/_._",
1397         "ref/xamarinios10/_._",
1398         "ref/xamarinmac20/_._",
1399         "ref/xamarintvos10/_._",
1400         "ref/xamarinwatchos10/_._"
1401       ]
1402     },
1403     "System.Globalization/4.0.11": {
1404       "sha512": "B95h0YLEL2oSnwF/XjqSWKnwKOy/01VWkNlsCeMTFJLLabflpGV26nK164eRs5GiaRSBGpOxQ3pKoSnnyZN5pg==",
1405       "type": "package",
1406       "path": "system.globalization/4.0.11",
1407       "files": [
1408         "System.Globalization.4.0.11.nupkg.sha512",
1409         "System.Globalization.nuspec",
1410         "ThirdPartyNotices.txt",
1411         "dotnet_library_license.txt",
1412         "lib/MonoAndroid10/_._",
1413         "lib/MonoTouch10/_._",
1414         "lib/net45/_._",
1415         "lib/portable-net45+win8+wp8+wpa81/_._",
1416         "lib/win8/_._",
1417         "lib/wp80/_._",
1418         "lib/wpa81/_._",
1419         "lib/xamarinios10/_._",
1420         "lib/xamarinmac20/_._",
1421         "lib/xamarintvos10/_._",
1422         "lib/xamarinwatchos10/_._",
1423         "ref/MonoAndroid10/_._",
1424         "ref/MonoTouch10/_._",
1425         "ref/net45/_._",
1426         "ref/netcore50/System.Globalization.dll",
1427         "ref/netcore50/System.Globalization.xml",
1428         "ref/netcore50/de/System.Globalization.xml",
1429         "ref/netcore50/es/System.Globalization.xml",
1430         "ref/netcore50/fr/System.Globalization.xml",
1431         "ref/netcore50/it/System.Globalization.xml",
1432         "ref/netcore50/ja/System.Globalization.xml",
1433         "ref/netcore50/ko/System.Globalization.xml",
1434         "ref/netcore50/ru/System.Globalization.xml",
1435         "ref/netcore50/zh-hans/System.Globalization.xml",
1436         "ref/netcore50/zh-hant/System.Globalization.xml",
1437         "ref/netstandard1.0/System.Globalization.dll",
1438         "ref/netstandard1.0/System.Globalization.xml",
1439         "ref/netstandard1.0/de/System.Globalization.xml",
1440         "ref/netstandard1.0/es/System.Globalization.xml",
1441         "ref/netstandard1.0/fr/System.Globalization.xml",
1442         "ref/netstandard1.0/it/System.Globalization.xml",
1443         "ref/netstandard1.0/ja/System.Globalization.xml",
1444         "ref/netstandard1.0/ko/System.Globalization.xml",
1445         "ref/netstandard1.0/ru/System.Globalization.xml",
1446         "ref/netstandard1.0/zh-hans/System.Globalization.xml",
1447         "ref/netstandard1.0/zh-hant/System.Globalization.xml",
1448         "ref/netstandard1.3/System.Globalization.dll",
1449         "ref/netstandard1.3/System.Globalization.xml",
1450         "ref/netstandard1.3/de/System.Globalization.xml",
1451         "ref/netstandard1.3/es/System.Globalization.xml",
1452         "ref/netstandard1.3/fr/System.Globalization.xml",
1453         "ref/netstandard1.3/it/System.Globalization.xml",
1454         "ref/netstandard1.3/ja/System.Globalization.xml",
1455         "ref/netstandard1.3/ko/System.Globalization.xml",
1456         "ref/netstandard1.3/ru/System.Globalization.xml",
1457         "ref/netstandard1.3/zh-hans/System.Globalization.xml",
1458         "ref/netstandard1.3/zh-hant/System.Globalization.xml",
1459         "ref/portable-net45+win8+wp8+wpa81/_._",
1460         "ref/win8/_._",
1461         "ref/wp80/_._",
1462         "ref/wpa81/_._",
1463         "ref/xamarinios10/_._",
1464         "ref/xamarinmac20/_._",
1465         "ref/xamarintvos10/_._",
1466         "ref/xamarinwatchos10/_._"
1467       ]
1468     },
1469     "System.Globalization.Calendars/4.0.1": {
1470       "sha512": "L1c6IqeQ88vuzC1P81JeHmHA8mxq8a18NUBNXnIY/BVb+TCyAaGIFbhpZt60h9FJNmisymoQkHEFSE9Vslja1Q==",
1471       "type": "package",
1472       "path": "system.globalization.calendars/4.0.1",
1473       "files": [
1474         "System.Globalization.Calendars.4.0.1.nupkg.sha512",
1475         "System.Globalization.Calendars.nuspec",
1476         "ThirdPartyNotices.txt",
1477         "dotnet_library_license.txt",
1478         "lib/MonoAndroid10/_._",
1479         "lib/MonoTouch10/_._",
1480         "lib/net46/System.Globalization.Calendars.dll",
1481         "lib/xamarinios10/_._",
1482         "lib/xamarinmac20/_._",
1483         "lib/xamarintvos10/_._",
1484         "lib/xamarinwatchos10/_._",
1485         "ref/MonoAndroid10/_._",
1486         "ref/MonoTouch10/_._",
1487         "ref/net46/System.Globalization.Calendars.dll",
1488         "ref/netstandard1.3/System.Globalization.Calendars.dll",
1489         "ref/netstandard1.3/System.Globalization.Calendars.xml",
1490         "ref/netstandard1.3/de/System.Globalization.Calendars.xml",
1491         "ref/netstandard1.3/es/System.Globalization.Calendars.xml",
1492         "ref/netstandard1.3/fr/System.Globalization.Calendars.xml",
1493         "ref/netstandard1.3/it/System.Globalization.Calendars.xml",
1494         "ref/netstandard1.3/ja/System.Globalization.Calendars.xml",
1495         "ref/netstandard1.3/ko/System.Globalization.Calendars.xml",
1496         "ref/netstandard1.3/ru/System.Globalization.Calendars.xml",
1497         "ref/netstandard1.3/zh-hans/System.Globalization.Calendars.xml",
1498         "ref/netstandard1.3/zh-hant/System.Globalization.Calendars.xml",
1499         "ref/xamarinios10/_._",
1500         "ref/xamarinmac20/_._",
1501         "ref/xamarintvos10/_._",
1502         "ref/xamarinwatchos10/_._"
1503       ]
1504     },
1505     "System.IO/4.1.0": {
1506       "sha512": "3KlTJceQc3gnGIaHZ7UBZO26SHL1SHE4ddrmiwumFnId+CEHP+O8r386tZKaE6zlk5/mF8vifMBzHj9SaXN+mQ==",
1507       "type": "package",
1508       "path": "system.io/4.1.0",
1509       "files": [
1510         "System.IO.4.1.0.nupkg.sha512",
1511         "System.IO.nuspec",
1512         "ThirdPartyNotices.txt",
1513         "dotnet_library_license.txt",
1514         "lib/MonoAndroid10/_._",
1515         "lib/MonoTouch10/_._",
1516         "lib/net45/_._",
1517         "lib/net462/System.IO.dll",
1518         "lib/portable-net45+win8+wp8+wpa81/_._",
1519         "lib/win8/_._",
1520         "lib/wp80/_._",
1521         "lib/wpa81/_._",
1522         "lib/xamarinios10/_._",
1523         "lib/xamarinmac20/_._",
1524         "lib/xamarintvos10/_._",
1525         "lib/xamarinwatchos10/_._",
1526         "ref/MonoAndroid10/_._",
1527         "ref/MonoTouch10/_._",
1528         "ref/net45/_._",
1529         "ref/net462/System.IO.dll",
1530         "ref/netcore50/System.IO.dll",
1531         "ref/netcore50/System.IO.xml",
1532         "ref/netcore50/de/System.IO.xml",
1533         "ref/netcore50/es/System.IO.xml",
1534         "ref/netcore50/fr/System.IO.xml",
1535         "ref/netcore50/it/System.IO.xml",
1536         "ref/netcore50/ja/System.IO.xml",
1537         "ref/netcore50/ko/System.IO.xml",
1538         "ref/netcore50/ru/System.IO.xml",
1539         "ref/netcore50/zh-hans/System.IO.xml",
1540         "ref/netcore50/zh-hant/System.IO.xml",
1541         "ref/netstandard1.0/System.IO.dll",
1542         "ref/netstandard1.0/System.IO.xml",
1543         "ref/netstandard1.0/de/System.IO.xml",
1544         "ref/netstandard1.0/es/System.IO.xml",
1545         "ref/netstandard1.0/fr/System.IO.xml",
1546         "ref/netstandard1.0/it/System.IO.xml",
1547         "ref/netstandard1.0/ja/System.IO.xml",
1548         "ref/netstandard1.0/ko/System.IO.xml",
1549         "ref/netstandard1.0/ru/System.IO.xml",
1550         "ref/netstandard1.0/zh-hans/System.IO.xml",
1551         "ref/netstandard1.0/zh-hant/System.IO.xml",
1552         "ref/netstandard1.3/System.IO.dll",
1553         "ref/netstandard1.3/System.IO.xml",
1554         "ref/netstandard1.3/de/System.IO.xml",
1555         "ref/netstandard1.3/es/System.IO.xml",
1556         "ref/netstandard1.3/fr/System.IO.xml",
1557         "ref/netstandard1.3/it/System.IO.xml",
1558         "ref/netstandard1.3/ja/System.IO.xml",
1559         "ref/netstandard1.3/ko/System.IO.xml",
1560         "ref/netstandard1.3/ru/System.IO.xml",
1561         "ref/netstandard1.3/zh-hans/System.IO.xml",
1562         "ref/netstandard1.3/zh-hant/System.IO.xml",
1563         "ref/netstandard1.5/System.IO.dll",
1564         "ref/netstandard1.5/System.IO.xml",
1565         "ref/netstandard1.5/de/System.IO.xml",
1566         "ref/netstandard1.5/es/System.IO.xml",
1567         "ref/netstandard1.5/fr/System.IO.xml",
1568         "ref/netstandard1.5/it/System.IO.xml",
1569         "ref/netstandard1.5/ja/System.IO.xml",
1570         "ref/netstandard1.5/ko/System.IO.xml",
1571         "ref/netstandard1.5/ru/System.IO.xml",
1572         "ref/netstandard1.5/zh-hans/System.IO.xml",
1573         "ref/netstandard1.5/zh-hant/System.IO.xml",
1574         "ref/portable-net45+win8+wp8+wpa81/_._",
1575         "ref/win8/_._",
1576         "ref/wp80/_._",
1577         "ref/wpa81/_._",
1578         "ref/xamarinios10/_._",
1579         "ref/xamarinmac20/_._",
1580         "ref/xamarintvos10/_._",
1581         "ref/xamarinwatchos10/_._"
1582       ]
1583     },
1584     "System.IO.Compression/4.1.0": {
1585       "sha512": "TjnBS6eztThSzeSib+WyVbLzEdLKUcEHN69VtS3u8aAsSc18FU6xCZlNWWsEd8SKcXAE+y1sOu7VbU8sUeM0sg==",
1586       "type": "package",
1587       "path": "system.io.compression/4.1.0",
1588       "files": [
1589         "System.IO.Compression.4.1.0.nupkg.sha512",
1590         "System.IO.Compression.nuspec",
1591         "ThirdPartyNotices.txt",
1592         "dotnet_library_license.txt",
1593         "lib/MonoAndroid10/_._",
1594         "lib/MonoTouch10/_._",
1595         "lib/net45/_._",
1596         "lib/net46/System.IO.Compression.dll",
1597         "lib/portable-net45+win8+wpa81/_._",
1598         "lib/win8/_._",
1599         "lib/wpa81/_._",
1600         "lib/xamarinios10/_._",
1601         "lib/xamarinmac20/_._",
1602         "lib/xamarintvos10/_._",
1603         "lib/xamarinwatchos10/_._",
1604         "ref/MonoAndroid10/_._",
1605         "ref/MonoTouch10/_._",
1606         "ref/net45/_._",
1607         "ref/net46/System.IO.Compression.dll",
1608         "ref/netcore50/System.IO.Compression.dll",
1609         "ref/netcore50/System.IO.Compression.xml",
1610         "ref/netcore50/de/System.IO.Compression.xml",
1611         "ref/netcore50/es/System.IO.Compression.xml",
1612         "ref/netcore50/fr/System.IO.Compression.xml",
1613         "ref/netcore50/it/System.IO.Compression.xml",
1614         "ref/netcore50/ja/System.IO.Compression.xml",
1615         "ref/netcore50/ko/System.IO.Compression.xml",
1616         "ref/netcore50/ru/System.IO.Compression.xml",
1617         "ref/netcore50/zh-hans/System.IO.Compression.xml",
1618         "ref/netcore50/zh-hant/System.IO.Compression.xml",
1619         "ref/netstandard1.1/System.IO.Compression.dll",
1620         "ref/netstandard1.1/System.IO.Compression.xml",
1621         "ref/netstandard1.1/de/System.IO.Compression.xml",
1622         "ref/netstandard1.1/es/System.IO.Compression.xml",
1623         "ref/netstandard1.1/fr/System.IO.Compression.xml",
1624         "ref/netstandard1.1/it/System.IO.Compression.xml",
1625         "ref/netstandard1.1/ja/System.IO.Compression.xml",
1626         "ref/netstandard1.1/ko/System.IO.Compression.xml",
1627         "ref/netstandard1.1/ru/System.IO.Compression.xml",
1628         "ref/netstandard1.1/zh-hans/System.IO.Compression.xml",
1629         "ref/netstandard1.1/zh-hant/System.IO.Compression.xml",
1630         "ref/netstandard1.3/System.IO.Compression.dll",
1631         "ref/netstandard1.3/System.IO.Compression.xml",
1632         "ref/netstandard1.3/de/System.IO.Compression.xml",
1633         "ref/netstandard1.3/es/System.IO.Compression.xml",
1634         "ref/netstandard1.3/fr/System.IO.Compression.xml",
1635         "ref/netstandard1.3/it/System.IO.Compression.xml",
1636         "ref/netstandard1.3/ja/System.IO.Compression.xml",
1637         "ref/netstandard1.3/ko/System.IO.Compression.xml",
1638         "ref/netstandard1.3/ru/System.IO.Compression.xml",
1639         "ref/netstandard1.3/zh-hans/System.IO.Compression.xml",
1640         "ref/netstandard1.3/zh-hant/System.IO.Compression.xml",
1641         "ref/portable-net45+win8+wpa81/_._",
1642         "ref/win8/_._",
1643         "ref/wpa81/_._",
1644         "ref/xamarinios10/_._",
1645         "ref/xamarinmac20/_._",
1646         "ref/xamarintvos10/_._",
1647         "ref/xamarinwatchos10/_._",
1648         "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll",
1649         "runtimes/win/lib/net46/System.IO.Compression.dll",
1650         "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll"
1651       ]
1652     },
1653     "System.IO.Compression.ZipFile/4.0.1": {
1654       "sha512": "hBQYJzfTbQURF10nLhd+az2NHxsU6MU7AB8RUf4IolBP5lOAm4Luho851xl+CqslmhI5ZH/el8BlngEk4lBkaQ==",
1655       "type": "package",
1656       "path": "system.io.compression.zipfile/4.0.1",
1657       "files": [
1658         "System.IO.Compression.ZipFile.4.0.1.nupkg.sha512",
1659         "System.IO.Compression.ZipFile.nuspec",
1660         "ThirdPartyNotices.txt",
1661         "dotnet_library_license.txt",
1662         "lib/MonoAndroid10/_._",
1663         "lib/MonoTouch10/_._",
1664         "lib/net46/System.IO.Compression.ZipFile.dll",
1665         "lib/netstandard1.3/System.IO.Compression.ZipFile.dll",
1666         "lib/xamarinios10/_._",
1667         "lib/xamarinmac20/_._",
1668         "lib/xamarintvos10/_._",
1669         "lib/xamarinwatchos10/_._",
1670         "ref/MonoAndroid10/_._",
1671         "ref/MonoTouch10/_._",
1672         "ref/net46/System.IO.Compression.ZipFile.dll",
1673         "ref/netstandard1.3/System.IO.Compression.ZipFile.dll",
1674         "ref/netstandard1.3/System.IO.Compression.ZipFile.xml",
1675         "ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml",
1676         "ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml",
1677         "ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml",
1678         "ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml",
1679         "ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml",
1680         "ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml",
1681         "ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml",
1682         "ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml",
1683         "ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml",
1684         "ref/xamarinios10/_._",
1685         "ref/xamarinmac20/_._",
1686         "ref/xamarintvos10/_._",
1687         "ref/xamarinwatchos10/_._"
1688       ]
1689     },
1690     "System.IO.FileSystem/4.0.1": {
1691       "sha512": "IBErlVq5jOggAD69bg1t0pJcHaDbJbWNUZTPI96fkYWzwYbN6D9wRHMULLDd9dHsl7C2YsxXL31LMfPI1SWt8w==",
1692       "type": "package",
1693       "path": "system.io.filesystem/4.0.1",
1694       "files": [
1695         "System.IO.FileSystem.4.0.1.nupkg.sha512",
1696         "System.IO.FileSystem.nuspec",
1697         "ThirdPartyNotices.txt",
1698         "dotnet_library_license.txt",
1699         "lib/MonoAndroid10/_._",
1700         "lib/MonoTouch10/_._",
1701         "lib/net46/System.IO.FileSystem.dll",
1702         "lib/xamarinios10/_._",
1703         "lib/xamarinmac20/_._",
1704         "lib/xamarintvos10/_._",
1705         "lib/xamarinwatchos10/_._",
1706         "ref/MonoAndroid10/_._",
1707         "ref/MonoTouch10/_._",
1708         "ref/net46/System.IO.FileSystem.dll",
1709         "ref/netstandard1.3/System.IO.FileSystem.dll",
1710         "ref/netstandard1.3/System.IO.FileSystem.xml",
1711         "ref/netstandard1.3/de/System.IO.FileSystem.xml",
1712         "ref/netstandard1.3/es/System.IO.FileSystem.xml",
1713         "ref/netstandard1.3/fr/System.IO.FileSystem.xml",
1714         "ref/netstandard1.3/it/System.IO.FileSystem.xml",
1715         "ref/netstandard1.3/ja/System.IO.FileSystem.xml",
1716         "ref/netstandard1.3/ko/System.IO.FileSystem.xml",
1717         "ref/netstandard1.3/ru/System.IO.FileSystem.xml",
1718         "ref/netstandard1.3/zh-hans/System.IO.FileSystem.xml",
1719         "ref/netstandard1.3/zh-hant/System.IO.FileSystem.xml",
1720         "ref/xamarinios10/_._",
1721         "ref/xamarinmac20/_._",
1722         "ref/xamarintvos10/_._",
1723         "ref/xamarinwatchos10/_._"
1724       ]
1725     },
1726     "System.IO.FileSystem.Primitives/4.0.1": {
1727       "sha512": "kWkKD203JJKxJeE74p8aF8y4Qc9r9WQx4C0cHzHPrY3fv/L/IhWnyCHaFJ3H1QPOH6A93whlQ2vG5nHlBDvzWQ==",
1728       "type": "package",
1729       "path": "system.io.filesystem.primitives/4.0.1",
1730       "files": [
1731         "System.IO.FileSystem.Primitives.4.0.1.nupkg.sha512",
1732         "System.IO.FileSystem.Primitives.nuspec",
1733         "ThirdPartyNotices.txt",
1734         "dotnet_library_license.txt",
1735         "lib/MonoAndroid10/_._",
1736         "lib/MonoTouch10/_._",
1737         "lib/net46/System.IO.FileSystem.Primitives.dll",
1738         "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll",
1739         "lib/xamarinios10/_._",
1740         "lib/xamarinmac20/_._",
1741         "lib/xamarintvos10/_._",
1742         "lib/xamarinwatchos10/_._",
1743         "ref/MonoAndroid10/_._",
1744         "ref/MonoTouch10/_._",
1745         "ref/net46/System.IO.FileSystem.Primitives.dll",
1746         "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll",
1747         "ref/netstandard1.3/System.IO.FileSystem.Primitives.xml",
1748         "ref/netstandard1.3/de/System.IO.FileSystem.Primitives.xml",
1749         "ref/netstandard1.3/es/System.IO.FileSystem.Primitives.xml",
1750         "ref/netstandard1.3/fr/System.IO.FileSystem.Primitives.xml",
1751         "ref/netstandard1.3/it/System.IO.FileSystem.Primitives.xml",
1752         "ref/netstandard1.3/ja/System.IO.FileSystem.Primitives.xml",
1753         "ref/netstandard1.3/ko/System.IO.FileSystem.Primitives.xml",
1754         "ref/netstandard1.3/ru/System.IO.FileSystem.Primitives.xml",
1755         "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Primitives.xml",
1756         "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Primitives.xml",
1757         "ref/xamarinios10/_._",
1758         "ref/xamarinmac20/_._",
1759         "ref/xamarintvos10/_._",
1760         "ref/xamarinwatchos10/_._"
1761       ]
1762     },
1763     "System.Linq/4.1.0": {
1764       "sha512": "bQ0iYFOQI0nuTnt+NQADns6ucV4DUvMdwN6CbkB1yj8i7arTGiTN5eok1kQwdnnNWSDZfIUySQY+J3d5KjWn0g==",
1765       "type": "package",
1766       "path": "system.linq/4.1.0",
1767       "files": [
1768         "System.Linq.4.1.0.nupkg.sha512",
1769         "System.Linq.nuspec",
1770         "ThirdPartyNotices.txt",
1771         "dotnet_library_license.txt",
1772         "lib/MonoAndroid10/_._",
1773         "lib/MonoTouch10/_._",
1774         "lib/net45/_._",
1775         "lib/net463/System.Linq.dll",
1776         "lib/netcore50/System.Linq.dll",
1777         "lib/netstandard1.6/System.Linq.dll",
1778         "lib/portable-net45+win8+wp8+wpa81/_._",
1779         "lib/win8/_._",
1780         "lib/wp80/_._",
1781         "lib/wpa81/_._",
1782         "lib/xamarinios10/_._",
1783         "lib/xamarinmac20/_._",
1784         "lib/xamarintvos10/_._",
1785         "lib/xamarinwatchos10/_._",
1786         "ref/MonoAndroid10/_._",
1787         "ref/MonoTouch10/_._",
1788         "ref/net45/_._",
1789         "ref/net463/System.Linq.dll",
1790         "ref/netcore50/System.Linq.dll",
1791         "ref/netcore50/System.Linq.xml",
1792         "ref/netcore50/de/System.Linq.xml",
1793         "ref/netcore50/es/System.Linq.xml",
1794         "ref/netcore50/fr/System.Linq.xml",
1795         "ref/netcore50/it/System.Linq.xml",
1796         "ref/netcore50/ja/System.Linq.xml",
1797         "ref/netcore50/ko/System.Linq.xml",
1798         "ref/netcore50/ru/System.Linq.xml",
1799         "ref/netcore50/zh-hans/System.Linq.xml",
1800         "ref/netcore50/zh-hant/System.Linq.xml",
1801         "ref/netstandard1.0/System.Linq.dll",
1802         "ref/netstandard1.0/System.Linq.xml",
1803         "ref/netstandard1.0/de/System.Linq.xml",
1804         "ref/netstandard1.0/es/System.Linq.xml",
1805         "ref/netstandard1.0/fr/System.Linq.xml",
1806         "ref/netstandard1.0/it/System.Linq.xml",
1807         "ref/netstandard1.0/ja/System.Linq.xml",
1808         "ref/netstandard1.0/ko/System.Linq.xml",
1809         "ref/netstandard1.0/ru/System.Linq.xml",
1810         "ref/netstandard1.0/zh-hans/System.Linq.xml",
1811         "ref/netstandard1.0/zh-hant/System.Linq.xml",
1812         "ref/netstandard1.6/System.Linq.dll",
1813         "ref/netstandard1.6/System.Linq.xml",
1814         "ref/netstandard1.6/de/System.Linq.xml",
1815         "ref/netstandard1.6/es/System.Linq.xml",
1816         "ref/netstandard1.6/fr/System.Linq.xml",
1817         "ref/netstandard1.6/it/System.Linq.xml",
1818         "ref/netstandard1.6/ja/System.Linq.xml",
1819         "ref/netstandard1.6/ko/System.Linq.xml",
1820         "ref/netstandard1.6/ru/System.Linq.xml",
1821         "ref/netstandard1.6/zh-hans/System.Linq.xml",
1822         "ref/netstandard1.6/zh-hant/System.Linq.xml",
1823         "ref/portable-net45+win8+wp8+wpa81/_._",
1824         "ref/win8/_._",
1825         "ref/wp80/_._",
1826         "ref/wpa81/_._",
1827         "ref/xamarinios10/_._",
1828         "ref/xamarinmac20/_._",
1829         "ref/xamarintvos10/_._",
1830         "ref/xamarinwatchos10/_._"
1831       ]
1832     },
1833     "System.Linq.Expressions/4.1.0": {
1834       "sha512": "I+y02iqkgmCAyfbqOmSDOgqdZQ5tTj80Akm5BPSS8EeB0VGWdy6X1KCoYe8Pk6pwDoAKZUOdLVxnTJcExiv5zw==",
1835       "type": "package",
1836       "path": "system.linq.expressions/4.1.0",
1837       "files": [
1838         "System.Linq.Expressions.4.1.0.nupkg.sha512",
1839         "System.Linq.Expressions.nuspec",
1840         "ThirdPartyNotices.txt",
1841         "dotnet_library_license.txt",
1842         "lib/MonoAndroid10/_._",
1843         "lib/MonoTouch10/_._",
1844         "lib/net45/_._",
1845         "lib/net463/System.Linq.Expressions.dll",
1846         "lib/netcore50/System.Linq.Expressions.dll",
1847         "lib/netstandard1.6/System.Linq.Expressions.dll",
1848         "lib/portable-net45+win8+wp8+wpa81/_._",
1849         "lib/win8/_._",
1850         "lib/wp80/_._",
1851         "lib/wpa81/_._",
1852         "lib/xamarinios10/_._",
1853         "lib/xamarinmac20/_._",
1854         "lib/xamarintvos10/_._",
1855         "lib/xamarinwatchos10/_._",
1856         "ref/MonoAndroid10/_._",
1857         "ref/MonoTouch10/_._",
1858         "ref/net45/_._",
1859         "ref/net463/System.Linq.Expressions.dll",
1860         "ref/netcore50/System.Linq.Expressions.dll",
1861         "ref/netcore50/System.Linq.Expressions.xml",
1862         "ref/netcore50/de/System.Linq.Expressions.xml",
1863         "ref/netcore50/es/System.Linq.Expressions.xml",
1864         "ref/netcore50/fr/System.Linq.Expressions.xml",
1865         "ref/netcore50/it/System.Linq.Expressions.xml",
1866         "ref/netcore50/ja/System.Linq.Expressions.xml",
1867         "ref/netcore50/ko/System.Linq.Expressions.xml",
1868         "ref/netcore50/ru/System.Linq.Expressions.xml",
1869         "ref/netcore50/zh-hans/System.Linq.Expressions.xml",
1870         "ref/netcore50/zh-hant/System.Linq.Expressions.xml",
1871         "ref/netstandard1.0/System.Linq.Expressions.dll",
1872         "ref/netstandard1.0/System.Linq.Expressions.xml",
1873         "ref/netstandard1.0/de/System.Linq.Expressions.xml",
1874         "ref/netstandard1.0/es/System.Linq.Expressions.xml",
1875         "ref/netstandard1.0/fr/System.Linq.Expressions.xml",
1876         "ref/netstandard1.0/it/System.Linq.Expressions.xml",
1877         "ref/netstandard1.0/ja/System.Linq.Expressions.xml",
1878         "ref/netstandard1.0/ko/System.Linq.Expressions.xml",
1879         "ref/netstandard1.0/ru/System.Linq.Expressions.xml",
1880         "ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml",
1881         "ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml",
1882         "ref/netstandard1.3/System.Linq.Expressions.dll",
1883         "ref/netstandard1.3/System.Linq.Expressions.xml",
1884         "ref/netstandard1.3/de/System.Linq.Expressions.xml",
1885         "ref/netstandard1.3/es/System.Linq.Expressions.xml",
1886         "ref/netstandard1.3/fr/System.Linq.Expressions.xml",
1887         "ref/netstandard1.3/it/System.Linq.Expressions.xml",
1888         "ref/netstandard1.3/ja/System.Linq.Expressions.xml",
1889         "ref/netstandard1.3/ko/System.Linq.Expressions.xml",
1890         "ref/netstandard1.3/ru/System.Linq.Expressions.xml",
1891         "ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml",
1892         "ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml",
1893         "ref/netstandard1.6/System.Linq.Expressions.dll",
1894         "ref/netstandard1.6/System.Linq.Expressions.xml",
1895         "ref/netstandard1.6/de/System.Linq.Expressions.xml",
1896         "ref/netstandard1.6/es/System.Linq.Expressions.xml",
1897         "ref/netstandard1.6/fr/System.Linq.Expressions.xml",
1898         "ref/netstandard1.6/it/System.Linq.Expressions.xml",
1899         "ref/netstandard1.6/ja/System.Linq.Expressions.xml",
1900         "ref/netstandard1.6/ko/System.Linq.Expressions.xml",
1901         "ref/netstandard1.6/ru/System.Linq.Expressions.xml",
1902         "ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml",
1903         "ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml",
1904         "ref/portable-net45+win8+wp8+wpa81/_._",
1905         "ref/win8/_._",
1906         "ref/wp80/_._",
1907         "ref/wpa81/_._",
1908         "ref/xamarinios10/_._",
1909         "ref/xamarinmac20/_._",
1910         "ref/xamarintvos10/_._",
1911         "ref/xamarinwatchos10/_._",
1912         "runtimes/aot/lib/netcore50/System.Linq.Expressions.dll"
1913       ]
1914     },
1915     "System.Net.Http/4.1.0": {
1916       "sha512": "ULq9g3SOPVuupt+Y3U+A37coXzdNisB1neFCSKzBwo182u0RDddKJF8I5+HfyXqK6OhJPgeoAwWXrbiUXuRDsg==",
1917       "type": "package",
1918       "path": "system.net.http/4.1.0",
1919       "files": [
1920         "System.Net.Http.4.1.0.nupkg.sha512",
1921         "System.Net.Http.nuspec",
1922         "ThirdPartyNotices.txt",
1923         "dotnet_library_license.txt",
1924         "lib/Xamarinmac20/_._",
1925         "lib/monoandroid10/_._",
1926         "lib/monotouch10/_._",
1927         "lib/net45/_._",
1928         "lib/net46/System.Net.Http.dll",
1929         "lib/portable-net45+win8+wpa81/_._",
1930         "lib/win8/_._",
1931         "lib/wpa81/_._",
1932         "lib/xamarinios10/_._",
1933         "lib/xamarintvos10/_._",
1934         "lib/xamarinwatchos10/_._",
1935         "ref/Xamarinmac20/_._",
1936         "ref/monoandroid10/_._",
1937         "ref/monotouch10/_._",
1938         "ref/net45/_._",
1939         "ref/net46/System.Net.Http.dll",
1940         "ref/net46/System.Net.Http.xml",
1941         "ref/net46/de/System.Net.Http.xml",
1942         "ref/net46/es/System.Net.Http.xml",
1943         "ref/net46/fr/System.Net.Http.xml",
1944         "ref/net46/it/System.Net.Http.xml",
1945         "ref/net46/ja/System.Net.Http.xml",
1946         "ref/net46/ko/System.Net.Http.xml",
1947         "ref/net46/ru/System.Net.Http.xml",
1948         "ref/net46/zh-hans/System.Net.Http.xml",
1949         "ref/net46/zh-hant/System.Net.Http.xml",
1950         "ref/netcore50/System.Net.Http.dll",
1951         "ref/netcore50/System.Net.Http.xml",
1952         "ref/netcore50/de/System.Net.Http.xml",
1953         "ref/netcore50/es/System.Net.Http.xml",
1954         "ref/netcore50/fr/System.Net.Http.xml",
1955         "ref/netcore50/it/System.Net.Http.xml",
1956         "ref/netcore50/ja/System.Net.Http.xml",
1957         "ref/netcore50/ko/System.Net.Http.xml",
1958         "ref/netcore50/ru/System.Net.Http.xml",
1959         "ref/netcore50/zh-hans/System.Net.Http.xml",
1960         "ref/netcore50/zh-hant/System.Net.Http.xml",
1961         "ref/netstandard1.1/System.Net.Http.dll",
1962         "ref/netstandard1.1/System.Net.Http.xml",
1963         "ref/netstandard1.1/de/System.Net.Http.xml",
1964         "ref/netstandard1.1/es/System.Net.Http.xml",
1965         "ref/netstandard1.1/fr/System.Net.Http.xml",
1966         "ref/netstandard1.1/it/System.Net.Http.xml",
1967         "ref/netstandard1.1/ja/System.Net.Http.xml",
1968         "ref/netstandard1.1/ko/System.Net.Http.xml",
1969         "ref/netstandard1.1/ru/System.Net.Http.xml",
1970         "ref/netstandard1.1/zh-hans/System.Net.Http.xml",
1971         "ref/netstandard1.1/zh-hant/System.Net.Http.xml",
1972         "ref/netstandard1.3/System.Net.Http.dll",
1973         "ref/netstandard1.3/System.Net.Http.xml",
1974         "ref/netstandard1.3/de/System.Net.Http.xml",
1975         "ref/netstandard1.3/es/System.Net.Http.xml",
1976         "ref/netstandard1.3/fr/System.Net.Http.xml",
1977         "ref/netstandard1.3/it/System.Net.Http.xml",
1978         "ref/netstandard1.3/ja/System.Net.Http.xml",
1979         "ref/netstandard1.3/ko/System.Net.Http.xml",
1980         "ref/netstandard1.3/ru/System.Net.Http.xml",
1981         "ref/netstandard1.3/zh-hans/System.Net.Http.xml",
1982         "ref/netstandard1.3/zh-hant/System.Net.Http.xml",
1983         "ref/portable-net45+win8+wpa81/_._",
1984         "ref/win8/_._",
1985         "ref/wpa81/_._",
1986         "ref/xamarinios10/_._",
1987         "ref/xamarintvos10/_._",
1988         "ref/xamarinwatchos10/_._",
1989         "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll",
1990         "runtimes/win/lib/net46/System.Net.Http.dll",
1991         "runtimes/win/lib/netcore50/System.Net.Http.dll",
1992         "runtimes/win/lib/netstandard1.3/System.Net.Http.dll"
1993       ]
1994     },
1995     "System.Net.Primitives/4.0.11": {
1996       "sha512": "hVvfl4405DRjA2408luZekbPhplJK03j2Y2lSfMlny7GHXlkByw1iLnc9mgKW0GdQn73vvMcWrWewAhylXA4Nw==",
1997       "type": "package",
1998       "path": "system.net.primitives/4.0.11",
1999       "files": [
2000         "System.Net.Primitives.4.0.11.nupkg.sha512",
2001         "System.Net.Primitives.nuspec",
2002         "ThirdPartyNotices.txt",
2003         "dotnet_library_license.txt",
2004         "lib/MonoAndroid10/_._",
2005         "lib/MonoTouch10/_._",
2006         "lib/net45/_._",
2007         "lib/portable-net45+win8+wp8+wpa81/_._",
2008         "lib/win8/_._",
2009         "lib/wp80/_._",
2010         "lib/wpa81/_._",
2011         "lib/xamarinios10/_._",
2012         "lib/xamarinmac20/_._",
2013         "lib/xamarintvos10/_._",
2014         "lib/xamarinwatchos10/_._",
2015         "ref/MonoAndroid10/_._",
2016         "ref/MonoTouch10/_._",
2017         "ref/net45/_._",
2018         "ref/netcore50/System.Net.Primitives.dll",
2019         "ref/netcore50/System.Net.Primitives.xml",
2020         "ref/netcore50/de/System.Net.Primitives.xml",
2021         "ref/netcore50/es/System.Net.Primitives.xml",
2022         "ref/netcore50/fr/System.Net.Primitives.xml",
2023         "ref/netcore50/it/System.Net.Primitives.xml",
2024         "ref/netcore50/ja/System.Net.Primitives.xml",
2025         "ref/netcore50/ko/System.Net.Primitives.xml",
2026         "ref/netcore50/ru/System.Net.Primitives.xml",
2027         "ref/netcore50/zh-hans/System.Net.Primitives.xml",
2028         "ref/netcore50/zh-hant/System.Net.Primitives.xml",
2029         "ref/netstandard1.0/System.Net.Primitives.dll",
2030         "ref/netstandard1.0/System.Net.Primitives.xml",
2031         "ref/netstandard1.0/de/System.Net.Primitives.xml",
2032         "ref/netstandard1.0/es/System.Net.Primitives.xml",
2033         "ref/netstandard1.0/fr/System.Net.Primitives.xml",
2034         "ref/netstandard1.0/it/System.Net.Primitives.xml",
2035         "ref/netstandard1.0/ja/System.Net.Primitives.xml",
2036         "ref/netstandard1.0/ko/System.Net.Primitives.xml",
2037         "ref/netstandard1.0/ru/System.Net.Primitives.xml",
2038         "ref/netstandard1.0/zh-hans/System.Net.Primitives.xml",
2039         "ref/netstandard1.0/zh-hant/System.Net.Primitives.xml",
2040         "ref/netstandard1.1/System.Net.Primitives.dll",
2041         "ref/netstandard1.1/System.Net.Primitives.xml",
2042         "ref/netstandard1.1/de/System.Net.Primitives.xml",
2043         "ref/netstandard1.1/es/System.Net.Primitives.xml",
2044         "ref/netstandard1.1/fr/System.Net.Primitives.xml",
2045         "ref/netstandard1.1/it/System.Net.Primitives.xml",
2046         "ref/netstandard1.1/ja/System.Net.Primitives.xml",
2047         "ref/netstandard1.1/ko/System.Net.Primitives.xml",
2048         "ref/netstandard1.1/ru/System.Net.Primitives.xml",
2049         "ref/netstandard1.1/zh-hans/System.Net.Primitives.xml",
2050         "ref/netstandard1.1/zh-hant/System.Net.Primitives.xml",
2051         "ref/netstandard1.3/System.Net.Primitives.dll",
2052         "ref/netstandard1.3/System.Net.Primitives.xml",
2053         "ref/netstandard1.3/de/System.Net.Primitives.xml",
2054         "ref/netstandard1.3/es/System.Net.Primitives.xml",
2055         "ref/netstandard1.3/fr/System.Net.Primitives.xml",
2056         "ref/netstandard1.3/it/System.Net.Primitives.xml",
2057         "ref/netstandard1.3/ja/System.Net.Primitives.xml",
2058         "ref/netstandard1.3/ko/System.Net.Primitives.xml",
2059         "ref/netstandard1.3/ru/System.Net.Primitives.xml",
2060         "ref/netstandard1.3/zh-hans/System.Net.Primitives.xml",
2061         "ref/netstandard1.3/zh-hant/System.Net.Primitives.xml",
2062         "ref/portable-net45+win8+wp8+wpa81/_._",
2063         "ref/win8/_._",
2064         "ref/wp80/_._",
2065         "ref/wpa81/_._",
2066         "ref/xamarinios10/_._",
2067         "ref/xamarinmac20/_._",
2068         "ref/xamarintvos10/_._",
2069         "ref/xamarinwatchos10/_._"
2070       ]
2071     },
2072     "System.Net.Sockets/4.1.0": {
2073       "sha512": "xAz0N3dAV/aR/9g8r0Y5oEqU1JRsz29F5EGb/WVHmX3jVSLqi2/92M5hTad2aNWovruXrJpJtgZ9fccPMG9uSw==",
2074       "type": "package",
2075       "path": "system.net.sockets/4.1.0",
2076       "files": [
2077         "System.Net.Sockets.4.1.0.nupkg.sha512",
2078         "System.Net.Sockets.nuspec",
2079         "ThirdPartyNotices.txt",
2080         "dotnet_library_license.txt",
2081         "lib/MonoAndroid10/_._",
2082         "lib/MonoTouch10/_._",
2083         "lib/net46/System.Net.Sockets.dll",
2084         "lib/xamarinios10/_._",
2085         "lib/xamarinmac20/_._",
2086         "lib/xamarintvos10/_._",
2087         "lib/xamarinwatchos10/_._",
2088         "ref/MonoAndroid10/_._",
2089         "ref/MonoTouch10/_._",
2090         "ref/net46/System.Net.Sockets.dll",
2091         "ref/netstandard1.3/System.Net.Sockets.dll",
2092         "ref/netstandard1.3/System.Net.Sockets.xml",
2093         "ref/netstandard1.3/de/System.Net.Sockets.xml",
2094         "ref/netstandard1.3/es/System.Net.Sockets.xml",
2095         "ref/netstandard1.3/fr/System.Net.Sockets.xml",
2096         "ref/netstandard1.3/it/System.Net.Sockets.xml",
2097         "ref/netstandard1.3/ja/System.Net.Sockets.xml",
2098         "ref/netstandard1.3/ko/System.Net.Sockets.xml",
2099         "ref/netstandard1.3/ru/System.Net.Sockets.xml",
2100         "ref/netstandard1.3/zh-hans/System.Net.Sockets.xml",
2101         "ref/netstandard1.3/zh-hant/System.Net.Sockets.xml",
2102         "ref/xamarinios10/_._",
2103         "ref/xamarinmac20/_._",
2104         "ref/xamarintvos10/_._",
2105         "ref/xamarinwatchos10/_._"
2106       ]
2107     },
2108     "System.ObjectModel/4.0.12": {
2109       "sha512": "tAgJM1xt3ytyMoW4qn4wIqgJYm7L7TShRZG4+Q4Qsi2PCcj96pXN7nRywS9KkB3p/xDUjc2HSwP9SROyPYDYKQ==",
2110       "type": "package",
2111       "path": "system.objectmodel/4.0.12",
2112       "files": [
2113         "System.ObjectModel.4.0.12.nupkg.sha512",
2114         "System.ObjectModel.nuspec",
2115         "ThirdPartyNotices.txt",
2116         "dotnet_library_license.txt",
2117         "lib/MonoAndroid10/_._",
2118         "lib/MonoTouch10/_._",
2119         "lib/net45/_._",
2120         "lib/netcore50/System.ObjectModel.dll",
2121         "lib/netstandard1.3/System.ObjectModel.dll",
2122         "lib/portable-net45+win8+wp8+wpa81/_._",
2123         "lib/win8/_._",
2124         "lib/wp80/_._",
2125         "lib/wpa81/_._",
2126         "lib/xamarinios10/_._",
2127         "lib/xamarinmac20/_._",
2128         "lib/xamarintvos10/_._",
2129         "lib/xamarinwatchos10/_._",
2130         "ref/MonoAndroid10/_._",
2131         "ref/MonoTouch10/_._",
2132         "ref/net45/_._",
2133         "ref/netcore50/System.ObjectModel.dll",
2134         "ref/netcore50/System.ObjectModel.xml",
2135         "ref/netcore50/de/System.ObjectModel.xml",
2136         "ref/netcore50/es/System.ObjectModel.xml",
2137         "ref/netcore50/fr/System.ObjectModel.xml",
2138         "ref/netcore50/it/System.ObjectModel.xml",
2139         "ref/netcore50/ja/System.ObjectModel.xml",
2140         "ref/netcore50/ko/System.ObjectModel.xml",
2141         "ref/netcore50/ru/System.ObjectModel.xml",
2142         "ref/netcore50/zh-hans/System.ObjectModel.xml",
2143         "ref/netcore50/zh-hant/System.ObjectModel.xml",
2144         "ref/netstandard1.0/System.ObjectModel.dll",
2145         "ref/netstandard1.0/System.ObjectModel.xml",
2146         "ref/netstandard1.0/de/System.ObjectModel.xml",
2147         "ref/netstandard1.0/es/System.ObjectModel.xml",
2148         "ref/netstandard1.0/fr/System.ObjectModel.xml",
2149         "ref/netstandard1.0/it/System.ObjectModel.xml",
2150         "ref/netstandard1.0/ja/System.ObjectModel.xml",
2151         "ref/netstandard1.0/ko/System.ObjectModel.xml",
2152         "ref/netstandard1.0/ru/System.ObjectModel.xml",
2153         "ref/netstandard1.0/zh-hans/System.ObjectModel.xml",
2154         "ref/netstandard1.0/zh-hant/System.ObjectModel.xml",
2155         "ref/netstandard1.3/System.ObjectModel.dll",
2156         "ref/netstandard1.3/System.ObjectModel.xml",
2157         "ref/netstandard1.3/de/System.ObjectModel.xml",
2158         "ref/netstandard1.3/es/System.ObjectModel.xml",
2159         "ref/netstandard1.3/fr/System.ObjectModel.xml",
2160         "ref/netstandard1.3/it/System.ObjectModel.xml",
2161         "ref/netstandard1.3/ja/System.ObjectModel.xml",
2162         "ref/netstandard1.3/ko/System.ObjectModel.xml",
2163         "ref/netstandard1.3/ru/System.ObjectModel.xml",
2164         "ref/netstandard1.3/zh-hans/System.ObjectModel.xml",
2165         "ref/netstandard1.3/zh-hant/System.ObjectModel.xml",
2166         "ref/portable-net45+win8+wp8+wpa81/_._",
2167         "ref/win8/_._",
2168         "ref/wp80/_._",
2169         "ref/wpa81/_._",
2170         "ref/xamarinios10/_._",
2171         "ref/xamarinmac20/_._",
2172         "ref/xamarintvos10/_._",
2173         "ref/xamarinwatchos10/_._"
2174       ]
2175     },
2176     "System.Reflection/4.1.0": {
2177       "sha512": "JCKANJ0TI7kzoQzuwB/OoJANy1Lg338B6+JVacPl4TpUwi3cReg3nMLplMq2uqYfHFQpKIlHAUVAJlImZz/4ng==",
2178       "type": "package",
2179       "path": "system.reflection/4.1.0",
2180       "files": [
2181         "System.Reflection.4.1.0.nupkg.sha512",
2182         "System.Reflection.nuspec",
2183         "ThirdPartyNotices.txt",
2184         "dotnet_library_license.txt",
2185         "lib/MonoAndroid10/_._",
2186         "lib/MonoTouch10/_._",
2187         "lib/net45/_._",
2188         "lib/net462/System.Reflection.dll",
2189         "lib/portable-net45+win8+wp8+wpa81/_._",
2190         "lib/win8/_._",
2191         "lib/wp80/_._",
2192         "lib/wpa81/_._",
2193         "lib/xamarinios10/_._",
2194         "lib/xamarinmac20/_._",
2195         "lib/xamarintvos10/_._",
2196         "lib/xamarinwatchos10/_._",
2197         "ref/MonoAndroid10/_._",
2198         "ref/MonoTouch10/_._",
2199         "ref/net45/_._",
2200         "ref/net462/System.Reflection.dll",
2201         "ref/netcore50/System.Reflection.dll",
2202         "ref/netcore50/System.Reflection.xml",
2203         "ref/netcore50/de/System.Reflection.xml",
2204         "ref/netcore50/es/System.Reflection.xml",
2205         "ref/netcore50/fr/System.Reflection.xml",
2206         "ref/netcore50/it/System.Reflection.xml",
2207         "ref/netcore50/ja/System.Reflection.xml",
2208         "ref/netcore50/ko/System.Reflection.xml",
2209         "ref/netcore50/ru/System.Reflection.xml",
2210         "ref/netcore50/zh-hans/System.Reflection.xml",
2211         "ref/netcore50/zh-hant/System.Reflection.xml",
2212         "ref/netstandard1.0/System.Reflection.dll",
2213         "ref/netstandard1.0/System.Reflection.xml",
2214         "ref/netstandard1.0/de/System.Reflection.xml",
2215         "ref/netstandard1.0/es/System.Reflection.xml",
2216         "ref/netstandard1.0/fr/System.Reflection.xml",
2217         "ref/netstandard1.0/it/System.Reflection.xml",
2218         "ref/netstandard1.0/ja/System.Reflection.xml",
2219         "ref/netstandard1.0/ko/System.Reflection.xml",
2220         "ref/netstandard1.0/ru/System.Reflection.xml",
2221         "ref/netstandard1.0/zh-hans/System.Reflection.xml",
2222         "ref/netstandard1.0/zh-hant/System.Reflection.xml",
2223         "ref/netstandard1.3/System.Reflection.dll",
2224         "ref/netstandard1.3/System.Reflection.xml",
2225         "ref/netstandard1.3/de/System.Reflection.xml",
2226         "ref/netstandard1.3/es/System.Reflection.xml",
2227         "ref/netstandard1.3/fr/System.Reflection.xml",
2228         "ref/netstandard1.3/it/System.Reflection.xml",
2229         "ref/netstandard1.3/ja/System.Reflection.xml",
2230         "ref/netstandard1.3/ko/System.Reflection.xml",
2231         "ref/netstandard1.3/ru/System.Reflection.xml",
2232         "ref/netstandard1.3/zh-hans/System.Reflection.xml",
2233         "ref/netstandard1.3/zh-hant/System.Reflection.xml",
2234         "ref/netstandard1.5/System.Reflection.dll",
2235         "ref/netstandard1.5/System.Reflection.xml",
2236         "ref/netstandard1.5/de/System.Reflection.xml",
2237         "ref/netstandard1.5/es/System.Reflection.xml",
2238         "ref/netstandard1.5/fr/System.Reflection.xml",
2239         "ref/netstandard1.5/it/System.Reflection.xml",
2240         "ref/netstandard1.5/ja/System.Reflection.xml",
2241         "ref/netstandard1.5/ko/System.Reflection.xml",
2242         "ref/netstandard1.5/ru/System.Reflection.xml",
2243         "ref/netstandard1.5/zh-hans/System.Reflection.xml",
2244         "ref/netstandard1.5/zh-hant/System.Reflection.xml",
2245         "ref/portable-net45+win8+wp8+wpa81/_._",
2246         "ref/win8/_._",
2247         "ref/wp80/_._",
2248         "ref/wpa81/_._",
2249         "ref/xamarinios10/_._",
2250         "ref/xamarinmac20/_._",
2251         "ref/xamarintvos10/_._",
2252         "ref/xamarinwatchos10/_._"
2253       ]
2254     },
2255     "System.Reflection.Extensions/4.0.1": {
2256       "sha512": "GYrtRsZcMuHF3sbmRHfMYpvxZoIN2bQGrYGerUiWLEkqdEUQZhH3TRSaC/oI4wO0II1RKBPlpIa1TOMxIcOOzQ==",
2257       "type": "package",
2258       "path": "system.reflection.extensions/4.0.1",
2259       "files": [
2260         "System.Reflection.Extensions.4.0.1.nupkg.sha512",
2261         "System.Reflection.Extensions.nuspec",
2262         "ThirdPartyNotices.txt",
2263         "dotnet_library_license.txt",
2264         "lib/MonoAndroid10/_._",
2265         "lib/MonoTouch10/_._",
2266         "lib/net45/_._",
2267         "lib/portable-net45+win8+wp8+wpa81/_._",
2268         "lib/win8/_._",
2269         "lib/wp80/_._",
2270         "lib/wpa81/_._",
2271         "lib/xamarinios10/_._",
2272         "lib/xamarinmac20/_._",
2273         "lib/xamarintvos10/_._",
2274         "lib/xamarinwatchos10/_._",
2275         "ref/MonoAndroid10/_._",
2276         "ref/MonoTouch10/_._",
2277         "ref/net45/_._",
2278         "ref/netcore50/System.Reflection.Extensions.dll",
2279         "ref/netcore50/System.Reflection.Extensions.xml",
2280         "ref/netcore50/de/System.Reflection.Extensions.xml",
2281         "ref/netcore50/es/System.Reflection.Extensions.xml",
2282         "ref/netcore50/fr/System.Reflection.Extensions.xml",
2283         "ref/netcore50/it/System.Reflection.Extensions.xml",
2284         "ref/netcore50/ja/System.Reflection.Extensions.xml",
2285         "ref/netcore50/ko/System.Reflection.Extensions.xml",
2286         "ref/netcore50/ru/System.Reflection.Extensions.xml",
2287         "ref/netcore50/zh-hans/System.Reflection.Extensions.xml",
2288         "ref/netcore50/zh-hant/System.Reflection.Extensions.xml",
2289         "ref/netstandard1.0/System.Reflection.Extensions.dll",
2290         "ref/netstandard1.0/System.Reflection.Extensions.xml",
2291         "ref/netstandard1.0/de/System.Reflection.Extensions.xml",
2292         "ref/netstandard1.0/es/System.Reflection.Extensions.xml",
2293         "ref/netstandard1.0/fr/System.Reflection.Extensions.xml",
2294         "ref/netstandard1.0/it/System.Reflection.Extensions.xml",
2295         "ref/netstandard1.0/ja/System.Reflection.Extensions.xml",
2296         "ref/netstandard1.0/ko/System.Reflection.Extensions.xml",
2297         "ref/netstandard1.0/ru/System.Reflection.Extensions.xml",
2298         "ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml",
2299         "ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml",
2300         "ref/portable-net45+win8+wp8+wpa81/_._",
2301         "ref/win8/_._",
2302         "ref/wp80/_._",
2303         "ref/wpa81/_._",
2304         "ref/xamarinios10/_._",
2305         "ref/xamarinmac20/_._",
2306         "ref/xamarintvos10/_._",
2307         "ref/xamarinwatchos10/_._"
2308       ]
2309     },
2310     "System.Reflection.Primitives/4.0.1": {
2311       "sha512": "4inTox4wTBaDhB7V3mPvp9XlCbeGYWVEM9/fXALd52vNEAVisc1BoVWQPuUuD0Ga//dNbA/WeMy9u9mzLxGTHQ==",
2312       "type": "package",
2313       "path": "system.reflection.primitives/4.0.1",
2314       "files": [
2315         "System.Reflection.Primitives.4.0.1.nupkg.sha512",
2316         "System.Reflection.Primitives.nuspec",
2317         "ThirdPartyNotices.txt",
2318         "dotnet_library_license.txt",
2319         "lib/MonoAndroid10/_._",
2320         "lib/MonoTouch10/_._",
2321         "lib/net45/_._",
2322         "lib/portable-net45+win8+wp8+wpa81/_._",
2323         "lib/win8/_._",
2324         "lib/wp80/_._",
2325         "lib/wpa81/_._",
2326         "lib/xamarinios10/_._",
2327         "lib/xamarinmac20/_._",
2328         "lib/xamarintvos10/_._",
2329         "lib/xamarinwatchos10/_._",
2330         "ref/MonoAndroid10/_._",
2331         "ref/MonoTouch10/_._",
2332         "ref/net45/_._",
2333         "ref/netcore50/System.Reflection.Primitives.dll",
2334         "ref/netcore50/System.Reflection.Primitives.xml",
2335         "ref/netcore50/de/System.Reflection.Primitives.xml",
2336         "ref/netcore50/es/System.Reflection.Primitives.xml",
2337         "ref/netcore50/fr/System.Reflection.Primitives.xml",
2338         "ref/netcore50/it/System.Reflection.Primitives.xml",
2339         "ref/netcore50/ja/System.Reflection.Primitives.xml",
2340         "ref/netcore50/ko/System.Reflection.Primitives.xml",
2341         "ref/netcore50/ru/System.Reflection.Primitives.xml",
2342         "ref/netcore50/zh-hans/System.Reflection.Primitives.xml",
2343         "ref/netcore50/zh-hant/System.Reflection.Primitives.xml",
2344         "ref/netstandard1.0/System.Reflection.Primitives.dll",
2345         "ref/netstandard1.0/System.Reflection.Primitives.xml",
2346         "ref/netstandard1.0/de/System.Reflection.Primitives.xml",
2347         "ref/netstandard1.0/es/System.Reflection.Primitives.xml",
2348         "ref/netstandard1.0/fr/System.Reflection.Primitives.xml",
2349         "ref/netstandard1.0/it/System.Reflection.Primitives.xml",
2350         "ref/netstandard1.0/ja/System.Reflection.Primitives.xml",
2351         "ref/netstandard1.0/ko/System.Reflection.Primitives.xml",
2352         "ref/netstandard1.0/ru/System.Reflection.Primitives.xml",
2353         "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml",
2354         "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml",
2355         "ref/portable-net45+win8+wp8+wpa81/_._",
2356         "ref/win8/_._",
2357         "ref/wp80/_._",
2358         "ref/wpa81/_._",
2359         "ref/xamarinios10/_._",
2360         "ref/xamarinmac20/_._",
2361         "ref/xamarintvos10/_._",
2362         "ref/xamarinwatchos10/_._"
2363       ]
2364     },
2365     "System.Resources.ResourceManager/4.0.1": {
2366       "sha512": "TxwVeUNoTgUOdQ09gfTjvW411MF+w9MBYL7AtNVc+HtBCFlutPLhUCdZjNkjbhj3bNQWMdHboF0KIWEOjJssbA==",
2367       "type": "package",
2368       "path": "system.resources.resourcemanager/4.0.1",
2369       "files": [
2370         "System.Resources.ResourceManager.4.0.1.nupkg.sha512",
2371         "System.Resources.ResourceManager.nuspec",
2372         "ThirdPartyNotices.txt",
2373         "dotnet_library_license.txt",
2374         "lib/MonoAndroid10/_._",
2375         "lib/MonoTouch10/_._",
2376         "lib/net45/_._",
2377         "lib/portable-net45+win8+wp8+wpa81/_._",
2378         "lib/win8/_._",
2379         "lib/wp80/_._",
2380         "lib/wpa81/_._",
2381         "lib/xamarinios10/_._",
2382         "lib/xamarinmac20/_._",
2383         "lib/xamarintvos10/_._",
2384         "lib/xamarinwatchos10/_._",
2385         "ref/MonoAndroid10/_._",
2386         "ref/MonoTouch10/_._",
2387         "ref/net45/_._",
2388         "ref/netcore50/System.Resources.ResourceManager.dll",
2389         "ref/netcore50/System.Resources.ResourceManager.xml",
2390         "ref/netcore50/de/System.Resources.ResourceManager.xml",
2391         "ref/netcore50/es/System.Resources.ResourceManager.xml",
2392         "ref/netcore50/fr/System.Resources.ResourceManager.xml",
2393         "ref/netcore50/it/System.Resources.ResourceManager.xml",
2394         "ref/netcore50/ja/System.Resources.ResourceManager.xml",
2395         "ref/netcore50/ko/System.Resources.ResourceManager.xml",
2396         "ref/netcore50/ru/System.Resources.ResourceManager.xml",
2397         "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml",
2398         "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml",
2399         "ref/netstandard1.0/System.Resources.ResourceManager.dll",
2400         "ref/netstandard1.0/System.Resources.ResourceManager.xml",
2401         "ref/netstandard1.0/de/System.Resources.ResourceManager.xml",
2402         "ref/netstandard1.0/es/System.Resources.ResourceManager.xml",
2403         "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml",
2404         "ref/netstandard1.0/it/System.Resources.ResourceManager.xml",
2405         "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml",
2406         "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml",
2407         "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml",
2408         "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml",
2409         "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml",
2410         "ref/portable-net45+win8+wp8+wpa81/_._",
2411         "ref/win8/_._",
2412         "ref/wp80/_._",
2413         "ref/wpa81/_._",
2414         "ref/xamarinios10/_._",
2415         "ref/xamarinmac20/_._",
2416         "ref/xamarintvos10/_._",
2417         "ref/xamarinwatchos10/_._"
2418       ]
2419     },
2420     "System.Runtime/4.1.0": {
2421       "sha512": "v6c/4Yaa9uWsq+JMhnOFewrYkgdNHNG2eMKuNqRn8P733rNXeRCGvV5FkkjBXn2dbVkPXOsO0xjsEeM1q2zC0g==",
2422       "type": "package",
2423       "path": "system.runtime/4.1.0",
2424       "files": [
2425         "System.Runtime.4.1.0.nupkg.sha512",
2426         "System.Runtime.nuspec",
2427         "ThirdPartyNotices.txt",
2428         "dotnet_library_license.txt",
2429         "lib/MonoAndroid10/_._",
2430         "lib/MonoTouch10/_._",
2431         "lib/net45/_._",
2432         "lib/net462/System.Runtime.dll",
2433         "lib/portable-net45+win8+wp80+wpa81/_._",
2434         "lib/win8/_._",
2435         "lib/wp80/_._",
2436         "lib/wpa81/_._",
2437         "lib/xamarinios10/_._",
2438         "lib/xamarinmac20/_._",
2439         "lib/xamarintvos10/_._",
2440         "lib/xamarinwatchos10/_._",
2441         "ref/MonoAndroid10/_._",
2442         "ref/MonoTouch10/_._",
2443         "ref/net45/_._",
2444         "ref/net462/System.Runtime.dll",
2445         "ref/netcore50/System.Runtime.dll",
2446         "ref/netcore50/System.Runtime.xml",
2447         "ref/netcore50/de/System.Runtime.xml",
2448         "ref/netcore50/es/System.Runtime.xml",
2449         "ref/netcore50/fr/System.Runtime.xml",
2450         "ref/netcore50/it/System.Runtime.xml",
2451         "ref/netcore50/ja/System.Runtime.xml",
2452         "ref/netcore50/ko/System.Runtime.xml",
2453         "ref/netcore50/ru/System.Runtime.xml",
2454         "ref/netcore50/zh-hans/System.Runtime.xml",
2455         "ref/netcore50/zh-hant/System.Runtime.xml",
2456         "ref/netstandard1.0/System.Runtime.dll",
2457         "ref/netstandard1.0/System.Runtime.xml",
2458         "ref/netstandard1.0/de/System.Runtime.xml",
2459         "ref/netstandard1.0/es/System.Runtime.xml",
2460         "ref/netstandard1.0/fr/System.Runtime.xml",
2461         "ref/netstandard1.0/it/System.Runtime.xml",
2462         "ref/netstandard1.0/ja/System.Runtime.xml",
2463         "ref/netstandard1.0/ko/System.Runtime.xml",
2464         "ref/netstandard1.0/ru/System.Runtime.xml",
2465         "ref/netstandard1.0/zh-hans/System.Runtime.xml",
2466         "ref/netstandard1.0/zh-hant/System.Runtime.xml",
2467         "ref/netstandard1.2/System.Runtime.dll",
2468         "ref/netstandard1.2/System.Runtime.xml",
2469         "ref/netstandard1.2/de/System.Runtime.xml",
2470         "ref/netstandard1.2/es/System.Runtime.xml",
2471         "ref/netstandard1.2/fr/System.Runtime.xml",
2472         "ref/netstandard1.2/it/System.Runtime.xml",
2473         "ref/netstandard1.2/ja/System.Runtime.xml",
2474         "ref/netstandard1.2/ko/System.Runtime.xml",
2475         "ref/netstandard1.2/ru/System.Runtime.xml",
2476         "ref/netstandard1.2/zh-hans/System.Runtime.xml",
2477         "ref/netstandard1.2/zh-hant/System.Runtime.xml",
2478         "ref/netstandard1.3/System.Runtime.dll",
2479         "ref/netstandard1.3/System.Runtime.xml",
2480         "ref/netstandard1.3/de/System.Runtime.xml",
2481         "ref/netstandard1.3/es/System.Runtime.xml",
2482         "ref/netstandard1.3/fr/System.Runtime.xml",
2483         "ref/netstandard1.3/it/System.Runtime.xml",
2484         "ref/netstandard1.3/ja/System.Runtime.xml",
2485         "ref/netstandard1.3/ko/System.Runtime.xml",
2486         "ref/netstandard1.3/ru/System.Runtime.xml",
2487         "ref/netstandard1.3/zh-hans/System.Runtime.xml",
2488         "ref/netstandard1.3/zh-hant/System.Runtime.xml",
2489         "ref/netstandard1.5/System.Runtime.dll",
2490         "ref/netstandard1.5/System.Runtime.xml",
2491         "ref/netstandard1.5/de/System.Runtime.xml",
2492         "ref/netstandard1.5/es/System.Runtime.xml",
2493         "ref/netstandard1.5/fr/System.Runtime.xml",
2494         "ref/netstandard1.5/it/System.Runtime.xml",
2495         "ref/netstandard1.5/ja/System.Runtime.xml",
2496         "ref/netstandard1.5/ko/System.Runtime.xml",
2497         "ref/netstandard1.5/ru/System.Runtime.xml",
2498         "ref/netstandard1.5/zh-hans/System.Runtime.xml",
2499         "ref/netstandard1.5/zh-hant/System.Runtime.xml",
2500         "ref/portable-net45+win8+wp80+wpa81/_._",
2501         "ref/win8/_._",
2502         "ref/wp80/_._",
2503         "ref/wpa81/_._",
2504         "ref/xamarinios10/_._",
2505         "ref/xamarinmac20/_._",
2506         "ref/xamarintvos10/_._",
2507         "ref/xamarinwatchos10/_._"
2508       ]
2509     },
2510     "System.Runtime.Extensions/4.1.0": {
2511       "sha512": "CUOHjTT/vgP0qGW22U4/hDlOqXmcPq5YicBaXdUR2UiUoLwBT+olO6we4DVbq57jeX5uXH2uerVZhf0qGj+sVQ==",
2512       "type": "package",
2513       "path": "system.runtime.extensions/4.1.0",
2514       "files": [
2515         "System.Runtime.Extensions.4.1.0.nupkg.sha512",
2516         "System.Runtime.Extensions.nuspec",
2517         "ThirdPartyNotices.txt",
2518         "dotnet_library_license.txt",
2519         "lib/MonoAndroid10/_._",
2520         "lib/MonoTouch10/_._",
2521         "lib/net45/_._",
2522         "lib/net462/System.Runtime.Extensions.dll",
2523         "lib/portable-net45+win8+wp8+wpa81/_._",
2524         "lib/win8/_._",
2525         "lib/wp80/_._",
2526         "lib/wpa81/_._",
2527         "lib/xamarinios10/_._",
2528         "lib/xamarinmac20/_._",
2529         "lib/xamarintvos10/_._",
2530         "lib/xamarinwatchos10/_._",
2531         "ref/MonoAndroid10/_._",
2532         "ref/MonoTouch10/_._",
2533         "ref/net45/_._",
2534         "ref/net462/System.Runtime.Extensions.dll",
2535         "ref/netcore50/System.Runtime.Extensions.dll",
2536         "ref/netcore50/System.Runtime.Extensions.xml",
2537         "ref/netcore50/de/System.Runtime.Extensions.xml",
2538         "ref/netcore50/es/System.Runtime.Extensions.xml",
2539         "ref/netcore50/fr/System.Runtime.Extensions.xml",
2540         "ref/netcore50/it/System.Runtime.Extensions.xml",
2541         "ref/netcore50/ja/System.Runtime.Extensions.xml",
2542         "ref/netcore50/ko/System.Runtime.Extensions.xml",
2543         "ref/netcore50/ru/System.Runtime.Extensions.xml",
2544         "ref/netcore50/zh-hans/System.Runtime.Extensions.xml",
2545         "ref/netcore50/zh-hant/System.Runtime.Extensions.xml",
2546         "ref/netstandard1.0/System.Runtime.Extensions.dll",
2547         "ref/netstandard1.0/System.Runtime.Extensions.xml",
2548         "ref/netstandard1.0/de/System.Runtime.Extensions.xml",
2549         "ref/netstandard1.0/es/System.Runtime.Extensions.xml",
2550         "ref/netstandard1.0/fr/System.Runtime.Extensions.xml",
2551         "ref/netstandard1.0/it/System.Runtime.Extensions.xml",
2552         "ref/netstandard1.0/ja/System.Runtime.Extensions.xml",
2553         "ref/netstandard1.0/ko/System.Runtime.Extensions.xml",
2554         "ref/netstandard1.0/ru/System.Runtime.Extensions.xml",
2555         "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml",
2556         "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml",
2557         "ref/netstandard1.3/System.Runtime.Extensions.dll",
2558         "ref/netstandard1.3/System.Runtime.Extensions.xml",
2559         "ref/netstandard1.3/de/System.Runtime.Extensions.xml",
2560         "ref/netstandard1.3/es/System.Runtime.Extensions.xml",
2561         "ref/netstandard1.3/fr/System.Runtime.Extensions.xml",
2562         "ref/netstandard1.3/it/System.Runtime.Extensions.xml",
2563         "ref/netstandard1.3/ja/System.Runtime.Extensions.xml",
2564         "ref/netstandard1.3/ko/System.Runtime.Extensions.xml",
2565         "ref/netstandard1.3/ru/System.Runtime.Extensions.xml",
2566         "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml",
2567         "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml",
2568         "ref/netstandard1.5/System.Runtime.Extensions.dll",
2569         "ref/netstandard1.5/System.Runtime.Extensions.xml",
2570         "ref/netstandard1.5/de/System.Runtime.Extensions.xml",
2571         "ref/netstandard1.5/es/System.Runtime.Extensions.xml",
2572         "ref/netstandard1.5/fr/System.Runtime.Extensions.xml",
2573         "ref/netstandard1.5/it/System.Runtime.Extensions.xml",
2574         "ref/netstandard1.5/ja/System.Runtime.Extensions.xml",
2575         "ref/netstandard1.5/ko/System.Runtime.Extensions.xml",
2576         "ref/netstandard1.5/ru/System.Runtime.Extensions.xml",
2577         "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml",
2578         "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml",
2579         "ref/portable-net45+win8+wp8+wpa81/_._",
2580         "ref/win8/_._",
2581         "ref/wp80/_._",
2582         "ref/wpa81/_._",
2583         "ref/xamarinios10/_._",
2584         "ref/xamarinmac20/_._",
2585         "ref/xamarintvos10/_._",
2586         "ref/xamarinwatchos10/_._"
2587       ]
2588     },
2589     "System.Runtime.Handles/4.0.1": {
2590       "sha512": "nCJvEKguXEvk2ymk1gqj625vVnlK3/xdGzx0vOKicQkoquaTBJTP13AIYkocSUwHCLNBwUbXTqTWGDxBTWpt7g==",
2591       "type": "package",
2592       "path": "system.runtime.handles/4.0.1",
2593       "files": [
2594         "System.Runtime.Handles.4.0.1.nupkg.sha512",
2595         "System.Runtime.Handles.nuspec",
2596         "ThirdPartyNotices.txt",
2597         "dotnet_library_license.txt",
2598         "lib/MonoAndroid10/_._",
2599         "lib/MonoTouch10/_._",
2600         "lib/net46/_._",
2601         "lib/xamarinios10/_._",
2602         "lib/xamarinmac20/_._",
2603         "lib/xamarintvos10/_._",
2604         "lib/xamarinwatchos10/_._",
2605         "ref/MonoAndroid10/_._",
2606         "ref/MonoTouch10/_._",
2607         "ref/net46/_._",
2608         "ref/netstandard1.3/System.Runtime.Handles.dll",
2609         "ref/netstandard1.3/System.Runtime.Handles.xml",
2610         "ref/netstandard1.3/de/System.Runtime.Handles.xml",
2611         "ref/netstandard1.3/es/System.Runtime.Handles.xml",
2612         "ref/netstandard1.3/fr/System.Runtime.Handles.xml",
2613         "ref/netstandard1.3/it/System.Runtime.Handles.xml",
2614         "ref/netstandard1.3/ja/System.Runtime.Handles.xml",
2615         "ref/netstandard1.3/ko/System.Runtime.Handles.xml",
2616         "ref/netstandard1.3/ru/System.Runtime.Handles.xml",
2617         "ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml",
2618         "ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml",
2619         "ref/xamarinios10/_._",
2620         "ref/xamarinmac20/_._",
2621         "ref/xamarintvos10/_._",
2622         "ref/xamarinwatchos10/_._"
2623       ]
2624     },
2625     "System.Runtime.InteropServices/4.1.0": {
2626       "sha512": "16eu3kjHS633yYdkjwShDHZLRNMKVi/s0bY8ODiqJ2RfMhDMAwxZaUaWVnZ2P71kr/or+X9o/xFWtNqz8ivieQ==",
2627       "type": "package",
2628       "path": "system.runtime.interopservices/4.1.0",
2629       "files": [
2630         "System.Runtime.InteropServices.4.1.0.nupkg.sha512",
2631         "System.Runtime.InteropServices.nuspec",
2632         "ThirdPartyNotices.txt",
2633         "dotnet_library_license.txt",
2634         "lib/MonoAndroid10/_._",
2635         "lib/MonoTouch10/_._",
2636         "lib/net45/_._",
2637         "lib/net462/System.Runtime.InteropServices.dll",
2638         "lib/portable-net45+win8+wpa81/_._",
2639         "lib/win8/_._",
2640         "lib/wpa81/_._",
2641         "lib/xamarinios10/_._",
2642         "lib/xamarinmac20/_._",
2643         "lib/xamarintvos10/_._",
2644         "lib/xamarinwatchos10/_._",
2645         "ref/MonoAndroid10/_._",
2646         "ref/MonoTouch10/_._",
2647         "ref/net45/_._",
2648         "ref/net462/System.Runtime.InteropServices.dll",
2649         "ref/netcore50/System.Runtime.InteropServices.dll",
2650         "ref/netcore50/System.Runtime.InteropServices.xml",
2651         "ref/netcore50/de/System.Runtime.InteropServices.xml",
2652         "ref/netcore50/es/System.Runtime.InteropServices.xml",
2653         "ref/netcore50/fr/System.Runtime.InteropServices.xml",
2654         "ref/netcore50/it/System.Runtime.InteropServices.xml",
2655         "ref/netcore50/ja/System.Runtime.InteropServices.xml",
2656         "ref/netcore50/ko/System.Runtime.InteropServices.xml",
2657         "ref/netcore50/ru/System.Runtime.InteropServices.xml",
2658         "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml",
2659         "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml",
2660         "ref/netstandard1.1/System.Runtime.InteropServices.dll",
2661         "ref/netstandard1.1/System.Runtime.InteropServices.xml",
2662         "ref/netstandard1.1/de/System.Runtime.InteropServices.xml",
2663         "ref/netstandard1.1/es/System.Runtime.InteropServices.xml",
2664         "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml",
2665         "ref/netstandard1.1/it/System.Runtime.InteropServices.xml",
2666         "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml",
2667         "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml",
2668         "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml",
2669         "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml",
2670         "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml",
2671         "ref/netstandard1.2/System.Runtime.InteropServices.dll",
2672         "ref/netstandard1.2/System.Runtime.InteropServices.xml",
2673         "ref/netstandard1.2/de/System.Runtime.InteropServices.xml",
2674         "ref/netstandard1.2/es/System.Runtime.InteropServices.xml",
2675         "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml",
2676         "ref/netstandard1.2/it/System.Runtime.InteropServices.xml",
2677         "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml",
2678         "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml",
2679         "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml",
2680         "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml",
2681         "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml",
2682         "ref/netstandard1.3/System.Runtime.InteropServices.dll",
2683         "ref/netstandard1.3/System.Runtime.InteropServices.xml",
2684         "ref/netstandard1.3/de/System.Runtime.InteropServices.xml",
2685         "ref/netstandard1.3/es/System.Runtime.InteropServices.xml",
2686         "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml",
2687         "ref/netstandard1.3/it/System.Runtime.InteropServices.xml",
2688         "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml",
2689         "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml",
2690         "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml",
2691         "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml",
2692         "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml",
2693         "ref/netstandard1.5/System.Runtime.InteropServices.dll",
2694         "ref/netstandard1.5/System.Runtime.InteropServices.xml",
2695         "ref/netstandard1.5/de/System.Runtime.InteropServices.xml",
2696         "ref/netstandard1.5/es/System.Runtime.InteropServices.xml",
2697         "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml",
2698         "ref/netstandard1.5/it/System.Runtime.InteropServices.xml",
2699         "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml",
2700         "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml",
2701         "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml",
2702         "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml",
2703         "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml",
2704         "ref/portable-net45+win8+wpa81/_._",
2705         "ref/win8/_._",
2706         "ref/wpa81/_._",
2707         "ref/xamarinios10/_._",
2708         "ref/xamarinmac20/_._",
2709         "ref/xamarintvos10/_._",
2710         "ref/xamarinwatchos10/_._"
2711       ]
2712     },
2713     "System.Runtime.InteropServices.RuntimeInformation/4.0.0": {
2714       "sha512": "hWPhJxc453RCa8Z29O91EmfGeZIHX1ZH2A8L6lYQVSaKzku2DfArSfMEb1/MYYzPQRJZeu0c9dmYeJKxW5Fgng==",
2715       "type": "package",
2716       "path": "system.runtime.interopservices.runtimeinformation/4.0.0",
2717       "files": [
2718         "System.Runtime.InteropServices.RuntimeInformation.4.0.0.nupkg.sha512",
2719         "System.Runtime.InteropServices.RuntimeInformation.nuspec",
2720         "ThirdPartyNotices.txt",
2721         "dotnet_library_license.txt",
2722         "lib/MonoAndroid10/_._",
2723         "lib/MonoTouch10/_._",
2724         "lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll",
2725         "lib/win8/System.Runtime.InteropServices.RuntimeInformation.dll",
2726         "lib/wpa81/System.Runtime.InteropServices.RuntimeInformation.dll",
2727         "lib/xamarinios10/_._",
2728         "lib/xamarinmac20/_._",
2729         "lib/xamarintvos10/_._",
2730         "lib/xamarinwatchos10/_._",
2731         "ref/MonoAndroid10/_._",
2732         "ref/MonoTouch10/_._",
2733         "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll",
2734         "ref/xamarinios10/_._",
2735         "ref/xamarinmac20/_._",
2736         "ref/xamarintvos10/_._",
2737         "ref/xamarinwatchos10/_._",
2738         "runtimes/aot/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll",
2739         "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll",
2740         "runtimes/win/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll",
2741         "runtimes/win/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll",
2742         "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll"
2743       ]
2744     },
2745     "System.Runtime.Numerics/4.0.1": {
2746       "sha512": "+XbKFuzdmLP3d1o9pdHu2nxjNr2OEPqGzKeegPLCUMM71a0t50A/rOcIRmGs9wR7a8KuHX6hYs/7/TymIGLNqg==",
2747       "type": "package",
2748       "path": "system.runtime.numerics/4.0.1",
2749       "files": [
2750         "System.Runtime.Numerics.4.0.1.nupkg.sha512",
2751         "System.Runtime.Numerics.nuspec",
2752         "ThirdPartyNotices.txt",
2753         "dotnet_library_license.txt",
2754         "lib/MonoAndroid10/_._",
2755         "lib/MonoTouch10/_._",
2756         "lib/net45/_._",
2757         "lib/netcore50/System.Runtime.Numerics.dll",
2758         "lib/netstandard1.3/System.Runtime.Numerics.dll",
2759         "lib/portable-net45+win8+wpa81/_._",
2760         "lib/win8/_._",
2761         "lib/wpa81/_._",
2762         "lib/xamarinios10/_._",
2763         "lib/xamarinmac20/_._",
2764         "lib/xamarintvos10/_._",
2765         "lib/xamarinwatchos10/_._",
2766         "ref/MonoAndroid10/_._",
2767         "ref/MonoTouch10/_._",
2768         "ref/net45/_._",
2769         "ref/netcore50/System.Runtime.Numerics.dll",
2770         "ref/netcore50/System.Runtime.Numerics.xml",
2771         "ref/netcore50/de/System.Runtime.Numerics.xml",
2772         "ref/netcore50/es/System.Runtime.Numerics.xml",
2773         "ref/netcore50/fr/System.Runtime.Numerics.xml",
2774         "ref/netcore50/it/System.Runtime.Numerics.xml",
2775         "ref/netcore50/ja/System.Runtime.Numerics.xml",
2776         "ref/netcore50/ko/System.Runtime.Numerics.xml",
2777         "ref/netcore50/ru/System.Runtime.Numerics.xml",
2778         "ref/netcore50/zh-hans/System.Runtime.Numerics.xml",
2779         "ref/netcore50/zh-hant/System.Runtime.Numerics.xml",
2780         "ref/netstandard1.1/System.Runtime.Numerics.dll",
2781         "ref/netstandard1.1/System.Runtime.Numerics.xml",
2782         "ref/netstandard1.1/de/System.Runtime.Numerics.xml",
2783         "ref/netstandard1.1/es/System.Runtime.Numerics.xml",
2784         "ref/netstandard1.1/fr/System.Runtime.Numerics.xml",
2785         "ref/netstandard1.1/it/System.Runtime.Numerics.xml",
2786         "ref/netstandard1.1/ja/System.Runtime.Numerics.xml",
2787         "ref/netstandard1.1/ko/System.Runtime.Numerics.xml",
2788         "ref/netstandard1.1/ru/System.Runtime.Numerics.xml",
2789         "ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml",
2790         "ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml",
2791         "ref/portable-net45+win8+wpa81/_._",
2792         "ref/win8/_._",
2793         "ref/wpa81/_._",
2794         "ref/xamarinios10/_._",
2795         "ref/xamarinmac20/_._",
2796         "ref/xamarintvos10/_._",
2797         "ref/xamarinwatchos10/_._"
2798       ]
2799     },
2800     "System.Security.Cryptography.Algorithms/4.2.0": {
2801       "sha512": "8JQFxbLVdrtIOKMDN38Fn0GWnqYZw/oMlwOUG/qz1jqChvyZlnUmu+0s7wLx7JYua/nAXoESpHA3iw11QFWhXg==",
2802       "type": "package",
2803       "path": "system.security.cryptography.algorithms/4.2.0",
2804       "files": [
2805         "System.Security.Cryptography.Algorithms.4.2.0.nupkg.sha512",
2806         "System.Security.Cryptography.Algorithms.nuspec",
2807         "ThirdPartyNotices.txt",
2808         "dotnet_library_license.txt",
2809         "lib/MonoAndroid10/_._",
2810         "lib/MonoTouch10/_._",
2811         "lib/net46/System.Security.Cryptography.Algorithms.dll",
2812         "lib/net461/System.Security.Cryptography.Algorithms.dll",
2813         "lib/net463/System.Security.Cryptography.Algorithms.dll",
2814         "lib/xamarinios10/_._",
2815         "lib/xamarinmac20/_._",
2816         "lib/xamarintvos10/_._",
2817         "lib/xamarinwatchos10/_._",
2818         "ref/MonoAndroid10/_._",
2819         "ref/MonoTouch10/_._",
2820         "ref/net46/System.Security.Cryptography.Algorithms.dll",
2821         "ref/net461/System.Security.Cryptography.Algorithms.dll",
2822         "ref/net463/System.Security.Cryptography.Algorithms.dll",
2823         "ref/netstandard1.3/System.Security.Cryptography.Algorithms.dll",
2824         "ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll",
2825         "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll",
2826         "ref/xamarinios10/_._",
2827         "ref/xamarinmac20/_._",
2828         "ref/xamarintvos10/_._",
2829         "ref/xamarinwatchos10/_._",
2830         "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll",
2831         "runtimes/win/lib/net46/System.Security.Cryptography.Algorithms.dll",
2832         "runtimes/win/lib/net461/System.Security.Cryptography.Algorithms.dll",
2833         "runtimes/win/lib/net463/System.Security.Cryptography.Algorithms.dll",
2834         "runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll",
2835         "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll"
2836       ]
2837     },
2838     "System.Security.Cryptography.Encoding/4.0.0": {
2839       "sha512": "FbKgE5MbxSQMPcSVRgwM6bXN3GtyAh04NkV8E5zKCBE26X0vYW0UtTa2FIgkH33WVqBVxRgxljlVYumWtU+HcQ==",
2840       "type": "package",
2841       "path": "system.security.cryptography.encoding/4.0.0",
2842       "files": [
2843         "System.Security.Cryptography.Encoding.4.0.0.nupkg.sha512",
2844         "System.Security.Cryptography.Encoding.nuspec",
2845         "ThirdPartyNotices.txt",
2846         "dotnet_library_license.txt",
2847         "lib/MonoAndroid10/_._",
2848         "lib/MonoTouch10/_._",
2849         "lib/net46/System.Security.Cryptography.Encoding.dll",
2850         "lib/xamarinios10/_._",
2851         "lib/xamarinmac20/_._",
2852         "lib/xamarintvos10/_._",
2853         "lib/xamarinwatchos10/_._",
2854         "ref/MonoAndroid10/_._",
2855         "ref/MonoTouch10/_._",
2856         "ref/net46/System.Security.Cryptography.Encoding.dll",
2857         "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll",
2858         "ref/netstandard1.3/System.Security.Cryptography.Encoding.xml",
2859         "ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml",
2860         "ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml",
2861         "ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml",
2862         "ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml",
2863         "ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml",
2864         "ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml",
2865         "ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml",
2866         "ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml",
2867         "ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml",
2868         "ref/xamarinios10/_._",
2869         "ref/xamarinmac20/_._",
2870         "ref/xamarintvos10/_._",
2871         "ref/xamarinwatchos10/_._",
2872         "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll",
2873         "runtimes/win/lib/net46/System.Security.Cryptography.Encoding.dll",
2874         "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll"
2875       ]
2876     },
2877     "System.Security.Cryptography.Primitives/4.0.0": {
2878       "sha512": "Wkd7QryWYjkQclX0bngpntW5HSlMzeJU24UaLJQ7YTfI8ydAVAaU2J+HXLLABOVJlKTVvAeL0Aj39VeTe7L+oA==",
2879       "type": "package",
2880       "path": "system.security.cryptography.primitives/4.0.0",
2881       "files": [
2882         "System.Security.Cryptography.Primitives.4.0.0.nupkg.sha512",
2883         "System.Security.Cryptography.Primitives.nuspec",
2884         "ThirdPartyNotices.txt",
2885         "dotnet_library_license.txt",
2886         "lib/MonoAndroid10/_._",
2887         "lib/MonoTouch10/_._",
2888         "lib/net46/System.Security.Cryptography.Primitives.dll",
2889         "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll",
2890         "lib/xamarinios10/_._",
2891         "lib/xamarinmac20/_._",
2892         "lib/xamarintvos10/_._",
2893         "lib/xamarinwatchos10/_._",
2894         "ref/MonoAndroid10/_._",
2895         "ref/MonoTouch10/_._",
2896         "ref/net46/System.Security.Cryptography.Primitives.dll",
2897         "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll",
2898         "ref/xamarinios10/_._",
2899         "ref/xamarinmac20/_._",
2900         "ref/xamarintvos10/_._",
2901         "ref/xamarinwatchos10/_._"
2902       ]
2903     },
2904     "System.Security.Cryptography.X509Certificates/4.1.0": {
2905       "sha512": "4HEfsQIKAhA1+ApNn729Gi09zh+lYWwyIuViihoMDWp1vQnEkL2ct7mAbhBlLYm+x/L4Rr/pyGge1lIY635e0w==",
2906       "type": "package",
2907       "path": "system.security.cryptography.x509certificates/4.1.0",
2908       "files": [
2909         "System.Security.Cryptography.X509Certificates.4.1.0.nupkg.sha512",
2910         "System.Security.Cryptography.X509Certificates.nuspec",
2911         "ThirdPartyNotices.txt",
2912         "dotnet_library_license.txt",
2913         "lib/MonoAndroid10/_._",
2914         "lib/MonoTouch10/_._",
2915         "lib/net46/System.Security.Cryptography.X509Certificates.dll",
2916         "lib/net461/System.Security.Cryptography.X509Certificates.dll",
2917         "lib/xamarinios10/_._",
2918         "lib/xamarinmac20/_._",
2919         "lib/xamarintvos10/_._",
2920         "lib/xamarinwatchos10/_._",
2921         "ref/MonoAndroid10/_._",
2922         "ref/MonoTouch10/_._",
2923         "ref/net46/System.Security.Cryptography.X509Certificates.dll",
2924         "ref/net461/System.Security.Cryptography.X509Certificates.dll",
2925         "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll",
2926         "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml",
2927         "ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml",
2928         "ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml",
2929         "ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml",
2930         "ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml",
2931         "ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml",
2932         "ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml",
2933         "ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml",
2934         "ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml",
2935         "ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml",
2936         "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll",
2937         "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml",
2938         "ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml",
2939         "ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml",
2940         "ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml",
2941         "ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml",
2942         "ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml",
2943         "ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml",
2944         "ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml",
2945         "ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml",
2946         "ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml",
2947         "ref/xamarinios10/_._",
2948         "ref/xamarinmac20/_._",
2949         "ref/xamarintvos10/_._",
2950         "ref/xamarinwatchos10/_._",
2951         "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll",
2952         "runtimes/win/lib/net46/System.Security.Cryptography.X509Certificates.dll",
2953         "runtimes/win/lib/net461/System.Security.Cryptography.X509Certificates.dll",
2954         "runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll",
2955         "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll"
2956       ]
2957     },
2958     "System.Text.Encoding/4.0.11": {
2959       "sha512": "U3gGeMlDZXxCEiY4DwVLSacg+DFWCvoiX+JThA/rvw37Sqrku7sEFeVBBBMBnfB6FeZHsyDx85HlKL19x0HtZA==",
2960       "type": "package",
2961       "path": "system.text.encoding/4.0.11",
2962       "files": [
2963         "System.Text.Encoding.4.0.11.nupkg.sha512",
2964         "System.Text.Encoding.nuspec",
2965         "ThirdPartyNotices.txt",
2966         "dotnet_library_license.txt",
2967         "lib/MonoAndroid10/_._",
2968         "lib/MonoTouch10/_._",
2969         "lib/net45/_._",
2970         "lib/portable-net45+win8+wp8+wpa81/_._",
2971         "lib/win8/_._",
2972         "lib/wp80/_._",
2973         "lib/wpa81/_._",
2974         "lib/xamarinios10/_._",
2975         "lib/xamarinmac20/_._",
2976         "lib/xamarintvos10/_._",
2977         "lib/xamarinwatchos10/_._",
2978         "ref/MonoAndroid10/_._",
2979         "ref/MonoTouch10/_._",
2980         "ref/net45/_._",
2981         "ref/netcore50/System.Text.Encoding.dll",
2982         "ref/netcore50/System.Text.Encoding.xml",
2983         "ref/netcore50/de/System.Text.Encoding.xml",
2984         "ref/netcore50/es/System.Text.Encoding.xml",
2985         "ref/netcore50/fr/System.Text.Encoding.xml",
2986         "ref/netcore50/it/System.Text.Encoding.xml",
2987         "ref/netcore50/ja/System.Text.Encoding.xml",
2988         "ref/netcore50/ko/System.Text.Encoding.xml",
2989         "ref/netcore50/ru/System.Text.Encoding.xml",
2990         "ref/netcore50/zh-hans/System.Text.Encoding.xml",
2991         "ref/netcore50/zh-hant/System.Text.Encoding.xml",
2992         "ref/netstandard1.0/System.Text.Encoding.dll",
2993         "ref/netstandard1.0/System.Text.Encoding.xml",
2994         "ref/netstandard1.0/de/System.Text.Encoding.xml",
2995         "ref/netstandard1.0/es/System.Text.Encoding.xml",
2996         "ref/netstandard1.0/fr/System.Text.Encoding.xml",
2997         "ref/netstandard1.0/it/System.Text.Encoding.xml",
2998         "ref/netstandard1.0/ja/System.Text.Encoding.xml",
2999         "ref/netstandard1.0/ko/System.Text.Encoding.xml",
3000         "ref/netstandard1.0/ru/System.Text.Encoding.xml",
3001         "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml",
3002         "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml",
3003         "ref/netstandard1.3/System.Text.Encoding.dll",
3004         "ref/netstandard1.3/System.Text.Encoding.xml",
3005         "ref/netstandard1.3/de/System.Text.Encoding.xml",
3006         "ref/netstandard1.3/es/System.Text.Encoding.xml",
3007         "ref/netstandard1.3/fr/System.Text.Encoding.xml",
3008         "ref/netstandard1.3/it/System.Text.Encoding.xml",
3009         "ref/netstandard1.3/ja/System.Text.Encoding.xml",
3010         "ref/netstandard1.3/ko/System.Text.Encoding.xml",
3011         "ref/netstandard1.3/ru/System.Text.Encoding.xml",
3012         "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml",
3013         "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml",
3014         "ref/portable-net45+win8+wp8+wpa81/_._",
3015         "ref/win8/_._",
3016         "ref/wp80/_._",
3017         "ref/wpa81/_._",
3018         "ref/xamarinios10/_._",
3019         "ref/xamarinmac20/_._",
3020         "ref/xamarintvos10/_._",
3021         "ref/xamarinwatchos10/_._"
3022       ]
3023     },
3024     "System.Text.Encoding.Extensions/4.0.11": {
3025       "sha512": "jtbiTDtvfLYgXn8PTfWI+SiBs51rrmO4AAckx4KR6vFK9Wzf6tI8kcRdsYQNwriUeQ1+CtQbM1W4cMbLXnj/OQ==",
3026       "type": "package",
3027       "path": "system.text.encoding.extensions/4.0.11",
3028       "files": [
3029         "System.Text.Encoding.Extensions.4.0.11.nupkg.sha512",
3030         "System.Text.Encoding.Extensions.nuspec",
3031         "ThirdPartyNotices.txt",
3032         "dotnet_library_license.txt",
3033         "lib/MonoAndroid10/_._",
3034         "lib/MonoTouch10/_._",
3035         "lib/net45/_._",
3036         "lib/portable-net45+win8+wp8+wpa81/_._",
3037         "lib/win8/_._",
3038         "lib/wp80/_._",
3039         "lib/wpa81/_._",
3040         "lib/xamarinios10/_._",
3041         "lib/xamarinmac20/_._",
3042         "lib/xamarintvos10/_._",
3043         "lib/xamarinwatchos10/_._",
3044         "ref/MonoAndroid10/_._",
3045         "ref/MonoTouch10/_._",
3046         "ref/net45/_._",
3047         "ref/netcore50/System.Text.Encoding.Extensions.dll",
3048         "ref/netcore50/System.Text.Encoding.Extensions.xml",
3049         "ref/netcore50/de/System.Text.Encoding.Extensions.xml",
3050         "ref/netcore50/es/System.Text.Encoding.Extensions.xml",
3051         "ref/netcore50/fr/System.Text.Encoding.Extensions.xml",
3052         "ref/netcore50/it/System.Text.Encoding.Extensions.xml",
3053         "ref/netcore50/ja/System.Text.Encoding.Extensions.xml",
3054         "ref/netcore50/ko/System.Text.Encoding.Extensions.xml",
3055         "ref/netcore50/ru/System.Text.Encoding.Extensions.xml",
3056         "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml",
3057         "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml",
3058         "ref/netstandard1.0/System.Text.Encoding.Extensions.dll",
3059         "ref/netstandard1.0/System.Text.Encoding.Extensions.xml",
3060         "ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml",
3061         "ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml",
3062         "ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml",
3063         "ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml",
3064         "ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml",
3065         "ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml",
3066         "ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml",
3067         "ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml",
3068         "ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml",
3069         "ref/netstandard1.3/System.Text.Encoding.Extensions.dll",
3070         "ref/netstandard1.3/System.Text.Encoding.Extensions.xml",
3071         "ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml",
3072         "ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml",
3073         "ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml",
3074         "ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml",
3075         "ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml",
3076         "ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml",
3077         "ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml",
3078         "ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml",
3079         "ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml",
3080         "ref/portable-net45+win8+wp8+wpa81/_._",
3081         "ref/win8/_._",
3082         "ref/wp80/_._",
3083         "ref/wpa81/_._",
3084         "ref/xamarinios10/_._",
3085         "ref/xamarinmac20/_._",
3086         "ref/xamarintvos10/_._",
3087         "ref/xamarinwatchos10/_._"
3088       ]
3089     },
3090     "System.Text.RegularExpressions/4.1.0": {
3091       "sha512": "i88YCXpRTjCnoSQZtdlHkAOx4KNNik4hMy83n0+Ftlb7jvV6ZiZWMpnEZHhjBp6hQVh8gWd/iKNPzlPF7iyA2g==",
3092       "type": "package",
3093       "path": "system.text.regularexpressions/4.1.0",
3094       "files": [
3095         "System.Text.RegularExpressions.4.1.0.nupkg.sha512",
3096         "System.Text.RegularExpressions.nuspec",
3097         "ThirdPartyNotices.txt",
3098         "dotnet_library_license.txt",
3099         "lib/MonoAndroid10/_._",
3100         "lib/MonoTouch10/_._",
3101         "lib/net45/_._",
3102         "lib/net463/System.Text.RegularExpressions.dll",
3103         "lib/netcore50/System.Text.RegularExpressions.dll",
3104         "lib/netstandard1.6/System.Text.RegularExpressions.dll",
3105         "lib/portable-net45+win8+wp8+wpa81/_._",
3106         "lib/win8/_._",
3107         "lib/wp80/_._",
3108         "lib/wpa81/_._",
3109         "lib/xamarinios10/_._",
3110         "lib/xamarinmac20/_._",
3111         "lib/xamarintvos10/_._",
3112         "lib/xamarinwatchos10/_._",
3113         "ref/MonoAndroid10/_._",
3114         "ref/MonoTouch10/_._",
3115         "ref/net45/_._",
3116         "ref/net463/System.Text.RegularExpressions.dll",
3117         "ref/netcore50/System.Text.RegularExpressions.dll",
3118         "ref/netcore50/System.Text.RegularExpressions.xml",
3119         "ref/netcore50/de/System.Text.RegularExpressions.xml",
3120         "ref/netcore50/es/System.Text.RegularExpressions.xml",
3121         "ref/netcore50/fr/System.Text.RegularExpressions.xml",
3122         "ref/netcore50/it/System.Text.RegularExpressions.xml",
3123         "ref/netcore50/ja/System.Text.RegularExpressions.xml",
3124         "ref/netcore50/ko/System.Text.RegularExpressions.xml",
3125         "ref/netcore50/ru/System.Text.RegularExpressions.xml",
3126         "ref/netcore50/zh-hans/System.Text.RegularExpressions.xml",
3127         "ref/netcore50/zh-hant/System.Text.RegularExpressions.xml",
3128         "ref/netstandard1.0/System.Text.RegularExpressions.dll",
3129         "ref/netstandard1.0/System.Text.RegularExpressions.xml",
3130         "ref/netstandard1.0/de/System.Text.RegularExpressions.xml",
3131         "ref/netstandard1.0/es/System.Text.RegularExpressions.xml",
3132         "ref/netstandard1.0/fr/System.Text.RegularExpressions.xml",
3133         "ref/netstandard1.0/it/System.Text.RegularExpressions.xml",
3134         "ref/netstandard1.0/ja/System.Text.RegularExpressions.xml",
3135         "ref/netstandard1.0/ko/System.Text.RegularExpressions.xml",
3136         "ref/netstandard1.0/ru/System.Text.RegularExpressions.xml",
3137         "ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml",
3138         "ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml",
3139         "ref/netstandard1.3/System.Text.RegularExpressions.dll",
3140         "ref/netstandard1.3/System.Text.RegularExpressions.xml",
3141         "ref/netstandard1.3/de/System.Text.RegularExpressions.xml",
3142         "ref/netstandard1.3/es/System.Text.RegularExpressions.xml",
3143         "ref/netstandard1.3/fr/System.Text.RegularExpressions.xml",
3144         "ref/netstandard1.3/it/System.Text.RegularExpressions.xml",
3145         "ref/netstandard1.3/ja/System.Text.RegularExpressions.xml",
3146         "ref/netstandard1.3/ko/System.Text.RegularExpressions.xml",
3147         "ref/netstandard1.3/ru/System.Text.RegularExpressions.xml",
3148         "ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml",
3149         "ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml",
3150         "ref/netstandard1.6/System.Text.RegularExpressions.dll",
3151         "ref/netstandard1.6/System.Text.RegularExpressions.xml",
3152         "ref/netstandard1.6/de/System.Text.RegularExpressions.xml",
3153         "ref/netstandard1.6/es/System.Text.RegularExpressions.xml",
3154         "ref/netstandard1.6/fr/System.Text.RegularExpressions.xml",
3155         "ref/netstandard1.6/it/System.Text.RegularExpressions.xml",
3156         "ref/netstandard1.6/ja/System.Text.RegularExpressions.xml",
3157         "ref/netstandard1.6/ko/System.Text.RegularExpressions.xml",
3158         "ref/netstandard1.6/ru/System.Text.RegularExpressions.xml",
3159         "ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml",
3160         "ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml",
3161         "ref/portable-net45+win8+wp8+wpa81/_._",
3162         "ref/win8/_._",
3163         "ref/wp80/_._",
3164         "ref/wpa81/_._",
3165         "ref/xamarinios10/_._",
3166         "ref/xamarinmac20/_._",
3167         "ref/xamarintvos10/_._",
3168         "ref/xamarinwatchos10/_._"
3169       ]
3170     },
3171     "System.Threading/4.0.11": {
3172       "sha512": "N+3xqIcg3VDKyjwwCGaZ9HawG9aC6cSDI+s7ROma310GQo8vilFZa86hqKppwTHleR/G0sfOzhvgnUxWCR/DrQ==",
3173       "type": "package",
3174       "path": "system.threading/4.0.11",
3175       "files": [
3176         "System.Threading.4.0.11.nupkg.sha512",
3177         "System.Threading.nuspec",
3178         "ThirdPartyNotices.txt",
3179         "dotnet_library_license.txt",
3180         "lib/MonoAndroid10/_._",
3181         "lib/MonoTouch10/_._",
3182         "lib/net45/_._",
3183         "lib/netcore50/System.Threading.dll",
3184         "lib/netstandard1.3/System.Threading.dll",
3185         "lib/portable-net45+win8+wp8+wpa81/_._",
3186         "lib/win8/_._",
3187         "lib/wp80/_._",
3188         "lib/wpa81/_._",
3189         "lib/xamarinios10/_._",
3190         "lib/xamarinmac20/_._",
3191         "lib/xamarintvos10/_._",
3192         "lib/xamarinwatchos10/_._",
3193         "ref/MonoAndroid10/_._",
3194         "ref/MonoTouch10/_._",
3195         "ref/net45/_._",
3196         "ref/netcore50/System.Threading.dll",
3197         "ref/netcore50/System.Threading.xml",
3198         "ref/netcore50/de/System.Threading.xml",
3199         "ref/netcore50/es/System.Threading.xml",
3200         "ref/netcore50/fr/System.Threading.xml",
3201         "ref/netcore50/it/System.Threading.xml",
3202         "ref/netcore50/ja/System.Threading.xml",
3203         "ref/netcore50/ko/System.Threading.xml",
3204         "ref/netcore50/ru/System.Threading.xml",
3205         "ref/netcore50/zh-hans/System.Threading.xml",
3206         "ref/netcore50/zh-hant/System.Threading.xml",
3207         "ref/netstandard1.0/System.Threading.dll",
3208         "ref/netstandard1.0/System.Threading.xml",
3209         "ref/netstandard1.0/de/System.Threading.xml",
3210         "ref/netstandard1.0/es/System.Threading.xml",
3211         "ref/netstandard1.0/fr/System.Threading.xml",
3212         "ref/netstandard1.0/it/System.Threading.xml",
3213         "ref/netstandard1.0/ja/System.Threading.xml",
3214         "ref/netstandard1.0/ko/System.Threading.xml",
3215         "ref/netstandard1.0/ru/System.Threading.xml",
3216         "ref/netstandard1.0/zh-hans/System.Threading.xml",
3217         "ref/netstandard1.0/zh-hant/System.Threading.xml",
3218         "ref/netstandard1.3/System.Threading.dll",
3219         "ref/netstandard1.3/System.Threading.xml",
3220         "ref/netstandard1.3/de/System.Threading.xml",
3221         "ref/netstandard1.3/es/System.Threading.xml",
3222         "ref/netstandard1.3/fr/System.Threading.xml",
3223         "ref/netstandard1.3/it/System.Threading.xml",
3224         "ref/netstandard1.3/ja/System.Threading.xml",
3225         "ref/netstandard1.3/ko/System.Threading.xml",
3226         "ref/netstandard1.3/ru/System.Threading.xml",
3227         "ref/netstandard1.3/zh-hans/System.Threading.xml",
3228         "ref/netstandard1.3/zh-hant/System.Threading.xml",
3229         "ref/portable-net45+win8+wp8+wpa81/_._",
3230         "ref/win8/_._",
3231         "ref/wp80/_._",
3232         "ref/wpa81/_._",
3233         "ref/xamarinios10/_._",
3234         "ref/xamarinmac20/_._",
3235         "ref/xamarintvos10/_._",
3236         "ref/xamarinwatchos10/_._",
3237         "runtimes/aot/lib/netcore50/System.Threading.dll"
3238       ]
3239     },
3240     "System.Threading.Tasks/4.0.11": {
3241       "sha512": "k1S4Gc6IGwtHGT8188RSeGaX86Qw/wnrgNLshJvsdNUOPP9etMmo8S07c+UlOAx4K/xLuN9ivA1bD0LVurtIxQ==",
3242       "type": "package",
3243       "path": "system.threading.tasks/4.0.11",
3244       "files": [
3245         "System.Threading.Tasks.4.0.11.nupkg.sha512",
3246         "System.Threading.Tasks.nuspec",
3247         "ThirdPartyNotices.txt",
3248         "dotnet_library_license.txt",
3249         "lib/MonoAndroid10/_._",
3250         "lib/MonoTouch10/_._",
3251         "lib/net45/_._",
3252         "lib/portable-net45+win8+wp8+wpa81/_._",
3253         "lib/win8/_._",
3254         "lib/wp80/_._",
3255         "lib/wpa81/_._",
3256         "lib/xamarinios10/_._",
3257         "lib/xamarinmac20/_._",
3258         "lib/xamarintvos10/_._",
3259         "lib/xamarinwatchos10/_._",
3260         "ref/MonoAndroid10/_._",
3261         "ref/MonoTouch10/_._",
3262         "ref/net45/_._",
3263         "ref/netcore50/System.Threading.Tasks.dll",
3264         "ref/netcore50/System.Threading.Tasks.xml",
3265         "ref/netcore50/de/System.Threading.Tasks.xml",
3266         "ref/netcore50/es/System.Threading.Tasks.xml",
3267         "ref/netcore50/fr/System.Threading.Tasks.xml",
3268         "ref/netcore50/it/System.Threading.Tasks.xml",
3269         "ref/netcore50/ja/System.Threading.Tasks.xml",
3270         "ref/netcore50/ko/System.Threading.Tasks.xml",
3271         "ref/netcore50/ru/System.Threading.Tasks.xml",
3272         "ref/netcore50/zh-hans/System.Threading.Tasks.xml",
3273         "ref/netcore50/zh-hant/System.Threading.Tasks.xml",
3274         "ref/netstandard1.0/System.Threading.Tasks.dll",
3275         "ref/netstandard1.0/System.Threading.Tasks.xml",
3276         "ref/netstandard1.0/de/System.Threading.Tasks.xml",
3277         "ref/netstandard1.0/es/System.Threading.Tasks.xml",
3278         "ref/netstandard1.0/fr/System.Threading.Tasks.xml",
3279         "ref/netstandard1.0/it/System.Threading.Tasks.xml",
3280         "ref/netstandard1.0/ja/System.Threading.Tasks.xml",
3281         "ref/netstandard1.0/ko/System.Threading.Tasks.xml",
3282         "ref/netstandard1.0/ru/System.Threading.Tasks.xml",
3283         "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml",
3284         "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml",
3285         "ref/netstandard1.3/System.Threading.Tasks.dll",
3286         "ref/netstandard1.3/System.Threading.Tasks.xml",
3287         "ref/netstandard1.3/de/System.Threading.Tasks.xml",
3288         "ref/netstandard1.3/es/System.Threading.Tasks.xml",
3289         "ref/netstandard1.3/fr/System.Threading.Tasks.xml",
3290         "ref/netstandard1.3/it/System.Threading.Tasks.xml",
3291         "ref/netstandard1.3/ja/System.Threading.Tasks.xml",
3292         "ref/netstandard1.3/ko/System.Threading.Tasks.xml",
3293         "ref/netstandard1.3/ru/System.Threading.Tasks.xml",
3294         "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml",
3295         "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml",
3296         "ref/portable-net45+win8+wp8+wpa81/_._",
3297         "ref/win8/_._",
3298         "ref/wp80/_._",
3299         "ref/wpa81/_._",
3300         "ref/xamarinios10/_._",
3301         "ref/xamarinmac20/_._",
3302         "ref/xamarintvos10/_._",
3303         "ref/xamarinwatchos10/_._"
3304       ]
3305     },
3306     "System.Threading.Tasks.Extensions/4.0.0": {
3307       "sha512": "pH4FZDsZQ/WmgJtN4LWYmRdJAEeVkyriSwrv2Teoe5FOU0Yxlb6II6GL8dBPOfRmutHGATduj3ooMt7dJ2+i+w==",
3308       "type": "package",
3309       "path": "system.threading.tasks.extensions/4.0.0",
3310       "files": [
3311         "System.Threading.Tasks.Extensions.4.0.0.nupkg.sha512",
3312         "System.Threading.Tasks.Extensions.nuspec",
3313         "ThirdPartyNotices.txt",
3314         "dotnet_library_license.txt",
3315         "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll",
3316         "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml",
3317         "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll",
3318         "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml"
3319       ]
3320     },
3321     "System.Threading.Timer/4.0.1": {
3322       "sha512": "saGfUV8uqVW6LeURiqxcGhZ24PzuRNaUBtbhVeuUAvky1naH395A/1nY0P2bWvrw/BreRtIB/EzTDkGBpqCwEw==",
3323       "type": "package",
3324       "path": "system.threading.timer/4.0.1",
3325       "files": [
3326         "System.Threading.Timer.4.0.1.nupkg.sha512",
3327         "System.Threading.Timer.nuspec",
3328         "ThirdPartyNotices.txt",
3329         "dotnet_library_license.txt",
3330         "lib/MonoAndroid10/_._",
3331         "lib/MonoTouch10/_._",
3332         "lib/net451/_._",
3333         "lib/portable-net451+win81+wpa81/_._",
3334         "lib/win81/_._",
3335         "lib/wpa81/_._",
3336         "lib/xamarinios10/_._",
3337         "lib/xamarinmac20/_._",
3338         "lib/xamarintvos10/_._",
3339         "lib/xamarinwatchos10/_._",
3340         "ref/MonoAndroid10/_._",
3341         "ref/MonoTouch10/_._",
3342         "ref/net451/_._",
3343         "ref/netcore50/System.Threading.Timer.dll",
3344         "ref/netcore50/System.Threading.Timer.xml",
3345         "ref/netcore50/de/System.Threading.Timer.xml",
3346         "ref/netcore50/es/System.Threading.Timer.xml",
3347         "ref/netcore50/fr/System.Threading.Timer.xml",
3348         "ref/netcore50/it/System.Threading.Timer.xml",
3349         "ref/netcore50/ja/System.Threading.Timer.xml",
3350         "ref/netcore50/ko/System.Threading.Timer.xml",
3351         "ref/netcore50/ru/System.Threading.Timer.xml",
3352         "ref/netcore50/zh-hans/System.Threading.Timer.xml",
3353         "ref/netcore50/zh-hant/System.Threading.Timer.xml",
3354         "ref/netstandard1.2/System.Threading.Timer.dll",
3355         "ref/netstandard1.2/System.Threading.Timer.xml",
3356         "ref/netstandard1.2/de/System.Threading.Timer.xml",
3357         "ref/netstandard1.2/es/System.Threading.Timer.xml",
3358         "ref/netstandard1.2/fr/System.Threading.Timer.xml",
3359         "ref/netstandard1.2/it/System.Threading.Timer.xml",
3360         "ref/netstandard1.2/ja/System.Threading.Timer.xml",
3361         "ref/netstandard1.2/ko/System.Threading.Timer.xml",
3362         "ref/netstandard1.2/ru/System.Threading.Timer.xml",
3363         "ref/netstandard1.2/zh-hans/System.Threading.Timer.xml",
3364         "ref/netstandard1.2/zh-hant/System.Threading.Timer.xml",
3365         "ref/portable-net451+win81+wpa81/_._",
3366         "ref/win81/_._",
3367         "ref/wpa81/_._",
3368         "ref/xamarinios10/_._",
3369         "ref/xamarinmac20/_._",
3370         "ref/xamarintvos10/_._",
3371         "ref/xamarinwatchos10/_._"
3372       ]
3373     },
3374     "System.Xml.ReaderWriter/4.0.11": {
3375       "sha512": "ZIiLPsf67YZ9zgr31vzrFaYQqxRPX9cVHjtPSnmx4eN6lbS/yEyYNr2vs1doGDEscF0tjCZFsk9yUg1sC9e8tg==",
3376       "type": "package",
3377       "path": "system.xml.readerwriter/4.0.11",
3378       "files": [
3379         "System.Xml.ReaderWriter.4.0.11.nupkg.sha512",
3380         "System.Xml.ReaderWriter.nuspec",
3381         "ThirdPartyNotices.txt",
3382         "dotnet_library_license.txt",
3383         "lib/MonoAndroid10/_._",
3384         "lib/MonoTouch10/_._",
3385         "lib/net45/_._",
3386         "lib/netcore50/System.Xml.ReaderWriter.dll",
3387         "lib/netstandard1.3/System.Xml.ReaderWriter.dll",
3388         "lib/portable-net45+win8+wp8+wpa81/_._",
3389         "lib/win8/_._",
3390         "lib/wp80/_._",
3391         "lib/wpa81/_._",
3392         "lib/xamarinios10/_._",
3393         "lib/xamarinmac20/_._",
3394         "lib/xamarintvos10/_._",
3395         "lib/xamarinwatchos10/_._",
3396         "ref/MonoAndroid10/_._",
3397         "ref/MonoTouch10/_._",
3398         "ref/net45/_._",
3399         "ref/netcore50/System.Xml.ReaderWriter.dll",
3400         "ref/netcore50/System.Xml.ReaderWriter.xml",
3401         "ref/netcore50/de/System.Xml.ReaderWriter.xml",
3402         "ref/netcore50/es/System.Xml.ReaderWriter.xml",
3403         "ref/netcore50/fr/System.Xml.ReaderWriter.xml",
3404         "ref/netcore50/it/System.Xml.ReaderWriter.xml",
3405         "ref/netcore50/ja/System.Xml.ReaderWriter.xml",
3406         "ref/netcore50/ko/System.Xml.ReaderWriter.xml",
3407         "ref/netcore50/ru/System.Xml.ReaderWriter.xml",
3408         "ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml",
3409         "ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml",
3410         "ref/netstandard1.0/System.Xml.ReaderWriter.dll",
3411         "ref/netstandard1.0/System.Xml.ReaderWriter.xml",
3412         "ref/netstandard1.0/de/System.Xml.ReaderWriter.xml",
3413         "ref/netstandard1.0/es/System.Xml.ReaderWriter.xml",
3414         "ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml",
3415         "ref/netstandard1.0/it/System.Xml.ReaderWriter.xml",
3416         "ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml",
3417         "ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml",
3418         "ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml",
3419         "ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml",
3420         "ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml",
3421         "ref/netstandard1.3/System.Xml.ReaderWriter.dll",
3422         "ref/netstandard1.3/System.Xml.ReaderWriter.xml",
3423         "ref/netstandard1.3/de/System.Xml.ReaderWriter.xml",
3424         "ref/netstandard1.3/es/System.Xml.ReaderWriter.xml",
3425         "ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml",
3426         "ref/netstandard1.3/it/System.Xml.ReaderWriter.xml",
3427         "ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml",
3428         "ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml",
3429         "ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml",
3430         "ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml",
3431         "ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml",
3432         "ref/portable-net45+win8+wp8+wpa81/_._",
3433         "ref/win8/_._",
3434         "ref/wp80/_._",
3435         "ref/wpa81/_._",
3436         "ref/xamarinios10/_._",
3437         "ref/xamarinmac20/_._",
3438         "ref/xamarintvos10/_._",
3439         "ref/xamarinwatchos10/_._"
3440       ]
3441     },
3442     "System.Xml.XDocument/4.0.11": {
3443       "sha512": "Mk2mKmPi0nWaoiYeotq1dgeNK1fqWh61+EK+w4Wu8SWuTYLzpUnschb59bJtGywaPq7SmTuPf44wrXRwbIrukg==",
3444       "type": "package",
3445       "path": "system.xml.xdocument/4.0.11",
3446       "files": [
3447         "System.Xml.XDocument.4.0.11.nupkg.sha512",
3448         "System.Xml.XDocument.nuspec",
3449         "ThirdPartyNotices.txt",
3450         "dotnet_library_license.txt",
3451         "lib/MonoAndroid10/_._",
3452         "lib/MonoTouch10/_._",
3453         "lib/net45/_._",
3454         "lib/netcore50/System.Xml.XDocument.dll",
3455         "lib/netstandard1.3/System.Xml.XDocument.dll",
3456         "lib/portable-net45+win8+wp8+wpa81/_._",
3457         "lib/win8/_._",
3458         "lib/wp80/_._",
3459         "lib/wpa81/_._",
3460         "lib/xamarinios10/_._",
3461         "lib/xamarinmac20/_._",
3462         "lib/xamarintvos10/_._",
3463         "lib/xamarinwatchos10/_._",
3464         "ref/MonoAndroid10/_._",
3465         "ref/MonoTouch10/_._",
3466         "ref/net45/_._",
3467         "ref/netcore50/System.Xml.XDocument.dll",
3468         "ref/netcore50/System.Xml.XDocument.xml",
3469         "ref/netcore50/de/System.Xml.XDocument.xml",
3470         "ref/netcore50/es/System.Xml.XDocument.xml",
3471         "ref/netcore50/fr/System.Xml.XDocument.xml",
3472         "ref/netcore50/it/System.Xml.XDocument.xml",
3473         "ref/netcore50/ja/System.Xml.XDocument.xml",
3474         "ref/netcore50/ko/System.Xml.XDocument.xml",
3475         "ref/netcore50/ru/System.Xml.XDocument.xml",
3476         "ref/netcore50/zh-hans/System.Xml.XDocument.xml",
3477         "ref/netcore50/zh-hant/System.Xml.XDocument.xml",
3478         "ref/netstandard1.0/System.Xml.XDocument.dll",
3479         "ref/netstandard1.0/System.Xml.XDocument.xml",
3480         "ref/netstandard1.0/de/System.Xml.XDocument.xml",
3481         "ref/netstandard1.0/es/System.Xml.XDocument.xml",
3482         "ref/netstandard1.0/fr/System.Xml.XDocument.xml",
3483         "ref/netstandard1.0/it/System.Xml.XDocument.xml",
3484         "ref/netstandard1.0/ja/System.Xml.XDocument.xml",
3485         "ref/netstandard1.0/ko/System.Xml.XDocument.xml",
3486         "ref/netstandard1.0/ru/System.Xml.XDocument.xml",
3487         "ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml",
3488         "ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml",
3489         "ref/netstandard1.3/System.Xml.XDocument.dll",
3490         "ref/netstandard1.3/System.Xml.XDocument.xml",
3491         "ref/netstandard1.3/de/System.Xml.XDocument.xml",
3492         "ref/netstandard1.3/es/System.Xml.XDocument.xml",
3493         "ref/netstandard1.3/fr/System.Xml.XDocument.xml",
3494         "ref/netstandard1.3/it/System.Xml.XDocument.xml",
3495         "ref/netstandard1.3/ja/System.Xml.XDocument.xml",
3496         "ref/netstandard1.3/ko/System.Xml.XDocument.xml",
3497         "ref/netstandard1.3/ru/System.Xml.XDocument.xml",
3498         "ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml",
3499         "ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml",
3500         "ref/portable-net45+win8+wp8+wpa81/_._",
3501         "ref/win8/_._",
3502         "ref/wp80/_._",
3503         "ref/wpa81/_._",
3504         "ref/xamarinios10/_._",
3505         "ref/xamarinmac20/_._",
3506         "ref/xamarintvos10/_._",
3507         "ref/xamarinwatchos10/_._"
3508       ]
3509     },
3510     "Tizen/1.0.2": {
3511       "sha512": "zW2pMGzgyu3uUs8vVQnk4Zc35Zp9L6nLgXhLO9Z0zystC9emB5tEHrdvwERNDJ7rlu7NzCfj7Fjied8vgxr7kQ==",
3512       "type": "package",
3513       "path": "tizen/1.0.2",
3514       "files": [
3515         "Tizen.1.0.2.nupkg.sha512",
3516         "Tizen.nuspec",
3517         "lib/net45/Tizen.dll",
3518         "lib/netstandard1.3/Tizen.dll"
3519       ]
3520     },
3521     "Tizen.Applications/1.0.2": {
3522       "sha512": "c1Bc9j2IF+09T5amXJ0i3XpC90SAV7vif0x3UZfu0ssivC2X1815Kl55vnmZOwx4cbXCThLNyjqJRffV0j8HVA==",
3523       "type": "package",
3524       "path": "tizen.applications/1.0.2",
3525       "files": [
3526         "Tizen.Applications.1.0.2.nupkg.sha512",
3527         "Tizen.Applications.nuspec",
3528         "lib/net45/Tizen.Applications.dll",
3529         "lib/netstandard1.3/Tizen.Applications.dll"
3530       ]
3531     }
3532   },
3533   "projectFileDependencyGroups": {
3534     "": [
3535       "ElmSharp >= 1.1.0-*",
3536       "NETStandard.Library >= 1.6.0",
3537       "Tizen >= 1.0.2",
3538       "Tizen.Applications >= 1.0.2"
3539     ],
3540     ".NETStandard,Version=v1.3": []
3541   },
3542   "packageFolders": {
3543     "C:\\Users\\Moon\\.nuget\\packages\\": {}
3544   },
3545   "project": {
3546     "restore": {
3547       "projectUniqueName": "Z:\\moonkyoung\\git.tizen3.0\\C#\\attach-panel\\Tizen.Applications.AttachPanel\\Tizen.Applications.AttachPanel.csproj",
3548       "projectName": "Tizen.Applications.AttachPanel",
3549       "projectPath": "Z:\\moonkyoung\\git.tizen3.0\\C#\\attach-panel\\Tizen.Applications.AttachPanel\\Tizen.Applications.AttachPanel.csproj",
3550       "projectJsonPath": "Z:\\moonkyoung\\git.tizen3.0\\C#\\attach-panel\\Tizen.Applications.AttachPanel\\Tizen.Applications.AttachPanel.project.json",
3551       "projectStyle": "ProjectJson"
3552     },
3553     "dependencies": {
3554       "ElmSharp": "1.1.0-*",
3555       "NETStandard.Library": "1.6.0",
3556       "Tizen": "1.0.2",
3557       "Tizen.Applications": "1.0.2"
3558     },
3559     "frameworks": {
3560       "netstandard1.3": {}
3561     }
3562   }
3563 }