-
-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathpackages.lock.json
2320 lines (2320 loc) · 103 KB
/
packages.lock.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"version": 1,
"dependencies": {
".NETFramework,Version=v4.7.2": {
"CliWrap": {
"type": "Direct",
"requested": "[3.4.1, )",
"resolved": "3.4.1",
"contentHash": "dXgBVHXxErwlSOHullgPYWeiFFs12QBSs87xGBDc/QUfunWYDL/vv7IH7Accp/qfcwSNMyDIbfeD1PPecdKRCQ==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "6.0.0",
"System.Buffers": "4.5.1",
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
"System.Threading.Tasks.Extensions": "4.5.4",
"System.ValueTuple": "4.5.0"
}
},
"CommunityToolkit.Mvvm": {
"type": "Direct",
"requested": "[8.2.2, )",
"resolved": "8.2.2",
"contentHash": "r0g0k9tGYdrnz8R7T3x5UiokDffeevzK/2P/9SBL6fqLgN8B157MIi/bVUWI1KAz6ZorZrK9AdABCWUeXZZsvA==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "7.0.0",
"System.ComponentModel.Annotations": "5.0.0",
"System.Memory": "4.5.5",
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
}
},
"ICSharpCode.Decompiler": {
"type": "Direct",
"requested": "[7.2.1.6856, )",
"resolved": "7.2.1.6856",
"contentHash": "0YtLSmDhFJb79+K4c/unBWT5ZHu9ov++k0gCfxIB6+uM/n5TEYjZMKSiEQDB6FeaeLPmduxB3SYxasLIDjuhEQ==",
"dependencies": {
"Microsoft.Win32.Registry": "5.0.0",
"System.Collections.Immutable": "5.0.0",
"System.Reflection.Metadata": "5.0.0"
}
},
"MessagePack": {
"type": "Direct",
"requested": "[2.3.112, )",
"resolved": "2.3.112",
"contentHash": "7RftOBy7/eKuWnHExT4zkkD7gtvli7J1dknOpiz3Lj3RUpV2Lo1jAC5VA1dGFujadiA0PtiwoU2Lt43rAGZ64Q==",
"dependencies": {
"MessagePack.Annotations": "2.3.112",
"Microsoft.Bcl.AsyncInterfaces": "1.0.0",
"System.Collections.Immutable": "1.5.0",
"System.Memory": "4.5.3",
"System.Reflection.Emit": "4.6.0",
"System.Reflection.Emit.Lightweight": "4.6.0",
"System.Runtime.CompilerServices.Unsafe": "4.5.2",
"System.Threading.Tasks.Extensions": "4.5.3"
}
},
"Microsoft.Build": {
"type": "Direct",
"requested": "[16.11.0, )",
"resolved": "16.11.0",
"contentHash": "azKjcFDIGgyVWRtSSYr/Zb42xV1F0iyQyjOzdpg34UEz7HFvGJl7av7HZrNSaQ2hCqqdgfU+e9gTzguJywBofA==",
"dependencies": {
"Microsoft.Build.Framework": "16.11.0",
"Microsoft.NET.StringTools": "1.0.0",
"Microsoft.VisualStudio.Setup.Configuration.Interop": "1.16.30",
"System.Collections.Immutable": "5.0.0",
"System.Configuration.ConfigurationManager": "4.7.0",
"System.Memory": "4.5.4",
"System.Text.Json": "4.7.0",
"System.Threading.Tasks.Dataflow": "4.9.0"
}
},
"Microsoft.Build.Framework": {
"type": "Direct",
"requested": "[16.11.0, )",
"resolved": "16.11.0",
"contentHash": "ZBKk+0W/fstpsYg7j1nNvqUQ4vjl4xetKwRf7/CCp956lckEOKuCpNO9yj0yO/UlmUaNGU+8csF+oYWIdOZGPw=="
},
"Microsoft.Build.Tasks.Core": {
"type": "Direct",
"requested": "[16.11.0, )",
"resolved": "16.11.0",
"contentHash": "nEQgJlskVzK0oaBlPNYGbBpU7uPTwTHJ1T2rid3LRc6/CKOuBPtXEWgF1HxsldlHsx5q79sn8AE0RqAhQm7EVQ==",
"dependencies": {
"Microsoft.Build.Framework": "16.11.0",
"Microsoft.Build.Utilities.Core": "16.11.0",
"Microsoft.NET.StringTools": "1.0.0",
"Microsoft.VisualStudio.Setup.Configuration.Interop": "1.16.30",
"System.Collections.Immutable": "5.0.0",
"System.Resources.Extensions": "4.6.0",
"System.Threading.Tasks.Dataflow": "4.9.0"
}
},
"Microsoft.Build.Utilities.Core": {
"type": "Direct",
"requested": "[16.11.0, )",
"resolved": "16.11.0",
"contentHash": "qJ02OPuYuCkcJRm3AeUV3GT6vQ1yGg4ChKi6wc+X7bSJqu6yuTxwVn7kSPx/4uD/kPyhJkzOPRi1ez5SLdXFeQ==",
"dependencies": {
"Microsoft.Build.Framework": "16.11.0",
"Microsoft.NET.StringTools": "1.0.0",
"Microsoft.VisualStudio.Setup.Configuration.Interop": "1.16.30",
"System.Collections.Immutable": "5.0.0",
"System.Configuration.ConfigurationManager": "4.7.0"
}
},
"Microsoft.CodeAnalysis.BannedApiAnalyzers": {
"type": "Direct",
"requested": "[3.3.3, )",
"resolved": "3.3.3",
"contentHash": "vvz3XCHVrd/Ks4xPoutLmL/T2+8JcOk/OMs3ngwQqnzokQCGEDsY+WjK/txCsDWU29sX3fGzH/FnYwNV93O1mA=="
},
"Microsoft.Extensions.DependencyInjection": {
"type": "Direct",
"requested": "[6.0.2, )",
"resolved": "6.0.2",
"contentHash": "gWUfUZ2ZDvwiVCxsOMComAhG43xstNWWVjV2takUZYRuDSJjO9Q5/b3tfOSkl5mcVwZAL3RZviRj5ZilxHghlw==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "6.0.0",
"Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
"Microsoft.Extensions.Options": {
"type": "Direct",
"requested": "[6.0.0, )",
"resolved": "6.0.0",
"contentHash": "dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==",
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
"Microsoft.Extensions.Primitives": "6.0.0"
}
},
"Microsoft.VisualStudio.Composition": {
"type": "Direct",
"requested": "[16.9.20, )",
"resolved": "16.9.20",
"contentHash": "7vrGl8+9p+vBpqfnQlQ0I2/2qRk3coYxszn9Mu12Xxxoqc/FfHcxJUyGgdqoc0o1EAwkXzKm7FNuyOHFhQ1McQ==",
"dependencies": {
"Microsoft.VisualStudio.Composition.Analyzers": "16.9.20",
"Microsoft.VisualStudio.Composition.NetFxAttributes": "16.9.20",
"Microsoft.VisualStudio.Validation": "15.5.31",
"System.ComponentModel.Composition": "4.5.0",
"System.Composition": "1.0.31",
"System.Reflection.Emit": "4.3.0",
"System.Reflection.Metadata": "1.6.0",
"System.Reflection.TypeExtensions": "4.3.0",
"System.Threading.Tasks.Dataflow": "4.11.1"
}
},
"Microsoft.VisualStudio.Debugger.Engine": {
"type": "Direct",
"requested": "[16.10.1051404, )",
"resolved": "16.10.1051404",
"contentHash": "9cAwDmbVof7FpwN8fa0pymYaxAM6vIcLVymnYzZBapn07Av+pwhbY4LbJdP0/GGE66uam+Tbvh7xHYJHtfmr0g==",
"dependencies": {
"Microsoft.VisualStudio.Debugger.Interop.11.0": "11.0.50728",
"Microsoft.VisualStudio.Debugger.InteropA": "9.0.21023"
}
},
"Microsoft.VisualStudio.ProjectSystem": {
"type": "Direct",
"requested": "[16.2.133-pre, )",
"resolved": "16.2.133-pre",
"contentHash": "44Da0Dzvs5zibCVDHCAko7nxqjb4/QACmSMjaKAMIttKjppw+48nSHI/InyC/O1OjtF0iKPCu+wXsdeDFn738w==",
"dependencies": {
"Microsoft.Build": "16.0.461",
"Microsoft.Build.Framework": "16.0.461",
"Microsoft.Build.Tasks.Core": "16.0.461",
"Microsoft.VisualStudio.Composition": "15.8.98",
"Microsoft.VisualStudio.Threading": "16.0.102",
"Microsoft.VisualStudio.Validation": "15.3.58",
"System.Collections.Immutable": "1.5.0",
"System.Composition": "1.0.31",
"System.Threading.Tasks.Dataflow": "4.5.24",
"System.Threading.Tasks.Extensions": "4.5.2"
}
},
"Microsoft.VisualStudio.ProjectSystem.Sdk": {
"type": "Direct",
"requested": "[16.2.133-pre, )",
"resolved": "16.2.133-pre",
"contentHash": "xFkVLrS6GPuofFvrhynI9pG5v6F+Ad877htwr5pwArpbhNvsWaQKzb7yDHpA6z8lh+8m2jQmShh2SGc8GLRfrA==",
"dependencies": {
"Microsoft.VisualStudio.ProjectSystem": "16.2.133-pre",
"Microsoft.VisualStudio.ProjectSystem.Sdk.Tools": "16.2.133-pre"
}
},
"Microsoft.VisualStudio.SDK": {
"type": "Direct",
"requested": "[16.10.31321.278, )",
"resolved": "16.10.31321.278",
"contentHash": "caL+lpMW4K0e8FdT4d0DrxztXcqunJfRb9Zqd9YX+YQaIvoNGti8hgL1e3/rz+AfHbCnZolkP88+K+gOHlF9cQ==",
"dependencies": {
"EnvDTE100": "16.10.31320.204",
"Microsoft.VisualStudio.CommandBars": "16.10.31320.204",
"Microsoft.VisualStudio.ComponentModelHost": "16.10.230",
"Microsoft.VisualStudio.CoreUtility": "16.10.230",
"Microsoft.VisualStudio.Debugger.Interop.12.0": "16.10.31320.204",
"Microsoft.VisualStudio.Debugger.Interop.14.0": "16.10.31320.204",
"Microsoft.VisualStudio.Debugger.Interop.15.0": "16.10.31320.204",
"Microsoft.VisualStudio.Debugger.Interop.16.0": "16.10.31320.204",
"Microsoft.VisualStudio.Designer.Interfaces": "16.10.31320.204",
"Microsoft.VisualStudio.Editor": "16.10.230",
"Microsoft.VisualStudio.ImageCatalog": "16.10.31320.204",
"Microsoft.VisualStudio.Imaging": "16.10.31321.278",
"Microsoft.VisualStudio.Language": "16.10.230",
"Microsoft.VisualStudio.Language.Intellisense": "16.10.230",
"Microsoft.VisualStudio.Language.NavigateTo.Interfaces": "16.10.230",
"Microsoft.VisualStudio.Language.StandardClassification": "16.10.230",
"Microsoft.VisualStudio.LanguageServer.Client": "16.10.1220",
"Microsoft.VisualStudio.OLE.Interop": "16.10.31320.204",
"Microsoft.VisualStudio.Package.LanguageService.15.0": "16.10.31321.278",
"Microsoft.VisualStudio.ProjectAggregator": "16.10.31320.204",
"Microsoft.VisualStudio.SDK.Analyzers": "16.10.1",
"Microsoft.VisualStudio.SDK.EmbedInteropTypes": "15.0.34",
"Microsoft.VisualStudio.Shell.Design": "16.10.31321.278",
"Microsoft.VisualStudio.Shell.Embeddable": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Immutable.10.0": "16.10.31321.278",
"Microsoft.VisualStudio.Shell.Immutable.11.0": "16.10.31321.278",
"Microsoft.VisualStudio.Shell.Immutable.12.0": "16.10.31321.278",
"Microsoft.VisualStudio.Shell.Immutable.14.0": "16.10.31321.278",
"Microsoft.VisualStudio.Shell.Interop": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.15.1.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.15.5.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.15.7.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.15.8.DesignTime": "16.10.31320.212",
"Microsoft.VisualStudio.Shell.Interop.16.0.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.16.1.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.16.10.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.16.2.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.16.3.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.16.4.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.16.5.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.16.6.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.16.7.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.16.9.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.TaskRunnerExplorer.14.0": "14.0.0",
"Microsoft.VisualStudio.Text.Logic": "16.10.230",
"Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.TextTemplating.15.0": "16.10.31320.204",
"Microsoft.VisualStudio.TextTemplating.Interfaces.15.0": "16.10.31320.204",
"Microsoft.VisualStudio.TextTemplating.VSHost.15.0": "16.10.31321.278",
"Microsoft.VisualStudio.VSHelp80": "16.10.31320.204",
"Microsoft.VisualStudio.WCFReference.Interop": "16.10.31320.204",
"Microsoft.VisualStudio.Web.BrowserLink.12.0": "12.0.0",
"Microsoft.Win32.Primitives": "4.3.0",
"System.ComponentModel.Composition": "4.5.0",
"VSLangProj100": "16.10.31320.204",
"VSLangProj150": "16.10.31320.204",
"VSLangProj157": "16.10.31320.204",
"VSLangProj158": "16.10.31320.204",
"VSLangProj165": "16.10.31320.204",
"VSLangProj2": "16.10.31320.204"
}
},
"Microsoft.VisualStudio.Text.Data": {
"type": "Direct",
"requested": "[16.10.230, )",
"resolved": "16.10.230",
"contentHash": "6uKWOu5nlP5PyxFj8brV2n2k0OY9Ax1/JVgY6QEdhcDMHrCEhIyAiZO4SsDoMmTSv0rXfgxLTZpl/+nQjPyfEg==",
"dependencies": {
"Microsoft.VisualStudio.CoreUtility": "16.10.230",
"Microsoft.VisualStudio.Threading": "16.10.56"
}
},
"Microsoft.VisualStudio.TextTemplating.VSHost.15.0": {
"type": "Direct",
"requested": "[16.10.31321.278, )",
"resolved": "16.10.31321.278",
"contentHash": "Df4CgFLQZe1/mPQe/195YWnHtmZqiZNZ0fA1RA1Q1zb4YzImgSjv/CLKk6tog11nppH0jVpqyyXwjETOqziKAw==",
"dependencies": {
"Microsoft.VisualStudio.Shell.Framework": "16.10.31321.278",
"Microsoft.VisualStudio.TextTemplating.15.0": "16.10.31320.204"
}
},
"Microsoft.VSSDK.BuildTools": {
"type": "Direct",
"requested": "[16.11.35, )",
"resolved": "16.11.35",
"contentHash": "CwQvIcdwRhu4VD3LsmkKMjH2uyZcxD46y16zKfY83ez92FwnHJfRvMgOJa+mK/WpIEM/lbo9ZXkqD+FPPn2+cA==",
"dependencies": {
"Microsoft.VisualStudio.SDK.Analyzers": "15.8.33"
}
},
"nanoFramework.CoreLibrary": {
"type": "Direct",
"requested": "[1.15.5, )",
"resolved": "1.15.5",
"contentHash": "u2+GvAp1uxLrGdILACAZy+EVKOs28EQ52j8Lz7599egXZ3GBGejjnR2ofhjMQwzrJLlgtyrsx8nSLngDfJNsAg=="
},
"nanoFramework.TestFramework": {
"type": "Direct",
"requested": "[2.1.113, )",
"resolved": "2.1.113",
"contentHash": "+aFNv9Kew1rxYL7boHO1WUdLRIFeqkUW23770dxQwynUquqob56nI1c5I4E4QAaCQg6TnZm+SLEIa2USHRuoRg=="
},
"nanoFramework.Tools.Debugger.Net": {
"type": "Direct",
"requested": "[2.5.6, )",
"resolved": "2.5.6",
"contentHash": "uhicQWLMeMfxuhul5iNbSFdotIuEoiHCOVE70NMZSf1zAm0rg3GxmEL8daZoVhx/dHT9EFIxFWWRSF0xHjHfLw==",
"dependencies": {
"Polly": "7.2.4",
"System.IO.Ports": "8.0.0"
}
},
"nanoFramework.Tools.MetadataProcessor.MsBuildTask": {
"type": "Direct",
"requested": "[3.0.56, )",
"resolved": "3.0.56",
"contentHash": "kNLz394HLWf+dPQkjA8TJKyU15wx0aSxbIXeWeEDdniEYZBS5gaxR/2zFXzEGtC1S4GJs56aaQQRreCiMZuV2Q=="
},
"Nerdbank.GitVersioning": {
"type": "Direct",
"requested": "[3.6.146, )",
"resolved": "3.6.146",
"contentHash": "W1eQ8hD9Y/cZ2+ilgxECl003xr1hybpN3fMxoTlMqg++BixETBMWzS4y9s08oHJKXgKtudsoxhITNOEf1OR66w=="
},
"Newtonsoft.Json": {
"type": "Direct",
"requested": "[13.0.3, )",
"resolved": "13.0.3",
"contentHash": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ=="
},
"NuGet.VisualStudio": {
"type": "Direct",
"requested": "[5.11.6, )",
"resolved": "5.11.6",
"contentHash": "v5soFFACYPdwWmcful8sESkjmVrDgJJ4L4EJK9vqGC+6uSQplCs124ekxa5BIW3/RbsvvGKoHQfGqQmL8tW37A==",
"dependencies": {
"VSSDK.TemplateWizardInterface": "12.0.4"
}
},
"stdole": {
"type": "Direct",
"requested": "[16.10.31320.204, )",
"resolved": "16.10.31320.204",
"contentHash": "kUqWOJOISt3WxmaNVXHllnsY2JJZbin92FnRrfjz6K0ddU7K1M2MhMPlwSxViDaPZecOd2lqJpnCyFz+JKlx+Q==",
"dependencies": {
"Microsoft.VisualStudio.SDK.EmbedInteropTypes": "15.0.34"
}
},
"StreamJsonRpc": {
"type": "Direct",
"requested": "[2.8.28, )",
"resolved": "2.8.28",
"contentHash": "i2hKUXJSLEoWpPqQNyISqLDqmFHMiyasjTC/PrrHNWhQyauFeVoebSct3E4OTUzRC1DYjVJ9AMiVbp/uVYLnjQ==",
"dependencies": {
"MessagePack": "2.2.85",
"Microsoft.Bcl.AsyncInterfaces": "5.0.0",
"Microsoft.VisualStudio.Threading": "16.9.60",
"Nerdbank.Streams": "2.6.81",
"Newtonsoft.Json": "12.0.2",
"System.Collections.Immutable": "5.0.0",
"System.Diagnostics.DiagnosticSource": "5.0.1",
"System.IO.Pipelines": "5.0.1",
"System.Memory": "4.5.4",
"System.Net.Http": "4.3.4",
"System.Net.WebSockets": "4.3.0",
"System.Reflection.Emit": "4.7.0",
"System.Threading.Tasks.Dataflow": "5.0.0",
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
"System.Composition": {
"type": "Direct",
"requested": "[6.0.0, )",
"resolved": "6.0.0",
"contentHash": "d7wMuKQtfsxUa7S13tITC8n1cQzewuhD5iDjZtK2prwFfKVzdYtgrTHgjaV03Zq7feGQ5gkP85tJJntXwInsJA==",
"dependencies": {
"System.Composition.AttributedModel": "6.0.0",
"System.Composition.Convention": "6.0.0",
"System.Composition.Hosting": "6.0.0",
"System.Composition.Runtime": "6.0.0",
"System.Composition.TypedParts": "6.0.0"
}
},
"System.Text.Encodings.Web": {
"type": "Direct",
"requested": "[4.7.2, )",
"resolved": "4.7.2",
"contentHash": "iTUgB/WtrZ1sWZs84F2hwyQhiRH6QNjQv2DkwrH+WP6RoFga2Q1m3f9/Q7FG8cck8AdHitQkmkXSY8qylcDmuA==",
"dependencies": {
"System.Buffers": "4.5.1",
"System.Memory": "4.5.4"
}
},
"EnvDTE": {
"type": "Transitive",
"resolved": "16.10.31320.204",
"contentHash": "TaansbQIT54pUnlOC28mWC8z8D4uFghwLYBv0KcM3AwXC8GPphQIM/NC8xj8AY1qDq6z+bAKXSXEuCT9PrJRKA==",
"dependencies": {
"Microsoft.VisualStudio.SDK.EmbedInteropTypes": "15.0.34",
"stdole": "16.10.31320.204"
}
},
"EnvDTE100": {
"type": "Transitive",
"resolved": "16.10.31320.204",
"contentHash": "EmBssxuTgoTm0svUDfS1uQvH0azDxotoRdgBuvw9/s/terTD8O/Wxcmmn8PBFkWiA9hjvfgcXKCkro/TiVs8gg==",
"dependencies": {
"EnvDTE90a": "16.10.31320.204",
"Microsoft.VisualStudio.SDK.EmbedInteropTypes": "15.0.34"
}
},
"EnvDTE80": {
"type": "Transitive",
"resolved": "16.10.31320.204",
"contentHash": "co2tF7mfkpi2le77Bte5rI56oojl/8GPNcqbIbUJdBcEux6yex8K29gA/1GqVbbkM07QQX7lr6vo5Z/f/ATojg==",
"dependencies": {
"EnvDTE": "16.10.31320.204",
"Microsoft.VisualStudio.SDK.EmbedInteropTypes": "15.0.34"
}
},
"EnvDTE90": {
"type": "Transitive",
"resolved": "16.10.31320.204",
"contentHash": "6TDR4c9mNPaORzAd/H+gGUV4mNz73vUjyKY4tJIc7ledJETw7+UU1f5JHBJpJ6UzMGM7SmsWy5lKISvB0CTZlQ==",
"dependencies": {
"EnvDTE80": "16.10.31320.204",
"Microsoft.VisualStudio.SDK.EmbedInteropTypes": "15.0.34"
}
},
"EnvDTE90a": {
"type": "Transitive",
"resolved": "16.10.31320.204",
"contentHash": "Sj3Ci6fyt7JsQAvBuDu+Sy5Z+HDZlbqATVeHCdU5ffZwgKg5TZ+xMawjCRybdZSafpzWzm+CIylViu+tFxbABg==",
"dependencies": {
"EnvDTE90": "16.10.31320.204",
"Microsoft.VisualStudio.SDK.EmbedInteropTypes": "15.0.34"
}
},
"MessagePack.Annotations": {
"type": "Transitive",
"resolved": "2.3.112",
"contentHash": "FBKaGKddaVdpLArlOPyWxmzFE8s7IulqJPojhrtaRu8QAw+jsRzQMx9j09Y66intGCpKAkYbBGhSyZwCV+Gkvw=="
},
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "7.0.0",
"contentHash": "3aeMZ1N0lJoSyzqiP03hqemtb1BijhsJADdobn/4nsMJ8V1H+CrpuduUe4hlRdx+ikBQju1VGjMD1GJ3Sk05Eg==",
"dependencies": {
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
"Microsoft.Diagnostics.Tracing.EventSource.Redist": {
"type": "Transitive",
"resolved": "1.1.28",
"contentHash": "pn07chRDMdeug9sHbuNlAEZG8ZN3zKgE07IMJG7qPeoQlX6ve01rKTwknKCY/2CVacRP78ONzykV8am84gxc2g=="
},
"Microsoft.Extensions.DependencyInjection.Abstractions": {
"type": "Transitive",
"resolved": "6.0.0",
"contentHash": "xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "6.0.0",
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
"Microsoft.Extensions.Primitives": {
"type": "Transitive",
"resolved": "6.0.0",
"contentHash": "9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==",
"dependencies": {
"System.Memory": "4.5.4",
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
}
},
"Microsoft.NET.StringTools": {
"type": "Transitive",
"resolved": "1.0.0",
"contentHash": "ZYVcoDM0LnSyT5nWoRGfShYdOecCw2sOXWwP6j1Z0u48Xq3+BVvZ+EiPCX9/8Gz439giW+O1H1kWF9Eb/w6rVg==",
"dependencies": {
"System.Memory": "4.5.4",
"System.Runtime.CompilerServices.Unsafe": "5.0.0"
}
},
"Microsoft.NETCore.Platforms": {
"type": "Transitive",
"resolved": "1.1.1",
"contentHash": "TMBuzAHpTenGbGgk0SMTwyEkyijY/Eae4ZGsFNYJvAr/LDn1ku3Etp3FPxChmDp5HHF3kzJuoaa08N0xjqAJfQ=="
},
"Microsoft.NETCore.Targets": {
"type": "Transitive",
"resolved": "1.1.3",
"contentHash": "3Wrmi0kJDzClwAC+iBdUBpEKmEle8FQNsCs77fkiOIw/9oYA07bL1EZNX0kQ2OMN3xpwvl0vAtOCYY3ndDNlhQ=="
},
"Microsoft.ServiceHub.Analyzers": {
"type": "Transitive",
"resolved": "2.8.10",
"contentHash": "g2Q6Q8obtY+qQo9TxRaJiHIxlG/OkDqeyz6ZOWZCm56I2SGqN0j/AU/8IY3HGwCzfl3FsPNghJwBXEvGuRLN4A=="
},
"Microsoft.ServiceHub.Client": {
"type": "Transitive",
"resolved": "2.8.10",
"contentHash": "TRp0Tvw8vU2WQo1kvMpvO3OsB6ABXh9z4saiyfhpC05qvrdWqb9HvWCAZylfaROzVNRecmTaUFDlaR8a3CFumA==",
"dependencies": {
"Microsoft.ServiceHub.Framework": "2.8.10",
"Microsoft.ServiceHub.Resources": "2.8.10",
"Microsoft.VisualStudio.RemoteControl": "16.3.32",
"Microsoft.VisualStudio.Telemetry": "16.3.176",
"StreamJsonRpc": "2.7.67",
"System.Collections.Immutable": "5.0.0"
}
},
"Microsoft.ServiceHub.Framework": {
"type": "Transitive",
"resolved": "2.8.10",
"contentHash": "LG2fIZhphxs2Gec9WxxkhSKX51Iy/SPHml9kiLcv2kc9gxspZRZYO/lMfcKGPKwozHiz56/VHyfbDjmI/Yxmcw==",
"dependencies": {
"Microsoft.ServiceHub.Analyzers": "2.8.10",
"StreamJsonRpc": "2.7.67",
"System.Collections.Immutable": "5.0.0"
}
},
"Microsoft.ServiceHub.Resources": {
"type": "Transitive",
"resolved": "2.8.10",
"contentHash": "ZwUxFVPqfmzWHxHOUn8on8GOB0F7fgp6x3zuOlWcrwbDY3T7+iLYC5w/30qmaOQSDxqiRo9d69vU50lTt4W8KQ=="
},
"Microsoft.VisualStudio.CommandBars": {
"type": "Transitive",
"resolved": "16.10.31320.204",
"contentHash": "/1lj91aJ4lQwvQI10x3nzE8arR4AiB8+b4EW3zA2q4eUuU6+fzY2q287EQj/2AoEVAfOUc/HQyxTWt1WTFSdaQ==",
"dependencies": {
"Microsoft.VisualStudio.SDK.EmbedInteropTypes": "15.0.34",
"stdole": "16.10.31320.204"
}
},
"Microsoft.VisualStudio.ComponentModelHost": {
"type": "Transitive",
"resolved": "16.10.230",
"contentHash": "+fe3pdYk7XESAI4IcjsBhYhWcGEtJi6yHkYAxnFgxcztCo9Ys+Bu6GFKc9gZb6vUOQgmeuoeLNTah/LxwbuOXg==",
"dependencies": {
"Microsoft.VisualStudio.Shell.Interop.10.0": "16.10.31225.38",
"System.ComponentModel.Composition": "4.5.0"
}
},
"Microsoft.VisualStudio.Composition.Analyzers": {
"type": "Transitive",
"resolved": "16.9.20",
"contentHash": "3SoUdxqmeczGmNwifgzlVDMtSYd3tyB/9qoqiN8dl9UVPI3uQKW2XwUQn86l34P3IabJMsj4EbHKZ8q9fkeDGw=="
},
"Microsoft.VisualStudio.Composition.NetFxAttributes": {
"type": "Transitive",
"resolved": "16.9.20",
"contentHash": "HlPvzs95ONvqML2WsEyu9WpBSMYTwrKugeyyRXeH0x6qDVfYhkSVbZz9nLXJQstNMY+OY7aLu4xKZOwui9f6ag==",
"dependencies": {
"System.ComponentModel.Composition": "4.5.0"
}
},
"Microsoft.VisualStudio.CoreUtility": {
"type": "Transitive",
"resolved": "16.10.230",
"contentHash": "segnoghs4hfsD3tpM8t+6gcP1PS4a8iHR2GfeAxQjuNQPNnbFSdB376O0wjAx5/qk8H4ZyZJ7fDfv0iP0ZTL/Q==",
"dependencies": {
"Microsoft.VisualStudio.Threading": "16.10.56",
"System.Collections.Immutable": "5.0.0",
"System.ComponentModel.Composition": "4.5.0"
}
},
"Microsoft.VisualStudio.Debugger.Interop.10.0": {
"type": "Transitive",
"resolved": "16.10.31320.204",
"contentHash": "hazeXCQ45K+xUmmWPSAZZ4WLEX02buUF+dMnhKeyxa2SsDWmWyiiaL5WEHLwkvfO95mZ7XxiT1hvnxDxVxtyZQ==",
"dependencies": {
"Microsoft.VisualStudio.Debugger.InteropA": "16.10.31320.204",
"Microsoft.VisualStudio.SDK.EmbedInteropTypes": "15.0.34"
}
},
"Microsoft.VisualStudio.Debugger.Interop.11.0": {
"type": "Transitive",
"resolved": "16.10.31320.204",
"contentHash": "st45ZmBoryx81C5egiP8V7xD8k4no0kKYM5cGqsULOzjH0I+7R9s2BeK372AtWTkmYmGDeLP3GK4PQfOWCUEqQ==",
"dependencies": {
"Microsoft.VisualStudio.Debugger.InteropA": "16.10.31320.204",
"Microsoft.VisualStudio.SDK.EmbedInteropTypes": "15.0.34"
}
},
"Microsoft.VisualStudio.Debugger.Interop.12.0": {
"type": "Transitive",
"resolved": "16.10.31320.204",
"contentHash": "mDjptPeB53LK/oVpjIyW74zfXy1o13UsI7zCz6PeEj/9a7zEG/82hL3AR7bDmUO8I7Ci+uzQeQl6FALpWJ4HvQ==",
"dependencies": {
"Microsoft.VisualStudio.Debugger.InteropA": "16.10.31320.204",
"Microsoft.VisualStudio.SDK.EmbedInteropTypes": "15.0.34"
}
},
"Microsoft.VisualStudio.Debugger.Interop.14.0": {
"type": "Transitive",
"resolved": "16.10.31320.204",
"contentHash": "Q/7d+Rr2js6RsCQxxpU/duzvtQ7R/19usksIe0sk4OcAvGLD3dV64ACNrmqQ6WW4j+KusZ+c2qTYTuY5BqDJBw==",
"dependencies": {
"Microsoft.VisualStudio.Debugger.Interop.11.0": "16.10.31320.204",
"Microsoft.VisualStudio.SDK.EmbedInteropTypes": "15.0.34"
}
},
"Microsoft.VisualStudio.Debugger.Interop.15.0": {
"type": "Transitive",
"resolved": "16.10.31320.204",
"contentHash": "PXkBnlBo6qqJ1GPiNBQaSJy2K1FjlE2LT7BQJrC1N5EMBj/aK1EyguzmMXiIUH0FiMFCRRkUGdANuIwhjYQ3BQ==",
"dependencies": {
"Microsoft.VisualStudio.Debugger.Interop.10.0": "16.10.31320.204",
"Microsoft.VisualStudio.SDK.EmbedInteropTypes": "15.0.34"
}
},
"Microsoft.VisualStudio.Debugger.Interop.16.0": {
"type": "Transitive",
"resolved": "16.10.31320.204",
"contentHash": "Q2CUqlaQgqqPaYzbn8sVe2eFKLu5cOPtuo34c0elrSYnH31hNJwxGgM829s6EbY/d3RQtydiErk+AtCxaVNlZA==",
"dependencies": {
"Microsoft.VisualStudio.Debugger.Interop.10.0": "16.10.31320.204",
"Microsoft.VisualStudio.Debugger.Interop.11.0": "16.10.31320.204",
"Microsoft.VisualStudio.SDK.EmbedInteropTypes": "15.0.34"
}
},
"Microsoft.VisualStudio.Debugger.InteropA": {
"type": "Transitive",
"resolved": "16.10.31320.204",
"contentHash": "cyDOIPw90Uxe9+j0mA6aBiJ+ojLdbukobF1s3eCX0FLwoOmKqlkHirFADi5xps3cUV63AYpMIwU6hlurxsBtmw==",
"dependencies": {
"Microsoft.VisualStudio.SDK.EmbedInteropTypes": "15.0.34"
}
},
"Microsoft.VisualStudio.Designer.Interfaces": {
"type": "Transitive",
"resolved": "16.10.31320.204",
"contentHash": "cpD8B8PemE4MJxwMPsUS+o6R4ikKiI+RTMXiGw7JBC6+jL9lS3lmhGLHs5DjKbWPJg1rLQhLPZ2xhx07L2GNSQ==",
"dependencies": {
"Microsoft.VisualStudio.SDK.EmbedInteropTypes": "15.0.34"
}
},
"Microsoft.VisualStudio.Editor": {
"type": "Transitive",
"resolved": "16.10.230",
"contentHash": "b26SUN4N0lsLThfU/Vw73u1NOkVluRtH/idOlUCsXkAg4hloaluGEQXSALecynnnCWY2OMyJR5IjTbvPYToYnw==",
"dependencies": {
"Microsoft.VisualStudio.CoreUtility": "16.10.230",
"Microsoft.VisualStudio.Language": "16.10.230",
"Microsoft.VisualStudio.RpcContracts": "16.10.18",
"Microsoft.VisualStudio.Shell.15.0": "16.10.31225.38",
"Microsoft.VisualStudio.Shell.Interop.11.0": "16.10.31225.38",
"Microsoft.VisualStudio.Text.Data": "16.10.230",
"Microsoft.VisualStudio.Text.Logic": "16.10.230",
"Microsoft.VisualStudio.Text.UI": "16.10.230",
"Microsoft.VisualStudio.Text.UI.Wpf": "16.10.230",
"Microsoft.VisualStudio.TextManager.Interop": "16.10.31225.38",
"Microsoft.VisualStudio.TextManager.Interop.8.0": "16.10.31225.38",
"Microsoft.VisualStudio.Threading": "16.10.56"
}
},
"Microsoft.VisualStudio.GraphModel": {
"type": "Transitive",
"resolved": "16.10.31320.204",
"contentHash": "bCaYcmFFIU0PLm5CJuvcOlhPAOs+KD3oJl7xGUsxI3Lwqw5Cx1Qwe1eiptQNvTZSMGZkjorroGGfrfDeGgk4OA==",
"dependencies": {
"Microsoft.VisualStudio.OLE.Interop": "16.10.31320.204",
"System.ComponentModel.Composition": "4.5.0"
}
},
"Microsoft.VisualStudio.ImageCatalog": {
"type": "Transitive",
"resolved": "16.10.31320.204",
"contentHash": "Ijv60DWVR93roPG75aXFgZvAhyKKFbmDP5Tx9JZEWfxlqKoYoiGzjbUDkn18be3OgXx8pp8TD7Rf9mwNCPae2w==",
"dependencies": {
"Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime": "16.10.31320.204"
}
},
"Microsoft.VisualStudio.Imaging": {
"type": "Transitive",
"resolved": "16.10.31321.278",
"contentHash": "7JFjRW5zDr4YvP8Pi9a3WcpWZ1PR003QspCj6EFqsVbWyHJlyZOlhf0ISvxRpN140SzH/+rcmUv338VYtzHuzg==",
"dependencies": {
"Microsoft.VisualStudio.ImageCatalog": "16.10.31320.204",
"Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Embeddable": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.10.0": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.11.0": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.12.0": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.15.0.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.15.1.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.15.6.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.8.0": "16.10.31320.204",
"Microsoft.VisualStudio.Threading": "16.10.56",
"Microsoft.VisualStudio.Utilities": "16.10.31321.278",
"System.Collections.Immutable": "5.0.0",
"stdole": "16.10.31320.204"
}
},
"Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime": {
"type": "Transitive",
"resolved": "16.10.31320.204",
"contentHash": "zOkcCouVHBmG6Vku8WKAZryyjtUJV41f8AM1NImvwanRqaVm6/TTROKKZJkDww5NqSwhKjRAWEeKZV3Fti6HlQ==",
"dependencies": {
"Microsoft.VisualStudio.SDK.EmbedInteropTypes": "15.0.34"
}
},
"Microsoft.VisualStudio.Language": {
"type": "Transitive",
"resolved": "16.10.230",
"contentHash": "HHooCwSzjbcfAajcnTEiIp67k0qFtGyNGF2P97De4H71WM0X5+PpasJ5GFi2KTuxlmN4uT1Cis2O1xqyLYdiDA==",
"dependencies": {
"Microsoft.VisualStudio.CoreUtility": "16.10.230",
"Microsoft.VisualStudio.Text.Data": "16.10.230",
"Microsoft.VisualStudio.Text.Logic": "16.10.230",
"Microsoft.VisualStudio.Text.UI": "16.10.230",
"Newtonsoft.Json": "12.0.2",
"System.Collections.Immutable": "5.0.0",
"System.ComponentModel.Composition": "4.5.0",
"System.Private.Uri": "4.3.2"
}
},
"Microsoft.VisualStudio.Language.Intellisense": {
"type": "Transitive",
"resolved": "16.10.230",
"contentHash": "2Ki5uch3lHR7LJQGsx5zCmgAkwTaixrwmsSXrMyDvp83e1pNNthci1XAJbyh3vvh7KaoCTIXPx4bV79uu/KR0w==",
"dependencies": {
"Microsoft.VisualStudio.CoreUtility": "16.10.230",
"Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime": "16.10.31225.38",
"Microsoft.VisualStudio.Language": "16.10.230",
"Microsoft.VisualStudio.Text.Data": "16.10.230",
"Microsoft.VisualStudio.Text.Logic": "16.10.230",
"Microsoft.VisualStudio.Text.UI": "16.10.230",
"System.Runtime.CompilerServices.Unsafe": "4.7.1"
}
},
"Microsoft.VisualStudio.Language.NavigateTo.Interfaces": {
"type": "Transitive",
"resolved": "16.10.230",
"contentHash": "AIieQAy8nT/JL8IPpHmGm36S87827ZV5VAp08uXtc1XiBsRykOlLiv2l1DHpe8YhuX0MvBYyHpNi/4eQy+g3vA==",
"dependencies": {
"Microsoft.VisualStudio.ImageCatalog": "16.10.31225.38",
"Microsoft.VisualStudio.Imaging": "16.10.31225.38",
"Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime": "16.10.31225.38",
"Microsoft.VisualStudio.OLE.Interop": "16.10.31225.38",
"Microsoft.VisualStudio.Shell.Interop": "16.10.31225.38",
"Microsoft.VisualStudio.Shell.Interop.10.0": "16.10.31225.38",
"Microsoft.VisualStudio.Shell.Interop.11.0": "16.10.31225.38",
"Microsoft.VisualStudio.Shell.Interop.12.0": "16.10.31225.38",
"Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime": "16.10.31225.38",
"Microsoft.VisualStudio.Shell.Interop.8.0": "16.10.31225.38",
"Microsoft.VisualStudio.Text.Logic": "16.10.84",
"Microsoft.VisualStudio.TextManager.Interop": "16.10.31225.38",
"Microsoft.VisualStudio.TextManager.Interop.8.0": "16.10.31225.38",
"Microsoft.VisualStudio.Utilities": "16.10.31225.38"
}
},
"Microsoft.VisualStudio.Language.StandardClassification": {
"type": "Transitive",
"resolved": "16.10.230",
"contentHash": "sJg5cZiZKyWj/ntlGmgiG8iGRHQxK1rbyhk4R2mTv3iNoGg0ET+1sXHHJedh1Ptj3smJTdEbD1+Kkhq3zMXNaA==",
"dependencies": {
"Microsoft.VisualStudio.Text.Logic": "16.10.230"
}
},
"Microsoft.VisualStudio.LanguageServer.Client": {
"type": "Transitive",
"resolved": "16.10.1220",
"contentHash": "R+ghWkTyZ5JRII3GewTVajkKwBd4rrK4lsmM1XtYJhhsPEHsIty+41p7u1lZT8q9yD7paW8Oq+7u3NCtc4kcQA==",
"dependencies": {
"Microsoft.VisualStudio.CoreUtility": "16.9.214",
"Microsoft.VisualStudio.LanguageServer.Protocol": "16.10.1220",
"Microsoft.VisualStudio.Shell.15.0": "16.9.30927.25",
"Microsoft.VisualStudio.Shell.Framework": "16.9.30927.25",
"Microsoft.VisualStudio.Utilities": "16.9.30927.25",
"StreamJsonRpc": "2.7.70"
}
},
"Microsoft.VisualStudio.LanguageServer.Protocol": {
"type": "Transitive",
"resolved": "16.10.1220",
"contentHash": "seZrKJaZDfKV9aC2ykT6ZTyRIkt1uw+7QSl8egTeko9ShFBx00suKp16mm0Sj1i71pPbo9CnZWRcQNJMY0LL2g==",
"dependencies": {
"Newtonsoft.Json": "9.0.1"
}
},
"Microsoft.VisualStudio.ManagedInterfaces": {
"type": "Transitive",
"resolved": "16.10.31320.204",
"contentHash": "S5wmvCwoHdiqb/9btK2m5MPgLmpHYSDYq0Z4CHUY3uhxsP46V5IaRAvL0IE5hhWn52ntc2kT4c8ArB9BMct8Yg==",
"dependencies": {
"Microsoft.VisualStudio.SDK.EmbedInteropTypes": "15.0.34"
}
},
"Microsoft.VisualStudio.OLE.Interop": {
"type": "Transitive",
"resolved": "16.10.31320.204",
"contentHash": "75KZJPVwVc31vbYUv+g8LJ3yFYn9XIY/h7oz43aRUExQDKWJtIGEX3g77fgatFgRbj4Y5jJwM5JK9TFGskzywg==",
"dependencies": {
"Microsoft.VisualStudio.SDK.EmbedInteropTypes": "15.0.34"
}
},
"Microsoft.VisualStudio.Package.LanguageService.15.0": {
"type": "Transitive",
"resolved": "16.10.31321.278",
"contentHash": "8JTCMdesFw9uuqhMaxzIsEHetEDmUyJ4L35g/AM7TVoO4PGC3/13YteM9fjJ/bJUnz69ldevppylj6K/mKwGUQ==",
"dependencies": {
"Microsoft.VisualStudio.Shell.Framework": "16.10.31321.278"
}
},
"Microsoft.VisualStudio.ProjectAggregator": {
"type": "Transitive",
"resolved": "16.10.31320.204",
"contentHash": "Qkf7qgnZ/bHy28nVUtv7FDzIcncIrMJBngWGaLCZ2SJw7CiIKvHwS8/0MTjltagT2+cbH+SoQ46cEGnNQVWjOw==",
"dependencies": {
"Microsoft.VisualStudio.SDK.EmbedInteropTypes": "15.0.34"
}
},
"Microsoft.VisualStudio.ProjectSystem.Sdk.Tools": {
"type": "Transitive",
"resolved": "16.2.133-pre",
"contentHash": "Y0Jm58LBXHnt9k7ZfScwVuRN13kXQomoGq56kQ4tZ4Xy41jpscSRC51wQMU5xd4CXvFJFyJNfTbg2ouK3gi53w=="
},
"Microsoft.VisualStudio.RemoteControl": {
"type": "Transitive",
"resolved": "16.3.32",
"contentHash": "Y01TJ12Ja8DHjEcqQRzYkmDV9Rdf/zroSCQuu/9PKsYddDEUcIDXsx0YfGqtSnjLLx1QlXESi0b0sk7dsUzo7Q==",
"dependencies": {
"Microsoft.VisualStudio.Utilities.Internal": "16.3.23"
}
},
"Microsoft.VisualStudio.RpcContracts": {
"type": "Transitive",
"resolved": "16.10.23",
"contentHash": "Xvv1/eX2OX0K9gq0/0JwCfD6PwnDf01ZQJ4LwYZs0W7r2utr4Q40ipd6wEMZTcJE5dq2MenADpL6st17SisjqQ==",
"dependencies": {
"Microsoft.ServiceHub.Framework": "2.7.339",
"StreamJsonRpc": "2.7.67"
}
},
"Microsoft.VisualStudio.SDK.Analyzers": {
"type": "Transitive",
"resolved": "16.10.1",
"contentHash": "UeyhJaS6DPz4bUq5EP7Fq7kOR9yURsdor9XfpYLqxUHmc53wgvGly4bQVoDp87d6x7aNWWwGJqzkP81KcUvPoQ==",
"dependencies": {
"Microsoft.CodeAnalysis.BannedApiAnalyzers": "3.3.2",
"Microsoft.VisualStudio.Threading.Analyzers": "16.10.56"
}
},
"Microsoft.VisualStudio.SDK.EmbedInteropTypes": {
"type": "Transitive",
"resolved": "15.0.34",
"contentHash": "zDb7MrGyE5V5X91sul3cM5vEpiXL94fsxE+HITpBzsZwiOpu6um6S+aJV+lPL0RCddblj+tu1yfrlowm5rtSRQ=="
},
"Microsoft.VisualStudio.Setup.Configuration.Interop": {
"type": "Transitive",
"resolved": "1.16.30",
"contentHash": "lC6SqNkraWUSY7cyF5GUmXSECoTMwslBc/r1dguChjsi0D0BlF7G6PLsvXD0NFCwnpKlgVzUYrIq7DQakdGerw=="
},
"Microsoft.VisualStudio.Shell.15.0": {
"type": "Transitive",
"resolved": "16.10.31321.278",
"contentHash": "0Ma9Oc2H6OdFTd0yVDI019vd25F9rL0NKwNAaVxMPa16Zm9eFr5dihOHyUFoF6ktYoaNbaRwQSGKhnJEsHxlXA==",
"dependencies": {
"EnvDTE": "16.10.31320.204",
"EnvDTE80": "16.10.31320.204",
"Microsoft.VisualStudio.ComponentModelHost": "16.10.230",
"Microsoft.VisualStudio.Designer.Interfaces": "16.10.31320.204",
"Microsoft.VisualStudio.ImageCatalog": "16.10.31320.204",
"Microsoft.VisualStudio.Imaging": "16.10.31321.278",
"Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.OLE.Interop": "16.10.31320.204",
"Microsoft.VisualStudio.ProjectAggregator": "16.10.31320.204",
"Microsoft.VisualStudio.SDK.Analyzers": "16.10.1",
"Microsoft.VisualStudio.Shell.Embeddable": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Framework": "16.10.31321.278",
"Microsoft.VisualStudio.Shell.Interop": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.10.0": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.11.0": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.12.0": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.15.0.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.15.3.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.15.6.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.15.7.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.15.8.DesignTime": "16.10.31320.212",
"Microsoft.VisualStudio.Shell.Interop.16.0.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.16.3.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.16.5.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.16.9.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.8.0": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.9.0": "16.10.31320.204",
"Microsoft.VisualStudio.Text.Data": "16.10.230",
"Microsoft.VisualStudio.TextManager.Interop": "16.10.31320.204",
"Microsoft.VisualStudio.TextManager.Interop.8.0": "16.10.31320.204",
"Microsoft.VisualStudio.Utilities": "16.10.31321.278",
"stdole": "16.10.31320.204"
}
},
"Microsoft.VisualStudio.Shell.Design": {
"type": "Transitive",
"resolved": "16.10.31321.278",
"contentHash": "4CuKb3Gj3NqnthstGdEwgSD/8GyypEZ7WuXJfwfeIED2E/mPzoVzQ0YFJAZRZFvuz/v+K8v5CA+j437sLsXfGw==",
"dependencies": {
"EnvDTE": "16.10.31320.204",
"Microsoft.VisualStudio.Designer.Interfaces": "16.10.31320.204",
"Microsoft.VisualStudio.OLE.Interop": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.15.0": "16.10.31321.278",
"Microsoft.VisualStudio.Shell.Framework": "16.10.31321.278",
"Microsoft.VisualStudio.Shell.Interop": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.10.0": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.11.0": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.15.0.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.8.0": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.9.0": "16.10.31320.204",
"Microsoft.VisualStudio.TextManager.Interop": "16.10.31320.204"
}
},
"Microsoft.VisualStudio.Shell.Embeddable": {
"type": "Transitive",
"resolved": "16.10.31320.204",
"contentHash": "N13UxWRTGycCpSOX1i7qA3mOB5ABIKv9YKV0dzjIzW3AM14Trgc0QGeXPw/LXYb3XrazlHToonHNbQna5Dl2Sw==",
"dependencies": {
"Microsoft.ServiceHub.Framework": "2.8.10",
"Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime": "14.3.26931"
}
},
"Microsoft.VisualStudio.Shell.Framework": {
"type": "Transitive",
"resolved": "16.10.31321.278",
"contentHash": "0ZPbTV8CnzwonlJ/vAlxNjTd7TP79oVLlJQkl1+xtnl142LQEjJu6Ph1hLPUb/z+oIqfE+yqMs9hsKJk7RPVzA==",
"dependencies": {
"Microsoft.Build.Framework": "16.5.0",
"Microsoft.VisualStudio.GraphModel": "16.10.31320.204",
"Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.OLE.Interop": "16.10.31320.204",
"Microsoft.VisualStudio.SDK.Analyzers": "16.10.1",
"Microsoft.VisualStudio.Shell.Interop": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.10.0": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.11.0": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.12.0": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.15.0.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.15.3.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.15.6.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.15.7.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.16.0.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.16.5.DesignTime": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.8.0": "16.10.31320.204",
"Microsoft.VisualStudio.Shell.Interop.9.0": "16.10.31320.204",
"Microsoft.VisualStudio.Telemetry": "16.3.176",
"Microsoft.VisualStudio.Text.Data": "16.10.230",
"Microsoft.VisualStudio.TextManager.Interop": "16.10.31320.204",
"Microsoft.VisualStudio.TextManager.Interop.8.0": "16.10.31320.204",
"Microsoft.VisualStudio.Threading": "16.10.56",
"Microsoft.VisualStudio.Utilities": "16.10.31321.278",
"Newtonsoft.Json": "12.0.2",
"System.ComponentModel.Composition": "4.5.0",
"System.Threading.Tasks.Dataflow": "5.0.0",
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
"Microsoft.VisualStudio.Shell.Immutable.10.0": {
"type": "Transitive",
"resolved": "16.10.31321.278",
"contentHash": "OV2CbuMjeMiJPSpDzEsdSBGzd0RQYQ9avG2muQv41E16WG2u4esfPeMoUaO7oLMo61u0BjGDicPhdMPGRtowkg==",
"dependencies": {
"Microsoft.VisualStudio.SDK.EmbedInteropTypes": "15.0.34",
"Microsoft.VisualStudio.Shell.Framework": "16.10.31321.278"
}
},
"Microsoft.VisualStudio.Shell.Immutable.11.0": {
"type": "Transitive",
"resolved": "16.10.31321.278",
"contentHash": "CU10OfCO3BDc79tgearYGnR8tyInzw55F/5yz4b3UNCoRYfn0Pb7cjEvvrV7mOwTx4avWEEnjEJw1xZRMY/PQw==",
"dependencies": {
"Microsoft.VisualStudio.SDK.EmbedInteropTypes": "15.0.34",
"Microsoft.VisualStudio.Shell.Framework": "16.10.31321.278"
}
},
"Microsoft.VisualStudio.Shell.Immutable.12.0": {
"type": "Transitive",
"resolved": "16.10.31321.278",
"contentHash": "VPFMu4OL2o8Tm+VcG7vNJ8fRlcX6zdZ/la75nfPail2mfQ3SU2HERkxrvGw/nbgjzj5LV7qVqqW4nEIlnKJ7sA==",
"dependencies": {
"Microsoft.VisualStudio.SDK.EmbedInteropTypes": "15.0.34",
"Microsoft.VisualStudio.Shell.Framework": "16.10.31321.278"
}
},
"Microsoft.VisualStudio.Shell.Immutable.14.0": {
"type": "Transitive",
"resolved": "16.10.31321.278",
"contentHash": "tqYdriAFRWmHBBukYnyeiAR5fW+wtjR6V1JCPfOeia6Vq+Q9tjn0OTkNu06OKvRyzc6gJHyU5gy5lUthJv6g6Q==",
"dependencies": {
"Microsoft.VisualStudio.SDK.EmbedInteropTypes": "15.0.34",
"Microsoft.VisualStudio.Shell.Framework": "16.10.31321.278"
}
},
"Microsoft.VisualStudio.Shell.Interop": {
"type": "Transitive",
"resolved": "16.10.31320.204",
"contentHash": "WITpG7W9phHr2ioimHaU768OeXBRecCsL/eiLhUanBz6Kan2yMqA008b5zC20W/XHgG6sdXNKBbckrJY4W/E0g==",
"dependencies": {
"Microsoft.VisualStudio.SDK.EmbedInteropTypes": "15.0.34",
"Microsoft.VisualStudio.TextManager.Interop": "16.10.31320.204"