Unpack dotnet sdk zipfile and add documentation file to nupkg
[platform/core/dotnet/build-tools.git] / dotnet / sdk / 2.0.0-preview1-005700 / Roslyn / csc.deps.json
1 {
2   "runtimeTarget": {
3     "name": ".NETCoreApp,Version=v2.0",
4     "signature": "b29b7c5fd4081fe3210c77f32a61afaa70049213"
5   },
6   "compilationOptions": {},
7   "targets": {
8     ".NETCoreApp,Version=v2.0": {
9       "tool_roslyn/2.0.0-preview1-005700": {
10         "dependencies": {
11           "Microsoft.CodeAnalysis.Build.Tasks": "2.0.0-rc4-61325-08",
12           "Microsoft.CodeAnalysis.CSharp": "2.0.0-rc4-61325-08",
13           "Microsoft.DiaSymReader.Native": "1.4.1",
14           "Microsoft.Net.Compilers.netcore": "2.0.0-rc4-61325-08"
15         },
16         "runtime": {}
17       },
18       "microsoft.build/14.3.0": {
19         "dependencies": {
20           "Microsoft.Build.Framework": "14.3.0",
21           "System.Console": "4.3.0",
22           "System.Diagnostics.Debug": "4.3.0",
23           "System.Globalization": "4.3.0",
24           "System.Xml.XmlDocument": "4.3.0"
25         }
26       },
27       "microsoft.build.framework/14.3.0": {
28         "dependencies": {
29           "System.Collections": "4.3.0",
30           "System.Runtime": "4.3.0",
31           "System.Runtime.InteropServices": "4.3.0"
32         }
33       },
34       "microsoft.build.tasks.core/14.3.0": {
35         "dependencies": {
36           "Microsoft.Build.Framework": "14.3.0",
37           "Microsoft.Build.Utilities.Core": "14.3.0",
38           "System.Xml.XmlDocument": "4.3.0"
39         }
40       },
41       "microsoft.build.utilities.core/14.3.0": {
42         "dependencies": {
43           "Microsoft.Build.Framework": "14.3.0",
44           "System.Collections.Specialized": "4.0.1",
45           "System.Diagnostics.Process": "4.3.0",
46           "System.Resources.Reader": "4.0.0",
47           "System.Runtime.Extensions": "4.3.0"
48         }
49       },
50       "microsoft.codeanalysis.analyzers/1.1.0": {},
51       "microsoft.codeanalysis.build.tasks/2.0.0-rc4-61325-08": {
52         "dependencies": {
53           "Microsoft.Build": "14.3.0",
54           "Microsoft.Build.Tasks.Core": "14.3.0",
55           "Microsoft.CodeAnalysis.CSharp": "2.0.0-rc4-61325-08",
56           "System.AppContext": "4.3.0",
57           "System.Console": "4.3.0",
58           "System.Diagnostics.Process": "4.3.0",
59           "System.Diagnostics.Tools": "4.3.0",
60           "System.IO.FileSystem": "4.3.0",
61           "System.IO.FileSystem.DriveInfo": "4.3.0",
62           "System.IO.Pipes": "4.3.0",
63           "System.Security.AccessControl": "4.3.0",
64           "System.Security.Cryptography.Algorithms": "4.3.0",
65           "System.Security.Principal.Windows": "4.3.0",
66           "System.Text.Encoding": "4.3.0",
67           "System.Text.Encoding.Extensions": "4.3.0",
68           "System.Text.RegularExpressions": "4.3.0",
69           "System.Threading.Thread": "4.3.0"
70         },
71         "runtime": {
72           "lib/netstandard1.3/Microsoft.Build.Tasks.CodeAnalysis.dll": {}
73         }
74       },
75       "microsoft.codeanalysis.common/2.0.0-rc4-61325-08": {
76         "dependencies": {
77           "Microsoft.CodeAnalysis.Analyzers": "1.1.0",
78           "System.AppContext": "4.3.0",
79           "System.Collections": "4.3.0",
80           "System.Collections.Concurrent": "4.3.0",
81           "System.Collections.Immutable": "1.3.1",
82           "System.Console": "4.3.0",
83           "System.Diagnostics.Debug": "4.3.0",
84           "System.Diagnostics.FileVersionInfo": "4.3.0",
85           "System.Diagnostics.StackTrace": "4.3.0",
86           "System.Diagnostics.Tools": "4.3.0",
87           "System.Dynamic.Runtime": "4.3.0",
88           "System.Globalization": "4.3.0",
89           "System.IO.Compression": "4.3.0",
90           "System.IO.FileSystem": "4.3.0",
91           "System.IO.FileSystem.Primitives": "4.3.0",
92           "System.Linq": "4.3.0",
93           "System.Linq.Expressions": "4.3.0",
94           "System.Reflection": "4.3.0",
95           "System.Reflection.Metadata": "1.4.2",
96           "System.Resources.ResourceManager": "4.3.0",
97           "System.Runtime": "4.3.0",
98           "System.Runtime.Extensions": "4.3.0",
99           "System.Runtime.InteropServices": "4.3.0",
100           "System.Runtime.Numerics": "4.3.0",
101           "System.Security.Cryptography.Algorithms": "4.3.0",
102           "System.Security.Cryptography.Encoding": "4.3.0",
103           "System.Security.Cryptography.X509Certificates": "4.3.0",
104           "System.Text.Encoding": "4.3.0",
105           "System.Text.Encoding.CodePages": "4.3.0",
106           "System.Text.Encoding.Extensions": "4.3.0",
107           "System.Threading": "4.3.0",
108           "System.Threading.Tasks": "4.3.0",
109           "System.Threading.Tasks.Parallel": "4.3.0",
110           "System.Threading.Thread": "4.3.0",
111           "System.ValueTuple": "4.3.0",
112           "System.Xml.ReaderWriter": "4.3.0",
113           "System.Xml.XDocument": "4.3.0",
114           "System.Xml.XPath.XDocument": "4.3.0",
115           "System.Xml.XmlDocument": "4.3.0"
116         },
117         "runtime": {
118           "lib/netstandard1.3/Microsoft.CodeAnalysis.dll": {}
119         }
120       },
121       "microsoft.codeanalysis.compilers/2.0.0-rc4-61325-08": {
122         "dependencies": {
123           "Microsoft.CodeAnalysis.CSharp": "2.0.0-rc4-61325-08",
124           "Microsoft.CodeAnalysis.VisualBasic": "2.0.0-rc4-61325-08"
125         }
126       },
127       "microsoft.codeanalysis.csharp/2.0.0-rc4-61325-08": {
128         "dependencies": {
129           "Microsoft.CodeAnalysis.Common": "2.0.0-rc4-61325-08"
130         },
131         "runtime": {
132           "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": {}
133         }
134       },
135       "microsoft.codeanalysis.visualbasic/2.0.0-rc4-61325-08": {
136         "dependencies": {
137           "Microsoft.CodeAnalysis.Common": "2.0.0-rc4-61325-08"
138         },
139         "runtime": {
140           "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll": {}
141         }
142       },
143       "microsoft.diasymreader.native/1.4.1": {
144         "runtimeTargets": {
145           "runtime/win-x64/native/_._": {
146             "rid": "win-x64",
147             "assetType": "native"
148           },
149           "runtime/win-x86/native/_._": {
150             "rid": "win-x86",
151             "assetType": "native"
152           },
153           "runtime/win/native/_._": {
154             "rid": "win",
155             "assetType": "native"
156           },
157           "runtime/win8-arm/native/_._": {
158             "rid": "win8-arm",
159             "assetType": "native"
160           }
161         }
162       },
163       "microsoft.net.compilers.netcore/2.0.0-rc4-61325-08": {
164         "dependencies": {
165           "Microsoft.CodeAnalysis.Compilers": "2.0.0-rc4-61325-08",
166           "System.AppContext": "4.3.0",
167           "System.Console": "4.3.0",
168           "System.Diagnostics.Process": "4.3.0",
169           "System.IO": "4.3.0",
170           "System.IO.FileSystem": "4.3.0",
171           "System.Net.Sockets": "4.3.0",
172           "System.Runtime.Loader": "4.3.0",
173           "System.Threading.Thread": "4.3.0"
174         },
175         "runtimeTargets": {}
176       },
177       "microsoft.netcore.targets/1.1.0": {},
178       "microsoft.win32.primitives/4.3.0": {
179         "dependencies": {
180           "Microsoft.NETCore.Targets": "1.1.0",
181           "System.Runtime": "4.3.0"
182         }
183       },
184       "microsoft.win32.registry/4.3.0": {
185         "dependencies": {
186           "System.Collections": "4.3.0",
187           "System.Globalization": "4.3.0",
188           "System.Resources.ResourceManager": "4.3.0",
189           "System.Runtime": "4.3.0",
190           "System.Runtime.Extensions": "4.3.0",
191           "System.Runtime.Handles": "4.3.0",
192           "System.Runtime.InteropServices": "4.3.0"
193         },
194         "runtimeTargets": {
195           "runtime/unix/lib/_._": {
196             "rid": "unix",
197             "assetType": "runtime"
198           },
199           "runtime/win/lib/_._": {
200             "rid": "win",
201             "assetType": "runtime"
202           }
203         }
204       },
205       "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0": {
206         "runtimeTargets": {
207           "runtime/debian.8-x64/native/_._": {
208             "rid": "debian.8-x64",
209             "assetType": "native"
210           }
211         }
212       },
213       "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0": {
214         "runtimeTargets": {
215           "runtime/fedora.23-x64/native/_._": {
216             "rid": "fedora.23-x64",
217             "assetType": "native"
218           }
219         }
220       },
221       "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0": {
222         "runtimeTargets": {
223           "runtime/fedora.24-x64/native/_._": {
224             "rid": "fedora.24-x64",
225             "assetType": "native"
226           }
227         }
228       },
229       "runtime.native.system/4.3.0": {
230         "dependencies": {
231           "Microsoft.NETCore.Targets": "1.1.0"
232         }
233       },
234       "runtime.native.system.io.compression/4.3.0": {
235         "dependencies": {
236           "Microsoft.NETCore.Targets": "1.1.0"
237         }
238       },
239       "runtime.native.system.net.http/4.3.0": {
240         "dependencies": {
241           "Microsoft.NETCore.Targets": "1.1.0"
242         }
243       },
244       "runtime.native.system.security.cryptography.apple/4.3.0": {
245         "dependencies": {
246           "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0"
247         }
248       },
249       "runtime.native.system.security.cryptography.openssl/4.3.0": {
250         "dependencies": {
251           "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
252           "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
253           "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
254           "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
255           "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
256           "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
257           "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
258           "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
259           "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
260           "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
261         }
262       },
263       "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0": {
264         "runtimeTargets": {
265           "runtime/opensuse.13.2-x64/native/_._": {
266             "rid": "opensuse.13.2-x64",
267             "assetType": "native"
268           }
269         }
270       },
271       "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0": {
272         "runtimeTargets": {
273           "runtime/opensuse.42.1-x64/native/_._": {
274             "rid": "opensuse.42.1-x64",
275             "assetType": "native"
276           }
277         }
278       },
279       "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0": {
280         "runtimeTargets": {
281           "runtime/osx.10.10-x64/native/_._": {
282             "rid": "osx.10.10-x64",
283             "assetType": "native"
284           }
285         }
286       },
287       "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0": {
288         "runtimeTargets": {
289           "runtime/osx.10.10-x64/native/_._": {
290             "rid": "osx.10.10-x64",
291             "assetType": "native"
292           }
293         }
294       },
295       "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0": {
296         "runtimeTargets": {
297           "runtime/rhel.7-x64/native/_._": {
298             "rid": "rhel.7-x64",
299             "assetType": "native"
300           }
301         }
302       },
303       "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0": {
304         "runtimeTargets": {
305           "runtime/ubuntu.14.04-x64/native/_._": {
306             "rid": "ubuntu.14.04-x64",
307             "assetType": "native"
308           }
309         }
310       },
311       "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0": {
312         "runtimeTargets": {
313           "runtime/ubuntu.16.04-x64/native/_._": {
314             "rid": "ubuntu.16.04-x64",
315             "assetType": "native"
316           }
317         }
318       },
319       "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0": {
320         "runtimeTargets": {
321           "runtime/ubuntu.16.10-x64/native/_._": {
322             "rid": "ubuntu.16.10-x64",
323             "assetType": "native"
324           }
325         }
326       },
327       "system.appcontext/4.3.0": {
328         "dependencies": {
329           "System.Runtime": "4.3.0"
330         }
331       },
332       "system.buffers/4.3.0": {
333         "dependencies": {
334           "System.Diagnostics.Debug": "4.3.0",
335           "System.Diagnostics.Tracing": "4.3.0",
336           "System.Resources.ResourceManager": "4.3.0",
337           "System.Runtime": "4.3.0",
338           "System.Threading": "4.3.0"
339         }
340       },
341       "system.collections/4.3.0": {
342         "dependencies": {
343           "Microsoft.NETCore.Targets": "1.1.0",
344           "System.Runtime": "4.3.0"
345         }
346       },
347       "system.collections.concurrent/4.3.0": {
348         "dependencies": {
349           "System.Collections": "4.3.0",
350           "System.Diagnostics.Debug": "4.3.0",
351           "System.Diagnostics.Tracing": "4.3.0",
352           "System.Globalization": "4.3.0",
353           "System.Reflection": "4.3.0",
354           "System.Resources.ResourceManager": "4.3.0",
355           "System.Runtime": "4.3.0",
356           "System.Runtime.Extensions": "4.3.0",
357           "System.Threading": "4.3.0",
358           "System.Threading.Tasks": "4.3.0"
359         }
360       },
361       "system.collections.immutable/1.3.1": {
362         "dependencies": {
363           "System.Collections": "4.3.0",
364           "System.Diagnostics.Debug": "4.3.0",
365           "System.Globalization": "4.3.0",
366           "System.Linq": "4.3.0",
367           "System.Resources.ResourceManager": "4.3.0",
368           "System.Runtime": "4.3.0",
369           "System.Runtime.Extensions": "4.3.0",
370           "System.Threading": "4.3.0"
371         }
372       },
373       "system.collections.nongeneric/4.0.1": {
374         "dependencies": {
375           "System.Diagnostics.Debug": "4.3.0",
376           "System.Globalization": "4.3.0",
377           "System.Resources.ResourceManager": "4.3.0",
378           "System.Runtime": "4.3.0",
379           "System.Runtime.Extensions": "4.3.0",
380           "System.Threading": "4.3.0"
381         }
382       },
383       "system.collections.specialized/4.0.1": {
384         "dependencies": {
385           "System.Collections.NonGeneric": "4.0.1",
386           "System.Globalization": "4.3.0",
387           "System.Globalization.Extensions": "4.0.1",
388           "System.Resources.ResourceManager": "4.3.0",
389           "System.Runtime": "4.3.0",
390           "System.Runtime.Extensions": "4.3.0",
391           "System.Threading": "4.3.0"
392         }
393       },
394       "system.console/4.3.0": {
395         "dependencies": {
396           "Microsoft.NETCore.Targets": "1.1.0",
397           "System.IO": "4.3.0",
398           "System.Runtime": "4.3.0",
399           "System.Text.Encoding": "4.3.0"
400         }
401       },
402       "system.diagnostics.debug/4.3.0": {
403         "dependencies": {
404           "Microsoft.NETCore.Targets": "1.1.0",
405           "System.Runtime": "4.3.0"
406         }
407       },
408       "system.diagnostics.fileversioninfo/4.3.0": {
409         "dependencies": {
410           "System.Globalization": "4.3.0",
411           "System.IO": "4.3.0",
412           "System.IO.FileSystem": "4.3.0",
413           "System.IO.FileSystem.Primitives": "4.3.0",
414           "System.Reflection.Metadata": "1.4.2",
415           "System.Runtime": "4.3.0",
416           "System.Runtime.Extensions": "4.3.0",
417           "System.Runtime.InteropServices": "4.3.0"
418         },
419         "runtimeTargets": {
420           "runtime/unix/lib/_._": {
421             "rid": "unix",
422             "assetType": "runtime"
423           },
424           "runtime/win/lib/_._": {
425             "rid": "win",
426             "assetType": "runtime"
427           }
428         }
429       },
430       "system.diagnostics.process/4.3.0": {
431         "dependencies": {
432           "Microsoft.Win32.Primitives": "4.3.0",
433           "Microsoft.Win32.Registry": "4.3.0",
434           "System.Collections": "4.3.0",
435           "System.Diagnostics.Debug": "4.3.0",
436           "System.Globalization": "4.3.0",
437           "System.IO": "4.3.0",
438           "System.IO.FileSystem": "4.3.0",
439           "System.IO.FileSystem.Primitives": "4.3.0",
440           "System.Resources.ResourceManager": "4.3.0",
441           "System.Runtime": "4.3.0",
442           "System.Runtime.Extensions": "4.3.0",
443           "System.Runtime.Handles": "4.3.0",
444           "System.Runtime.InteropServices": "4.3.0",
445           "System.Text.Encoding": "4.3.0",
446           "System.Text.Encoding.Extensions": "4.3.0",
447           "System.Threading": "4.3.0",
448           "System.Threading.Tasks": "4.3.0",
449           "System.Threading.Thread": "4.3.0",
450           "System.Threading.ThreadPool": "4.3.0",
451           "runtime.native.System": "4.3.0"
452         },
453         "runtimeTargets": {
454           "runtime/linux/lib/_._": {
455             "rid": "linux",
456             "assetType": "runtime"
457           },
458           "runtime/osx/lib/_._": {
459             "rid": "osx",
460             "assetType": "runtime"
461           },
462           "runtime/win/lib/_._": {
463             "rid": "win",
464             "assetType": "runtime"
465           }
466         }
467       },
468       "system.diagnostics.stacktrace/4.3.0": {
469         "dependencies": {
470           "System.IO.FileSystem": "4.3.0",
471           "System.Reflection": "4.3.0",
472           "System.Reflection.Metadata": "1.4.2",
473           "System.Runtime": "4.3.0"
474         }
475       },
476       "system.diagnostics.tools/4.3.0": {
477         "dependencies": {
478           "Microsoft.NETCore.Targets": "1.1.0",
479           "System.Runtime": "4.3.0"
480         }
481       },
482       "system.diagnostics.tracing/4.3.0": {
483         "dependencies": {
484           "Microsoft.NETCore.Targets": "1.1.0",
485           "System.Runtime": "4.3.0"
486         }
487       },
488       "system.dynamic.runtime/4.3.0": {
489         "dependencies": {
490           "System.Collections": "4.3.0",
491           "System.Diagnostics.Debug": "4.3.0",
492           "System.Linq": "4.3.0",
493           "System.Linq.Expressions": "4.3.0",
494           "System.ObjectModel": "4.3.0",
495           "System.Reflection": "4.3.0",
496           "System.Reflection.Emit": "4.3.0",
497           "System.Reflection.Emit.ILGeneration": "4.3.0",
498           "System.Reflection.Primitives": "4.3.0",
499           "System.Reflection.TypeExtensions": "4.3.0",
500           "System.Resources.ResourceManager": "4.3.0",
501           "System.Runtime": "4.3.0",
502           "System.Runtime.Extensions": "4.3.0",
503           "System.Threading": "4.3.0"
504         }
505       },
506       "system.globalization/4.3.0": {
507         "dependencies": {
508           "Microsoft.NETCore.Targets": "1.1.0",
509           "System.Runtime": "4.3.0"
510         }
511       },
512       "system.globalization.calendars/4.3.0": {
513         "dependencies": {
514           "Microsoft.NETCore.Targets": "1.1.0",
515           "System.Globalization": "4.3.0",
516           "System.Runtime": "4.3.0"
517         }
518       },
519       "system.globalization.extensions/4.0.1": {
520         "dependencies": {
521           "System.Globalization": "4.3.0",
522           "System.Resources.ResourceManager": "4.3.0",
523           "System.Runtime": "4.3.0",
524           "System.Runtime.Extensions": "4.3.0",
525           "System.Runtime.InteropServices": "4.3.0"
526         },
527         "runtimeTargets": {
528           "runtime/unix/lib/_._": {
529             "rid": "unix",
530             "assetType": "runtime"
531           },
532           "runtime/win/lib/_._": {
533             "rid": "win",
534             "assetType": "runtime"
535           }
536         }
537       },
538       "system.io/4.3.0": {
539         "dependencies": {
540           "Microsoft.NETCore.Targets": "1.1.0",
541           "System.Runtime": "4.3.0",
542           "System.Text.Encoding": "4.3.0",
543           "System.Threading.Tasks": "4.3.0"
544         }
545       },
546       "system.io.compression/4.3.0": {
547         "dependencies": {
548           "System.Buffers": "4.3.0",
549           "System.Collections": "4.3.0",
550           "System.Diagnostics.Debug": "4.3.0",
551           "System.IO": "4.3.0",
552           "System.Resources.ResourceManager": "4.3.0",
553           "System.Runtime": "4.3.0",
554           "System.Runtime.Extensions": "4.3.0",
555           "System.Runtime.Handles": "4.3.0",
556           "System.Runtime.InteropServices": "4.3.0",
557           "System.Text.Encoding": "4.3.0",
558           "System.Threading": "4.3.0",
559           "System.Threading.Tasks": "4.3.0",
560           "runtime.native.System": "4.3.0",
561           "runtime.native.System.IO.Compression": "4.3.0"
562         },
563         "runtimeTargets": {
564           "runtime/unix/lib/_._": {
565             "rid": "unix",
566             "assetType": "runtime"
567           },
568           "runtime/win/lib/_._": {
569             "rid": "win",
570             "assetType": "runtime"
571           }
572         }
573       },
574       "system.io.filesystem/4.3.0": {
575         "dependencies": {
576           "Microsoft.NETCore.Targets": "1.1.0",
577           "System.IO": "4.3.0",
578           "System.IO.FileSystem.Primitives": "4.3.0",
579           "System.Runtime": "4.3.0",
580           "System.Runtime.Handles": "4.3.0",
581           "System.Text.Encoding": "4.3.0",
582           "System.Threading.Tasks": "4.3.0"
583         }
584       },
585       "system.io.filesystem.driveinfo/4.3.0": {
586         "dependencies": {
587           "System.Collections": "4.3.0",
588           "System.IO": "4.3.0",
589           "System.IO.FileSystem": "4.3.0",
590           "System.IO.FileSystem.Primitives": "4.3.0",
591           "System.Resources.ResourceManager": "4.3.0",
592           "System.Runtime": "4.3.0",
593           "System.Runtime.Extensions": "4.3.0",
594           "System.Runtime.Handles": "4.3.0",
595           "System.Runtime.InteropServices": "4.3.0",
596           "System.Threading.Tasks": "4.3.0",
597           "runtime.native.System": "4.3.0"
598         },
599         "runtimeTargets": {
600           "runtime/unix/lib/_._": {
601             "rid": "unix",
602             "assetType": "runtime"
603           },
604           "runtime/win/lib/_._": {
605             "rid": "win",
606             "assetType": "runtime"
607           }
608         }
609       },
610       "system.io.filesystem.primitives/4.3.0": {
611         "dependencies": {
612           "System.Runtime": "4.3.0"
613         }
614       },
615       "system.io.pipes/4.3.0": {
616         "dependencies": {
617           "System.Buffers": "4.3.0",
618           "System.Diagnostics.Debug": "4.3.0",
619           "System.IO": "4.3.0",
620           "System.IO.FileSystem.Primitives": "4.3.0",
621           "System.Net.Primitives": "4.3.0",
622           "System.Net.Sockets": "4.3.0",
623           "System.Reflection": "4.3.0",
624           "System.Resources.ResourceManager": "4.3.0",
625           "System.Runtime": "4.3.0",
626           "System.Runtime.Extensions": "4.3.0",
627           "System.Runtime.Handles": "4.3.0",
628           "System.Runtime.InteropServices": "4.3.0",
629           "System.Security.Principal": "4.3.0",
630           "System.Text.Encoding": "4.3.0",
631           "System.Threading": "4.3.0",
632           "System.Threading.Overlapped": "4.3.0",
633           "System.Threading.Tasks": "4.3.0",
634           "runtime.native.System": "4.3.0"
635         },
636         "runtimeTargets": {
637           "runtime/unix/lib/_._": {
638             "rid": "unix",
639             "assetType": "runtime"
640           },
641           "runtime/win/lib/_._": {
642             "rid": "win",
643             "assetType": "runtime"
644           }
645         }
646       },
647       "system.linq/4.3.0": {
648         "dependencies": {
649           "System.Collections": "4.3.0",
650           "System.Diagnostics.Debug": "4.3.0",
651           "System.Resources.ResourceManager": "4.3.0",
652           "System.Runtime": "4.3.0",
653           "System.Runtime.Extensions": "4.3.0"
654         }
655       },
656       "system.linq.expressions/4.3.0": {
657         "dependencies": {
658           "System.Collections": "4.3.0",
659           "System.Diagnostics.Debug": "4.3.0",
660           "System.Globalization": "4.3.0",
661           "System.IO": "4.3.0",
662           "System.Linq": "4.3.0",
663           "System.ObjectModel": "4.3.0",
664           "System.Reflection": "4.3.0",
665           "System.Reflection.Emit": "4.3.0",
666           "System.Reflection.Emit.ILGeneration": "4.3.0",
667           "System.Reflection.Emit.Lightweight": "4.3.0",
668           "System.Reflection.Extensions": "4.3.0",
669           "System.Reflection.Primitives": "4.3.0",
670           "System.Reflection.TypeExtensions": "4.3.0",
671           "System.Resources.ResourceManager": "4.3.0",
672           "System.Runtime": "4.3.0",
673           "System.Runtime.Extensions": "4.3.0",
674           "System.Threading": "4.3.0"
675         }
676       },
677       "system.net.primitives/4.3.0": {
678         "dependencies": {
679           "Microsoft.NETCore.Targets": "1.1.0",
680           "System.Runtime": "4.3.0",
681           "System.Runtime.Handles": "4.3.0"
682         }
683       },
684       "system.net.sockets/4.3.0": {
685         "dependencies": {
686           "Microsoft.NETCore.Targets": "1.1.0",
687           "System.IO": "4.3.0",
688           "System.Net.Primitives": "4.3.0",
689           "System.Runtime": "4.3.0",
690           "System.Threading.Tasks": "4.3.0"
691         }
692       },
693       "system.objectmodel/4.3.0": {
694         "dependencies": {
695           "System.Collections": "4.3.0",
696           "System.Diagnostics.Debug": "4.3.0",
697           "System.Resources.ResourceManager": "4.3.0",
698           "System.Runtime": "4.3.0",
699           "System.Threading": "4.3.0"
700         }
701       },
702       "system.reflection/4.3.0": {
703         "dependencies": {
704           "Microsoft.NETCore.Targets": "1.1.0",
705           "System.IO": "4.3.0",
706           "System.Reflection.Primitives": "4.3.0",
707           "System.Runtime": "4.3.0"
708         }
709       },
710       "system.reflection.emit/4.3.0": {
711         "dependencies": {
712           "System.IO": "4.3.0",
713           "System.Reflection": "4.3.0",
714           "System.Reflection.Emit.ILGeneration": "4.3.0",
715           "System.Reflection.Primitives": "4.3.0",
716           "System.Runtime": "4.3.0"
717         }
718       },
719       "system.reflection.emit.ilgeneration/4.3.0": {
720         "dependencies": {
721           "System.Reflection": "4.3.0",
722           "System.Reflection.Primitives": "4.3.0",
723           "System.Runtime": "4.3.0"
724         }
725       },
726       "system.reflection.emit.lightweight/4.3.0": {
727         "dependencies": {
728           "System.Reflection": "4.3.0",
729           "System.Reflection.Emit.ILGeneration": "4.3.0",
730           "System.Reflection.Primitives": "4.3.0",
731           "System.Runtime": "4.3.0"
732         }
733       },
734       "system.reflection.extensions/4.3.0": {
735         "dependencies": {
736           "Microsoft.NETCore.Targets": "1.1.0",
737           "System.Reflection": "4.3.0",
738           "System.Runtime": "4.3.0"
739         }
740       },
741       "system.reflection.metadata/1.4.2": {
742         "dependencies": {
743           "System.Collections": "4.3.0",
744           "System.Collections.Immutable": "1.3.1",
745           "System.Diagnostics.Debug": "4.3.0",
746           "System.IO": "4.3.0",
747           "System.IO.Compression": "4.3.0",
748           "System.Linq": "4.3.0",
749           "System.Reflection": "4.3.0",
750           "System.Reflection.Extensions": "4.3.0",
751           "System.Reflection.Primitives": "4.3.0",
752           "System.Resources.ResourceManager": "4.3.0",
753           "System.Runtime": "4.3.0",
754           "System.Runtime.Extensions": "4.3.0",
755           "System.Runtime.InteropServices": "4.3.0",
756           "System.Text.Encoding": "4.3.0",
757           "System.Text.Encoding.Extensions": "4.3.0",
758           "System.Threading": "4.3.0"
759         }
760       },
761       "system.reflection.primitives/4.3.0": {
762         "dependencies": {
763           "Microsoft.NETCore.Targets": "1.1.0",
764           "System.Runtime": "4.3.0"
765         }
766       },
767       "system.reflection.typeextensions/4.3.0": {
768         "dependencies": {
769           "System.Reflection": "4.3.0",
770           "System.Runtime": "4.3.0"
771         }
772       },
773       "system.resources.reader/4.0.0": {
774         "dependencies": {
775           "System.IO": "4.3.0",
776           "System.Resources.ResourceManager": "4.3.0",
777           "System.Runtime": "4.3.0",
778           "System.Text.Encoding": "4.3.0",
779           "System.Threading": "4.3.0"
780         }
781       },
782       "system.resources.resourcemanager/4.3.0": {
783         "dependencies": {
784           "Microsoft.NETCore.Targets": "1.1.0",
785           "System.Globalization": "4.3.0",
786           "System.Reflection": "4.3.0",
787           "System.Runtime": "4.3.0"
788         }
789       },
790       "system.runtime/4.3.0": {
791         "dependencies": {
792           "Microsoft.NETCore.Targets": "1.1.0"
793         }
794       },
795       "system.runtime.extensions/4.3.0": {
796         "dependencies": {
797           "Microsoft.NETCore.Targets": "1.1.0",
798           "System.Runtime": "4.3.0"
799         }
800       },
801       "system.runtime.handles/4.3.0": {
802         "dependencies": {
803           "Microsoft.NETCore.Targets": "1.1.0",
804           "System.Runtime": "4.3.0"
805         }
806       },
807       "system.runtime.interopservices/4.3.0": {
808         "dependencies": {
809           "Microsoft.NETCore.Targets": "1.1.0",
810           "System.Reflection": "4.3.0",
811           "System.Reflection.Primitives": "4.3.0",
812           "System.Runtime": "4.3.0",
813           "System.Runtime.Handles": "4.3.0"
814         }
815       },
816       "system.runtime.loader/4.3.0": {
817         "dependencies": {
818           "System.IO": "4.3.0",
819           "System.Reflection": "4.3.0",
820           "System.Runtime": "4.3.0"
821         }
822       },
823       "system.runtime.numerics/4.3.0": {
824         "dependencies": {
825           "System.Globalization": "4.3.0",
826           "System.Resources.ResourceManager": "4.3.0",
827           "System.Runtime": "4.3.0",
828           "System.Runtime.Extensions": "4.3.0"
829         }
830       },
831       "system.security.accesscontrol/4.3.0": {
832         "dependencies": {
833           "System.Collections": "4.3.0",
834           "System.Globalization": "4.3.0",
835           "System.Reflection": "4.3.0",
836           "System.Resources.ResourceManager": "4.3.0",
837           "System.Runtime": "4.3.0",
838           "System.Runtime.Handles": "4.3.0",
839           "System.Runtime.InteropServices": "4.3.0",
840           "System.Security.Principal.Windows": "4.3.0",
841           "System.Threading": "4.3.0",
842           "System.Threading.Thread": "4.3.0"
843         },
844         "runtimeTargets": {
845           "runtime/unix/lib/_._": {
846             "rid": "unix",
847             "assetType": "runtime"
848           },
849           "runtime/win/lib/_._": {
850             "rid": "win",
851             "assetType": "runtime"
852           }
853         }
854       },
855       "system.security.claims/4.3.0": {
856         "dependencies": {
857           "System.Collections": "4.3.0",
858           "System.Globalization": "4.3.0",
859           "System.IO": "4.3.0",
860           "System.Resources.ResourceManager": "4.3.0",
861           "System.Runtime": "4.3.0",
862           "System.Runtime.Extensions": "4.3.0",
863           "System.Security.Principal": "4.3.0"
864         }
865       },
866       "system.security.cryptography.algorithms/4.3.0": {
867         "dependencies": {
868           "System.Collections": "4.3.0",
869           "System.IO": "4.3.0",
870           "System.Resources.ResourceManager": "4.3.0",
871           "System.Runtime": "4.3.0",
872           "System.Runtime.Extensions": "4.3.0",
873           "System.Runtime.Handles": "4.3.0",
874           "System.Runtime.InteropServices": "4.3.0",
875           "System.Runtime.Numerics": "4.3.0",
876           "System.Security.Cryptography.Encoding": "4.3.0",
877           "System.Security.Cryptography.Primitives": "4.3.0",
878           "System.Text.Encoding": "4.3.0",
879           "runtime.native.System.Security.Cryptography.Apple": "4.3.0",
880           "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
881         },
882         "runtimeTargets": {
883           "runtime/osx/lib/_._": {
884             "rid": "osx",
885             "assetType": "runtime"
886           },
887           "runtime/unix/lib/_._": {
888             "rid": "unix",
889             "assetType": "runtime"
890           },
891           "runtime/win/lib/_._": {
892             "rid": "win",
893             "assetType": "runtime"
894           }
895         }
896       },
897       "system.security.cryptography.cng/4.3.0": {
898         "dependencies": {
899           "System.IO": "4.3.0",
900           "System.Resources.ResourceManager": "4.3.0",
901           "System.Runtime": "4.3.0",
902           "System.Runtime.Extensions": "4.3.0",
903           "System.Runtime.Handles": "4.3.0",
904           "System.Runtime.InteropServices": "4.3.0",
905           "System.Security.Cryptography.Algorithms": "4.3.0",
906           "System.Security.Cryptography.Encoding": "4.3.0",
907           "System.Security.Cryptography.Primitives": "4.3.0",
908           "System.Text.Encoding": "4.3.0"
909         },
910         "runtimeTargets": {
911           "runtime/unix/lib/_._": {
912             "rid": "unix",
913             "assetType": "runtime"
914           },
915           "runtime/win/lib/_._": {
916             "rid": "win",
917             "assetType": "runtime"
918           }
919         }
920       },
921       "system.security.cryptography.csp/4.3.0": {
922         "dependencies": {
923           "System.IO": "4.3.0",
924           "System.Reflection": "4.3.0",
925           "System.Resources.ResourceManager": "4.3.0",
926           "System.Runtime": "4.3.0",
927           "System.Runtime.Extensions": "4.3.0",
928           "System.Runtime.Handles": "4.3.0",
929           "System.Runtime.InteropServices": "4.3.0",
930           "System.Security.Cryptography.Algorithms": "4.3.0",
931           "System.Security.Cryptography.Encoding": "4.3.0",
932           "System.Security.Cryptography.Primitives": "4.3.0",
933           "System.Text.Encoding": "4.3.0",
934           "System.Threading": "4.3.0"
935         },
936         "runtimeTargets": {
937           "runtime/unix/lib/_._": {
938             "rid": "unix",
939             "assetType": "runtime"
940           },
941           "runtime/win/lib/_._": {
942             "rid": "win",
943             "assetType": "runtime"
944           }
945         }
946       },
947       "system.security.cryptography.encoding/4.3.0": {
948         "dependencies": {
949           "System.Collections": "4.3.0",
950           "System.Collections.Concurrent": "4.3.0",
951           "System.Linq": "4.3.0",
952           "System.Resources.ResourceManager": "4.3.0",
953           "System.Runtime": "4.3.0",
954           "System.Runtime.Extensions": "4.3.0",
955           "System.Runtime.Handles": "4.3.0",
956           "System.Runtime.InteropServices": "4.3.0",
957           "System.Security.Cryptography.Primitives": "4.3.0",
958           "System.Text.Encoding": "4.3.0",
959           "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
960         },
961         "runtimeTargets": {
962           "runtime/unix/lib/_._": {
963             "rid": "unix",
964             "assetType": "runtime"
965           },
966           "runtime/win/lib/_._": {
967             "rid": "win",
968             "assetType": "runtime"
969           }
970         }
971       },
972       "system.security.cryptography.openssl/4.3.0": {
973         "dependencies": {
974           "System.Collections": "4.3.0",
975           "System.IO": "4.3.0",
976           "System.Resources.ResourceManager": "4.3.0",
977           "System.Runtime": "4.3.0",
978           "System.Runtime.Extensions": "4.3.0",
979           "System.Runtime.Handles": "4.3.0",
980           "System.Runtime.InteropServices": "4.3.0",
981           "System.Runtime.Numerics": "4.3.0",
982           "System.Security.Cryptography.Algorithms": "4.3.0",
983           "System.Security.Cryptography.Encoding": "4.3.0",
984           "System.Security.Cryptography.Primitives": "4.3.0",
985           "System.Text.Encoding": "4.3.0",
986           "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
987         },
988         "runtimeTargets": {
989           "runtime/unix/lib/_._": {
990             "rid": "unix",
991             "assetType": "runtime"
992           }
993         }
994       },
995       "system.security.cryptography.primitives/4.3.0": {
996         "dependencies": {
997           "System.Diagnostics.Debug": "4.3.0",
998           "System.Globalization": "4.3.0",
999           "System.IO": "4.3.0",
1000           "System.Resources.ResourceManager": "4.3.0",
1001           "System.Runtime": "4.3.0",
1002           "System.Threading": "4.3.0",
1003           "System.Threading.Tasks": "4.3.0"
1004         }
1005       },
1006       "system.security.cryptography.x509certificates/4.3.0": {
1007         "dependencies": {
1008           "System.Collections": "4.3.0",
1009           "System.Diagnostics.Debug": "4.3.0",
1010           "System.Globalization": "4.3.0",
1011           "System.Globalization.Calendars": "4.3.0",
1012           "System.IO": "4.3.0",
1013           "System.IO.FileSystem": "4.3.0",
1014           "System.IO.FileSystem.Primitives": "4.3.0",
1015           "System.Resources.ResourceManager": "4.3.0",
1016           "System.Runtime": "4.3.0",
1017           "System.Runtime.Extensions": "4.3.0",
1018           "System.Runtime.Handles": "4.3.0",
1019           "System.Runtime.InteropServices": "4.3.0",
1020           "System.Runtime.Numerics": "4.3.0",
1021           "System.Security.Cryptography.Algorithms": "4.3.0",
1022           "System.Security.Cryptography.Cng": "4.3.0",
1023           "System.Security.Cryptography.Csp": "4.3.0",
1024           "System.Security.Cryptography.Encoding": "4.3.0",
1025           "System.Security.Cryptography.OpenSsl": "4.3.0",
1026           "System.Security.Cryptography.Primitives": "4.3.0",
1027           "System.Text.Encoding": "4.3.0",
1028           "System.Threading": "4.3.0",
1029           "runtime.native.System": "4.3.0",
1030           "runtime.native.System.Net.Http": "4.3.0",
1031           "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
1032         },
1033         "runtimeTargets": {
1034           "runtime/unix/lib/_._": {
1035             "rid": "unix",
1036             "assetType": "runtime"
1037           },
1038           "runtime/win/lib/_._": {
1039             "rid": "win",
1040             "assetType": "runtime"
1041           }
1042         }
1043       },
1044       "system.security.principal/4.3.0": {
1045         "dependencies": {
1046           "System.Runtime": "4.3.0"
1047         }
1048       },
1049       "system.security.principal.windows/4.3.0": {
1050         "dependencies": {
1051           "Microsoft.Win32.Primitives": "4.3.0",
1052           "System.Collections": "4.3.0",
1053           "System.Diagnostics.Debug": "4.3.0",
1054           "System.Reflection": "4.3.0",
1055           "System.Resources.ResourceManager": "4.3.0",
1056           "System.Runtime": "4.3.0",
1057           "System.Runtime.Extensions": "4.3.0",
1058           "System.Runtime.Handles": "4.3.0",
1059           "System.Runtime.InteropServices": "4.3.0",
1060           "System.Security.Claims": "4.3.0",
1061           "System.Security.Principal": "4.3.0",
1062           "System.Text.Encoding": "4.3.0",
1063           "System.Threading": "4.3.0"
1064         },
1065         "runtimeTargets": {
1066           "runtime/unix/lib/_._": {
1067             "rid": "unix",
1068             "assetType": "runtime"
1069           },
1070           "runtime/win/lib/_._": {
1071             "rid": "win",
1072             "assetType": "runtime"
1073           }
1074         }
1075       },
1076       "system.text.encoding/4.3.0": {
1077         "dependencies": {
1078           "Microsoft.NETCore.Targets": "1.1.0",
1079           "System.Runtime": "4.3.0"
1080         }
1081       },
1082       "system.text.encoding.codepages/4.3.0": {
1083         "dependencies": {
1084           "System.Collections": "4.3.0",
1085           "System.Globalization": "4.3.0",
1086           "System.IO": "4.3.0",
1087           "System.Reflection": "4.3.0",
1088           "System.Resources.ResourceManager": "4.3.0",
1089           "System.Runtime": "4.3.0",
1090           "System.Runtime.Extensions": "4.3.0",
1091           "System.Runtime.Handles": "4.3.0",
1092           "System.Runtime.InteropServices": "4.3.0",
1093           "System.Text.Encoding": "4.3.0",
1094           "System.Threading": "4.3.0"
1095         },
1096         "runtimeTargets": {
1097           "runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": {
1098             "rid": "unix",
1099             "assetType": "runtime"
1100           },
1101           "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": {
1102             "rid": "win",
1103             "assetType": "runtime"
1104           }
1105         }
1106       },
1107       "system.text.encoding.extensions/4.3.0": {
1108         "dependencies": {
1109           "Microsoft.NETCore.Targets": "1.1.0",
1110           "System.Runtime": "4.3.0",
1111           "System.Text.Encoding": "4.3.0"
1112         }
1113       },
1114       "system.text.regularexpressions/4.3.0": {
1115         "dependencies": {
1116           "System.Runtime": "4.3.0"
1117         }
1118       },
1119       "system.threading/4.3.0": {
1120         "dependencies": {
1121           "System.Runtime": "4.3.0",
1122           "System.Threading.Tasks": "4.3.0"
1123         }
1124       },
1125       "system.threading.overlapped/4.3.0": {
1126         "dependencies": {
1127           "System.Resources.ResourceManager": "4.3.0",
1128           "System.Runtime": "4.3.0",
1129           "System.Runtime.Handles": "4.3.0"
1130         },
1131         "runtimeTargets": {
1132           "runtime/unix/lib/_._": {
1133             "rid": "unix",
1134             "assetType": "runtime"
1135           },
1136           "runtime/win/lib/_._": {
1137             "rid": "win",
1138             "assetType": "runtime"
1139           }
1140         }
1141       },
1142       "system.threading.tasks/4.3.0": {
1143         "dependencies": {
1144           "Microsoft.NETCore.Targets": "1.1.0",
1145           "System.Runtime": "4.3.0"
1146         }
1147       },
1148       "system.threading.tasks.extensions/4.3.0": {
1149         "dependencies": {
1150           "System.Collections": "4.3.0",
1151           "System.Runtime": "4.3.0",
1152           "System.Threading.Tasks": "4.3.0"
1153         }
1154       },
1155       "system.threading.tasks.parallel/4.3.0": {
1156         "dependencies": {
1157           "System.Collections.Concurrent": "4.3.0",
1158           "System.Diagnostics.Debug": "4.3.0",
1159           "System.Diagnostics.Tracing": "4.3.0",
1160           "System.Resources.ResourceManager": "4.3.0",
1161           "System.Runtime": "4.3.0",
1162           "System.Runtime.Extensions": "4.3.0",
1163           "System.Threading": "4.3.0",
1164           "System.Threading.Tasks": "4.3.0"
1165         }
1166       },
1167       "system.threading.thread/4.3.0": {
1168         "dependencies": {
1169           "System.Runtime": "4.3.0"
1170         }
1171       },
1172       "system.threading.threadpool/4.3.0": {
1173         "dependencies": {
1174           "System.Runtime": "4.3.0",
1175           "System.Runtime.Handles": "4.3.0"
1176         }
1177       },
1178       "system.valuetuple/4.3.0": {
1179         "dependencies": {
1180           "System.Collections": "4.3.0",
1181           "System.Resources.ResourceManager": "4.3.0",
1182           "System.Runtime": "4.3.0"
1183         },
1184         "runtime": {
1185           "lib/netstandard1.0/System.ValueTuple.dll": {}
1186         }
1187       },
1188       "system.xml.readerwriter/4.3.0": {
1189         "dependencies": {
1190           "System.Collections": "4.3.0",
1191           "System.Diagnostics.Debug": "4.3.0",
1192           "System.Globalization": "4.3.0",
1193           "System.IO": "4.3.0",
1194           "System.IO.FileSystem": "4.3.0",
1195           "System.IO.FileSystem.Primitives": "4.3.0",
1196           "System.Resources.ResourceManager": "4.3.0",
1197           "System.Runtime": "4.3.0",
1198           "System.Runtime.Extensions": "4.3.0",
1199           "System.Runtime.InteropServices": "4.3.0",
1200           "System.Text.Encoding": "4.3.0",
1201           "System.Text.Encoding.Extensions": "4.3.0",
1202           "System.Text.RegularExpressions": "4.3.0",
1203           "System.Threading.Tasks": "4.3.0",
1204           "System.Threading.Tasks.Extensions": "4.3.0"
1205         }
1206       },
1207       "system.xml.xdocument/4.3.0": {
1208         "dependencies": {
1209           "System.Collections": "4.3.0",
1210           "System.Diagnostics.Debug": "4.3.0",
1211           "System.Diagnostics.Tools": "4.3.0",
1212           "System.Globalization": "4.3.0",
1213           "System.IO": "4.3.0",
1214           "System.Reflection": "4.3.0",
1215           "System.Resources.ResourceManager": "4.3.0",
1216           "System.Runtime": "4.3.0",
1217           "System.Runtime.Extensions": "4.3.0",
1218           "System.Text.Encoding": "4.3.0",
1219           "System.Threading": "4.3.0",
1220           "System.Xml.ReaderWriter": "4.3.0"
1221         }
1222       },
1223       "system.xml.xmldocument/4.3.0": {
1224         "dependencies": {
1225           "System.Collections": "4.3.0",
1226           "System.Diagnostics.Debug": "4.3.0",
1227           "System.Globalization": "4.3.0",
1228           "System.IO": "4.3.0",
1229           "System.Resources.ResourceManager": "4.3.0",
1230           "System.Runtime": "4.3.0",
1231           "System.Runtime.Extensions": "4.3.0",
1232           "System.Text.Encoding": "4.3.0",
1233           "System.Threading": "4.3.0",
1234           "System.Xml.ReaderWriter": "4.3.0"
1235         }
1236       },
1237       "system.xml.xpath/4.3.0": {
1238         "dependencies": {
1239           "System.Collections": "4.3.0",
1240           "System.Diagnostics.Debug": "4.3.0",
1241           "System.Globalization": "4.3.0",
1242           "System.IO": "4.3.0",
1243           "System.Resources.ResourceManager": "4.3.0",
1244           "System.Runtime": "4.3.0",
1245           "System.Runtime.Extensions": "4.3.0",
1246           "System.Threading": "4.3.0",
1247           "System.Xml.ReaderWriter": "4.3.0"
1248         }
1249       },
1250       "system.xml.xpath.xdocument/4.3.0": {
1251         "dependencies": {
1252           "System.Diagnostics.Debug": "4.3.0",
1253           "System.Linq": "4.3.0",
1254           "System.Resources.ResourceManager": "4.3.0",
1255           "System.Runtime": "4.3.0",
1256           "System.Runtime.Extensions": "4.3.0",
1257           "System.Threading": "4.3.0",
1258           "System.Xml.ReaderWriter": "4.3.0",
1259           "System.Xml.XDocument": "4.3.0",
1260           "System.Xml.XPath": "4.3.0"
1261         }
1262       }
1263     }
1264   },
1265   "libraries": {
1266     "tool_roslyn/2.0.0-preview1-005700": {
1267       "type": "project",
1268       "serviceable": false,
1269       "sha512": ""
1270     },
1271     "microsoft.build/14.3.0": {
1272       "type": "package",
1273       "serviceable": true,
1274       "sha512": "sha512-URmqFVnJ0MviA6hoHRTotHKxsWJCqpgqOh9gcUg40siGRHI8gOefCwe0IExD1WgQUj8EPXT/5vL5D+e9nk7xlg==",
1275       "path": "microsoft.build/14.3.0",
1276       "hashPath": "microsoft.build.14.3.0.nupkg.sha512"
1277     },
1278     "microsoft.build.framework/14.3.0": {
1279       "type": "package",
1280       "serviceable": true,
1281       "sha512": "sha512-GX3MdQMQ3YVx/jWerzd5vDW/VrcLxf80Ts4T9AVEUsrmL6wZK1YTGNX3jLapll+5Y7PBDbvf5R815A64hlEQ+g==",
1282       "path": "microsoft.build.framework/14.3.0",
1283       "hashPath": "microsoft.build.framework.14.3.0.nupkg.sha512"
1284     },
1285     "microsoft.build.tasks.core/14.3.0": {
1286       "type": "package",
1287       "serviceable": true,
1288       "sha512": "sha512-/h8PEha1FPAsGf6SPYP+vqTD34tuPvdeLIq+a4gKCNqwGnb66LOi3m8CQiAvumyTCrx9dli8HEE2s2EnoVJ9AA==",
1289       "path": "microsoft.build.tasks.core/14.3.0",
1290       "hashPath": "microsoft.build.tasks.core.14.3.0.nupkg.sha512"
1291     },
1292     "microsoft.build.utilities.core/14.3.0": {
1293       "type": "package",
1294       "serviceable": true,
1295       "sha512": "sha512-wGluB/diyYl0iZLjiJzWJTmK0RgOgzmzb19fRBgAyORe/N6Z1zwJHK/cLJcAsuvzbanrXsf3NuGlmbc5lOvTag==",
1296       "path": "microsoft.build.utilities.core/14.3.0",
1297       "hashPath": "microsoft.build.utilities.core.14.3.0.nupkg.sha512"
1298     },
1299     "microsoft.codeanalysis.analyzers/1.1.0": {
1300       "type": "package",
1301       "serviceable": true,
1302       "sha512": "sha512-HS3iRWZKcUw/8eZ/08GXKY2Bn7xNzQPzf8gRPHGSowX7u7XXu9i9YEaBeBNKUXWfI7qjvT2zXtLUvbN0hds8vg==",
1303       "path": "microsoft.codeanalysis.analyzers/1.1.0",
1304       "hashPath": "microsoft.codeanalysis.analyzers.1.1.0.nupkg.sha512"
1305     },
1306     "microsoft.codeanalysis.build.tasks/2.0.0-rc4-61325-08": {
1307       "type": "package",
1308       "serviceable": true,
1309       "sha512": "sha512-wuc4M9fwVRqt2+9y83UOnJAeSKAzzPS3+dbTJq523yVggs8xWyyantwbKLsOvqg1QjKXARz8jcbtNWE2TXlguw==",
1310       "path": "microsoft.codeanalysis.build.tasks/2.0.0-rc4-61325-08",
1311       "hashPath": "microsoft.codeanalysis.build.tasks.2.0.0-rc4-61325-08.nupkg.sha512"
1312     },
1313     "microsoft.codeanalysis.common/2.0.0-rc4-61325-08": {
1314       "type": "package",
1315       "serviceable": true,
1316       "sha512": "sha512-UR6qFXEe2pCQyEQlxAKH78jl0kExiQXOofMG+sKEFetth2eebmR42b4tLwsmsLpJLRdi22HYBFEcUpWdPcOBJw==",
1317       "path": "microsoft.codeanalysis.common/2.0.0-rc4-61325-08",
1318       "hashPath": "microsoft.codeanalysis.common.2.0.0-rc4-61325-08.nupkg.sha512"
1319     },
1320     "microsoft.codeanalysis.compilers/2.0.0-rc4-61325-08": {
1321       "type": "package",
1322       "serviceable": true,
1323       "sha512": "sha512-cA4tGF079xpx3uuoatFy7Fk8qcqZhxWyvjzA7ZWgxtNwGFYNIGdHztRSB/aUYcBpON7cOppRyGi8GHu1iii1sQ==",
1324       "path": "microsoft.codeanalysis.compilers/2.0.0-rc4-61325-08",
1325       "hashPath": "microsoft.codeanalysis.compilers.2.0.0-rc4-61325-08.nupkg.sha512"
1326     },
1327     "microsoft.codeanalysis.csharp/2.0.0-rc4-61325-08": {
1328       "type": "package",
1329       "serviceable": true,
1330       "sha512": "sha512-YhC/itFbj9nVTT7PhiReglZVk2UgQhSiOBI2N0hdwTNU3z+tfn6/K3h01kW9Mwrd2Lqj/47ojU1rjOBmjIrEYA==",
1331       "path": "microsoft.codeanalysis.csharp/2.0.0-rc4-61325-08",
1332       "hashPath": "microsoft.codeanalysis.csharp.2.0.0-rc4-61325-08.nupkg.sha512"
1333     },
1334     "microsoft.codeanalysis.visualbasic/2.0.0-rc4-61325-08": {
1335       "type": "package",
1336       "serviceable": true,
1337       "sha512": "sha512-F5CJPT16WdBnpL7dHG3yq6Ki1tZ0EuUCM4loiw4oW2V3teqriNO3uC43E6v+AcsWe3IvfQZrj6D+irUdswLiuA==",
1338       "path": "microsoft.codeanalysis.visualbasic/2.0.0-rc4-61325-08",
1339       "hashPath": "microsoft.codeanalysis.visualbasic.2.0.0-rc4-61325-08.nupkg.sha512"
1340     },
1341     "microsoft.diasymreader.native/1.4.1": {
1342       "type": "package",
1343       "serviceable": true,
1344       "sha512": "sha512-oi9LCkKzSm7WgI0LsODDQUQdzldNdv9BU/QDoW9QMu+uN4baJXANkTWrjc2+aTqeftyhPXF1fn/m9jPo7mJ6FA=="
1345     },
1346     "microsoft.net.compilers.netcore/2.0.0-rc4-61325-08": {
1347       "type": "package",
1348       "serviceable": true,
1349       "sha512": "sha512-O/Ptsk/nR4uH1DzzR3Vkbx2ADgbT9XF7IYQXSD6aMdEhCcon1mIzIVtMQ+a1Jarc5Tb7ufZqKl0C0KQI90oT1g==",
1350       "path": "microsoft.net.compilers.netcore/2.0.0-rc4-61325-08",
1351       "hashPath": "microsoft.net.compilers.netcore.2.0.0-rc4-61325-08.nupkg.sha512"
1352     },
1353     "microsoft.netcore.targets/1.1.0": {
1354       "type": "package",
1355       "serviceable": true,
1356       "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
1357       "path": "microsoft.netcore.targets/1.1.0",
1358       "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
1359     },
1360     "microsoft.win32.primitives/4.3.0": {
1361       "type": "package",
1362       "serviceable": true,
1363       "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==",
1364       "path": "microsoft.win32.primitives/4.3.0",
1365       "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512"
1366     },
1367     "microsoft.win32.registry/4.3.0": {
1368       "type": "package",
1369       "serviceable": true,
1370       "sha512": "sha512-Lw1/VwLH1yxz6SfFEjVRCN0pnflLEsWgnV4qsdJ512/HhTwnKXUG+zDQ4yTO3K/EJQemGoNaBHX5InISNKTzUQ=="
1371     },
1372     "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0": {
1373       "type": "package",
1374       "serviceable": true,
1375       "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q=="
1376     },
1377     "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0": {
1378       "type": "package",
1379       "serviceable": true,
1380       "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA=="
1381     },
1382     "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0": {
1383       "type": "package",
1384       "serviceable": true,
1385       "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw=="
1386     },
1387     "runtime.native.system/4.3.0": {
1388       "type": "package",
1389       "serviceable": true,
1390       "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==",
1391       "path": "runtime.native.system/4.3.0",
1392       "hashPath": "runtime.native.system.4.3.0.nupkg.sha512"
1393     },
1394     "runtime.native.system.io.compression/4.3.0": {
1395       "type": "package",
1396       "serviceable": true,
1397       "sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==",
1398       "path": "runtime.native.system.io.compression/4.3.0",
1399       "hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512"
1400     },
1401     "runtime.native.system.net.http/4.3.0": {
1402       "type": "package",
1403       "serviceable": true,
1404       "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==",
1405       "path": "runtime.native.system.net.http/4.3.0",
1406       "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512"
1407     },
1408     "runtime.native.system.security.cryptography.apple/4.3.0": {
1409       "type": "package",
1410       "serviceable": true,
1411       "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==",
1412       "path": "runtime.native.system.security.cryptography.apple/4.3.0",
1413       "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
1414     },
1415     "runtime.native.system.security.cryptography.openssl/4.3.0": {
1416       "type": "package",
1417       "serviceable": true,
1418       "sha512": "sha512-NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==",
1419       "path": "runtime.native.system.security.cryptography.openssl/4.3.0",
1420       "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
1421     },
1422     "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0": {
1423       "type": "package",
1424       "serviceable": true,
1425       "sha512": "sha512-b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A=="
1426     },
1427     "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0": {
1428       "type": "package",
1429       "serviceable": true,
1430       "sha512": "sha512-KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ=="
1431     },
1432     "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0": {
1433       "type": "package",
1434       "serviceable": true,
1435       "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ=="
1436     },
1437     "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0": {
1438       "type": "package",
1439       "serviceable": true,
1440       "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g=="
1441     },
1442     "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0": {
1443       "type": "package",
1444       "serviceable": true,
1445       "sha512": "sha512-nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg=="
1446     },
1447     "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0": {
1448       "type": "package",
1449       "serviceable": true,
1450       "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ=="
1451     },
1452     "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0": {
1453       "type": "package",
1454       "serviceable": true,
1455       "sha512": "sha512-I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A=="
1456     },
1457     "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0": {
1458       "type": "package",
1459       "serviceable": true,
1460       "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg=="
1461     },
1462     "system.appcontext/4.3.0": {
1463       "type": "package",
1464       "serviceable": true,
1465       "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA=="
1466     },
1467     "system.buffers/4.3.0": {
1468       "type": "package",
1469       "serviceable": true,
1470       "sha512": "sha512-ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ=="
1471     },
1472     "system.collections/4.3.0": {
1473       "type": "package",
1474       "serviceable": true,
1475       "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
1476       "path": "system.collections/4.3.0",
1477       "hashPath": "system.collections.4.3.0.nupkg.sha512"
1478     },
1479     "system.collections.concurrent/4.3.0": {
1480       "type": "package",
1481       "serviceable": true,
1482       "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ=="
1483     },
1484     "system.collections.immutable/1.3.1": {
1485       "type": "package",
1486       "serviceable": true,
1487       "sha512": "sha512-n+AGX7zmiZumW9aggOkXaHzUeAS3EfeTErnkKCusyONUozbTv+kMb8VE36m+ldV6kF9g57G2c641KCdgH9E0pg=="
1488     },
1489     "system.collections.nongeneric/4.0.1": {
1490       "type": "package",
1491       "serviceable": true,
1492       "sha512": "sha512-hMxFT2RhhlffyCdKLDXjx8WEC5JfCvNozAZxCablAuFRH74SCV4AgzE8yJCh/73bFnEoZgJ9MJmkjQ0dJmnKqA=="
1493     },
1494     "system.collections.specialized/4.0.1": {
1495       "type": "package",
1496       "serviceable": true,
1497       "sha512": "sha512-/HKQyVP0yH1I0YtK7KJL/28snxHNH/bi+0lgk/+MbURF6ULhAE31MDI+NZDerNWu264YbxklXCCygISgm+HMug=="
1498     },
1499     "system.console/4.3.0": {
1500       "type": "package",
1501       "serviceable": true,
1502       "sha512": "sha512-DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==",
1503       "path": "system.console/4.3.0",
1504       "hashPath": "system.console.4.3.0.nupkg.sha512"
1505     },
1506     "system.diagnostics.debug/4.3.0": {
1507       "type": "package",
1508       "serviceable": true,
1509       "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",
1510       "path": "system.diagnostics.debug/4.3.0",
1511       "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512"
1512     },
1513     "system.diagnostics.fileversioninfo/4.3.0": {
1514       "type": "package",
1515       "serviceable": true,
1516       "sha512": "sha512-omCF64wzQ3Q2CeIqkD6lmmxeMZtGHUmzgFMPjfVaOsyqpR66p/JaZzManMw1s33osoAb5gqpncsjie67+yUPHQ=="
1517     },
1518     "system.diagnostics.process/4.3.0": {
1519       "type": "package",
1520       "serviceable": true,
1521       "sha512": "sha512-J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g=="
1522     },
1523     "system.diagnostics.stacktrace/4.3.0": {
1524       "type": "package",
1525       "serviceable": true,
1526       "sha512": "sha512-BiHg0vgtd35/DM9jvtaC1eKRpWZxr0gcQd643ABG7GnvSlf5pOkY2uyd42mMOJoOmKvnpNj0F4tuoS1pacTwYw=="
1527     },
1528     "system.diagnostics.tools/4.3.0": {
1529       "type": "package",
1530       "serviceable": true,
1531       "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==",
1532       "path": "system.diagnostics.tools/4.3.0",
1533       "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512"
1534     },
1535     "system.diagnostics.tracing/4.3.0": {
1536       "type": "package",
1537       "serviceable": true,
1538       "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==",
1539       "path": "system.diagnostics.tracing/4.3.0",
1540       "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512"
1541     },
1542     "system.dynamic.runtime/4.3.0": {
1543       "type": "package",
1544       "serviceable": true,
1545       "sha512": "sha512-SNVi1E/vfWUAs/WYKhE9+qlS6KqK0YVhnlT0HQtr8pMIA8YX3lwy3uPMownDwdYISBdmAF/2holEIldVp85Wag=="
1546     },
1547     "system.globalization/4.3.0": {
1548       "type": "package",
1549       "serviceable": true,
1550       "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
1551       "path": "system.globalization/4.3.0",
1552       "hashPath": "system.globalization.4.3.0.nupkg.sha512"
1553     },
1554     "system.globalization.calendars/4.3.0": {
1555       "type": "package",
1556       "serviceable": true,
1557       "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==",
1558       "path": "system.globalization.calendars/4.3.0",
1559       "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512"
1560     },
1561     "system.globalization.extensions/4.0.1": {
1562       "type": "package",
1563       "serviceable": true,
1564       "sha512": "sha512-KKo23iKeOaIg61SSXwjANN7QYDr/3op3OWGGzDzz7mypx0Za0fZSeG0l6cco8Ntp8YMYkIQcAqlk8yhm5/Uhcg=="
1565     },
1566     "system.io/4.3.0": {
1567       "type": "package",
1568       "serviceable": true,
1569       "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
1570       "path": "system.io/4.3.0",
1571       "hashPath": "system.io.4.3.0.nupkg.sha512"
1572     },
1573     "system.io.compression/4.3.0": {
1574       "type": "package",
1575       "serviceable": true,
1576       "sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg=="
1577     },
1578     "system.io.filesystem/4.3.0": {
1579       "type": "package",
1580       "serviceable": true,
1581       "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==",
1582       "path": "system.io.filesystem/4.3.0",
1583       "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512"
1584     },
1585     "system.io.filesystem.driveinfo/4.3.0": {
1586       "type": "package",
1587       "serviceable": true,
1588       "sha512": "sha512-G5mdrArPM927DRs1fYqUzMYH9JW+fjEHtdawypg05hpkoeFI0nrqDJ8mcZCQheRoD+79K68b06esyxXnt7RxhA=="
1589     },
1590     "system.io.filesystem.primitives/4.3.0": {
1591       "type": "package",
1592       "serviceable": true,
1593       "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw=="
1594     },
1595     "system.io.pipes/4.3.0": {
1596       "type": "package",
1597       "serviceable": true,
1598       "sha512": "sha512-wpGJuACA6r8+KRckXoI6ghGTwgPRiICI6T7kgHI/m7S5eMqV/8jH37fzAUhTwIe9RwlH/j1sWwm2Q2zyXwZGHw=="
1599     },
1600     "system.linq/4.3.0": {
1601       "type": "package",
1602       "serviceable": true,
1603       "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw=="
1604     },
1605     "system.linq.expressions/4.3.0": {
1606       "type": "package",
1607       "serviceable": true,
1608       "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg=="
1609     },
1610     "system.net.primitives/4.3.0": {
1611       "type": "package",
1612       "serviceable": true,
1613       "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==",
1614       "path": "system.net.primitives/4.3.0",
1615       "hashPath": "system.net.primitives.4.3.0.nupkg.sha512"
1616     },
1617     "system.net.sockets/4.3.0": {
1618       "type": "package",
1619       "serviceable": true,
1620       "sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==",
1621       "path": "system.net.sockets/4.3.0",
1622       "hashPath": "system.net.sockets.4.3.0.nupkg.sha512"
1623     },
1624     "system.objectmodel/4.3.0": {
1625       "type": "package",
1626       "serviceable": true,
1627       "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ=="
1628     },
1629     "system.reflection/4.3.0": {
1630       "type": "package",
1631       "serviceable": true,
1632       "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
1633       "path": "system.reflection/4.3.0",
1634       "hashPath": "system.reflection.4.3.0.nupkg.sha512"
1635     },
1636     "system.reflection.emit/4.3.0": {
1637       "type": "package",
1638       "serviceable": true,
1639       "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg=="
1640     },
1641     "system.reflection.emit.ilgeneration/4.3.0": {
1642       "type": "package",
1643       "serviceable": true,
1644       "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng=="
1645     },
1646     "system.reflection.emit.lightweight/4.3.0": {
1647       "type": "package",
1648       "serviceable": true,
1649       "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA=="
1650     },
1651     "system.reflection.extensions/4.3.0": {
1652       "type": "package",
1653       "serviceable": true,
1654       "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==",
1655       "path": "system.reflection.extensions/4.3.0",
1656       "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512"
1657     },
1658     "system.reflection.metadata/1.4.2": {
1659       "type": "package",
1660       "serviceable": true,
1661       "sha512": "sha512-KYPNMDrLB2R+G5JJiJ2fjBpihtktKVIjsirmyyv+VDo5rQkIR9BWeCYM1wDSzbQatWNZ/NQfPsQyTB1Ui3qBfQ=="
1662     },
1663     "system.reflection.primitives/4.3.0": {
1664       "type": "package",
1665       "serviceable": true,
1666       "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
1667       "path": "system.reflection.primitives/4.3.0",
1668       "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
1669     },
1670     "system.reflection.typeextensions/4.3.0": {
1671       "type": "package",
1672       "serviceable": true,
1673       "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA=="
1674     },
1675     "system.resources.reader/4.0.0": {
1676       "type": "package",
1677       "serviceable": true,
1678       "sha512": "sha512-VX1iHAoHxgrLZv+nq/9drCZI6Q4SSCzSVyUm1e0U60sqWdj6XhY7wvKmy3RvsSal9h+/vqSWwxxJsm0J4vn/jA=="
1679     },
1680     "system.resources.resourcemanager/4.3.0": {
1681       "type": "package",
1682       "serviceable": true,
1683       "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
1684       "path": "system.resources.resourcemanager/4.3.0",
1685       "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512"
1686     },
1687     "system.runtime/4.3.0": {
1688       "type": "package",
1689       "serviceable": true,
1690       "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
1691       "path": "system.runtime/4.3.0",
1692       "hashPath": "system.runtime.4.3.0.nupkg.sha512"
1693     },
1694     "system.runtime.extensions/4.3.0": {
1695       "type": "package",
1696       "serviceable": true,
1697       "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
1698       "path": "system.runtime.extensions/4.3.0",
1699       "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512"
1700     },
1701     "system.runtime.handles/4.3.0": {
1702       "type": "package",
1703       "serviceable": true,
1704       "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",
1705       "path": "system.runtime.handles/4.3.0",
1706       "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512"
1707     },
1708     "system.runtime.interopservices/4.3.0": {
1709       "type": "package",
1710       "serviceable": true,
1711       "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==",
1712       "path": "system.runtime.interopservices/4.3.0",
1713       "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512"
1714     },
1715     "system.runtime.loader/4.3.0": {
1716       "type": "package",
1717       "serviceable": true,
1718       "sha512": "sha512-DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ=="
1719     },
1720     "system.runtime.numerics/4.3.0": {
1721       "type": "package",
1722       "serviceable": true,
1723       "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ=="
1724     },
1725     "system.security.accesscontrol/4.3.0": {
1726       "type": "package",
1727       "serviceable": true,
1728       "sha512": "sha512-AqO2yLFGvtaTREHXTma3XR8RVlj/+nOMA2zlcWd+TGD13eCbl+JbfzCQU4chy7gLRLGJvJHNQAOk1TJc7E7JEQ=="
1729     },
1730     "system.security.claims/4.3.0": {
1731       "type": "package",
1732       "serviceable": true,
1733       "sha512": "sha512-P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA=="
1734     },
1735     "system.security.cryptography.algorithms/4.3.0": {
1736       "type": "package",
1737       "serviceable": true,
1738       "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg=="
1739     },
1740     "system.security.cryptography.cng/4.3.0": {
1741       "type": "package",
1742       "serviceable": true,
1743       "sha512": "sha512-03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g=="
1744     },
1745     "system.security.cryptography.csp/4.3.0": {
1746       "type": "package",
1747       "serviceable": true,
1748       "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA=="
1749     },
1750     "system.security.cryptography.encoding/4.3.0": {
1751       "type": "package",
1752       "serviceable": true,
1753       "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw=="
1754     },
1755     "system.security.cryptography.openssl/4.3.0": {
1756       "type": "package",
1757       "serviceable": true,
1758       "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w=="
1759     },
1760     "system.security.cryptography.primitives/4.3.0": {
1761       "type": "package",
1762       "serviceable": true,
1763       "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg=="
1764     },
1765     "system.security.cryptography.x509certificates/4.3.0": {
1766       "type": "package",
1767       "serviceable": true,
1768       "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw=="
1769     },
1770     "system.security.principal/4.3.0": {
1771       "type": "package",
1772       "serviceable": true,
1773       "sha512": "sha512-I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A=="
1774     },
1775     "system.security.principal.windows/4.3.0": {
1776       "type": "package",
1777       "serviceable": true,
1778       "sha512": "sha512-HVL1rvqYtnRCxFsYag/2le/ZfKLK4yMw79+s6FmKXbSCNN0JeAhrYxnRAHFoWRa0dEojsDcbBSpH3l22QxAVyw=="
1779     },
1780     "system.text.encoding/4.3.0": {
1781       "type": "package",
1782       "serviceable": true,
1783       "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
1784       "path": "system.text.encoding/4.3.0",
1785       "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
1786     },
1787     "system.text.encoding.codepages/4.3.0": {
1788       "type": "package",
1789       "serviceable": true,
1790       "sha512": "sha512-IRiEFUa5b/Gs5Egg8oqBVoywhtOeaO2KOx3j0RfcYY/raxqBuEK7NXRDgOwtYM8qbi+7S4RPXUbNt+ZxyY0/NQ==",
1791       "path": "system.text.encoding.codepages/4.3.0",
1792       "hashPath": "system.text.encoding.codepages.4.3.0.nupkg.sha512"
1793     },
1794     "system.text.encoding.extensions/4.3.0": {
1795       "type": "package",
1796       "serviceable": true,
1797       "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==",
1798       "path": "system.text.encoding.extensions/4.3.0",
1799       "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512"
1800     },
1801     "system.text.regularexpressions/4.3.0": {
1802       "type": "package",
1803       "serviceable": true,
1804       "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA=="
1805     },
1806     "system.threading/4.3.0": {
1807       "type": "package",
1808       "serviceable": true,
1809       "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw=="
1810     },
1811     "system.threading.overlapped/4.3.0": {
1812       "type": "package",
1813       "serviceable": true,
1814       "sha512": "sha512-m3HQ2dPiX/DSTpf+yJt8B0c+SRvzfqAJKx+QDWi+VLhz8svLT23MVjEOHPF/KiSLeArKU/iHescrbLd3yVgyNg=="
1815     },
1816     "system.threading.tasks/4.3.0": {
1817       "type": "package",
1818       "serviceable": true,
1819       "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
1820       "path": "system.threading.tasks/4.3.0",
1821       "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
1822     },
1823     "system.threading.tasks.extensions/4.3.0": {
1824       "type": "package",
1825       "serviceable": true,
1826       "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug=="
1827     },
1828     "system.threading.tasks.parallel/4.3.0": {
1829       "type": "package",
1830       "serviceable": true,
1831       "sha512": "sha512-cbjBNZHf/vQCfcdhzx7knsiygoCKgxL8mZOeocXZn5gWhCdzHIq6bYNKWX0LAJCWYP7bds4yBK8p06YkP0oa0g=="
1832     },
1833     "system.threading.thread/4.3.0": {
1834       "type": "package",
1835       "serviceable": true,
1836       "sha512": "sha512-OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ=="
1837     },
1838     "system.threading.threadpool/4.3.0": {
1839       "type": "package",
1840       "serviceable": true,
1841       "sha512": "sha512-k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw=="
1842     },
1843     "system.valuetuple/4.3.0": {
1844       "type": "package",
1845       "serviceable": true,
1846       "sha512": "sha512-cNLEvBX3d6MMQRZe3SMFNukVbitDAEpVZO17qa0/2FHxZ7Y7PpFRpr6m2615XYM/tYYYf0B+WyHNujqIw8Luwg==",
1847       "path": "system.valuetuple/4.3.0",
1848       "hashPath": "system.valuetuple.4.3.0.nupkg.sha512"
1849     },
1850     "system.xml.readerwriter/4.3.0": {
1851       "type": "package",
1852       "serviceable": true,
1853       "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA=="
1854     },
1855     "system.xml.xdocument/4.3.0": {
1856       "type": "package",
1857       "serviceable": true,
1858       "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ=="
1859     },
1860     "system.xml.xmldocument/4.3.0": {
1861       "type": "package",
1862       "serviceable": true,
1863       "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww=="
1864     },
1865     "system.xml.xpath/4.3.0": {
1866       "type": "package",
1867       "serviceable": true,
1868       "sha512": "sha512-v1JQ5SETnQusqmS3RwStF7vwQ3L02imIzl++sewmt23VGygix04pEH+FCj1yWb+z4GDzKiljr1W7Wfvrx0YwgA=="
1869     },
1870     "system.xml.xpath.xdocument/4.3.0": {
1871       "type": "package",
1872       "serviceable": true,
1873       "sha512": "sha512-jw9oHHEIVW53mHY9PgrQa98Xo2IZ0ZjrpdOTmtvk+Rvg4tq7dydmxdNqUvJ5YwjDqhn75mBXWttWjiKhWP53LQ=="
1874     }
1875   }
1876 }