📄
src/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
{ "version": 2, "dependencies": { "net10.0-android36.0": { "CSharpier.MsBuild": { "type": "Direct", "requested": "[1.3.0, )", "resolved": "1.3.0", "contentHash": "jzzLpmz7F6LyBh5FTZy8/4dEYVcAG9VjBPKryZ82LIoUuupcBkCSXzaeS/4oYcp/rBC8yVLcDstJ8CIv9n2IFw==" }, "Microsoft.Graph": { "type": "Direct", "requested": "[6.2.0, )", "resolved": "6.2.0", "contentHash": "s7Flvk+r/f/x64I4D4FiYc8sPVcrSjXmCZblTeBFVqBr0RXJOGg5SDMbiHtCqxiGoYtEvLp/fs8FN1G1nopl0g==", "dependencies": { "Microsoft.Graph.Core": "4.0.1" } }, "Microsoft.Graph.Core": { "type": "Direct", "requested": "[4.0.1, )", "resolved": "4.0.1", "contentHash": "hWfGglaCLUZsOs0VHA2vkwBCRy0WOEfH4Wh1Y7yb1Q5nSbiyiPJWtHOuEfuEa2jqU0tPKOQ7eN8HRTSOMMQNfw==", "dependencies": { "Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.18.0", "Microsoft.IdentityModel.Validators": "8.18.0", "Microsoft.Kiota.Abstractions": "2.0.0", "Microsoft.Kiota.Authentication.Azure": "2.0.0", "Microsoft.Kiota.Http.HttpClientLibrary": "2.0.0", "Microsoft.Kiota.Serialization.Form": "2.0.0", "Microsoft.Kiota.Serialization.Json": "2.0.0", "Microsoft.Kiota.Serialization.Multipart": "2.0.0", "Microsoft.Kiota.Serialization.Text": "2.0.0" } }, "Microsoft.Identity.Client": { "type": "Direct", "requested": "[4.87.0, )", "resolved": "4.87.0", "contentHash": "ERObBpS3b6kc92D/Z86zSd/MpWvdJu97BNamRzg5V4y59KwnxzfhM762tgiNnKoIwTbnIBOcwGPFGQ4DvShLvw==", "dependencies": { "Microsoft.IdentityModel.Abstractions": "8.14.0" } }, "Microsoft.NET.ILLink.Tasks": { "type": "Direct", "requested": "[10.0.10, )", "resolved": "10.0.10", "contentHash": "f5VCIE7AJpd5YvzNTeMGVzQIgyE9tX+AreTYwQF+REbu+DZo/2Ae+jNSwhPEYrVz6RRkd7y8ubXjk6Nn6Ka+Cg==" }, "Xamarin.AndroidX.Browser": { "type": "Direct", "requested": "[1.10.0.1, )", "resolved": "1.10.0.1", "contentHash": "FNkV3m7Z+97k+j9qWPRZHnwuqf8Q19DXmE0PsVuIZXuFh2ifWKKYjJS9gVeuTtjySFK1Y253tEQCT7zg/RrnoA==", "dependencies": { "Xamarin.AndroidX.Activity": "1.13.0.1", "Xamarin.AndroidX.Annotation": "1.10.0.1", "Xamarin.AndroidX.Annotation.Experimental": "1.6.0.1", "Xamarin.AndroidX.Collection": "1.6.0.1", "Xamarin.AndroidX.Concurrent.Futures": "1.3.0.4", "Xamarin.AndroidX.Core": "1.19.0.1", "Xamarin.AndroidX.Interpolator": "1.0.0.37", "Xamarin.Google.Guava.ListenableFuture": "1.0.0.32", "Xamarin.JSpecify": "1.0.0.7", "Xamarin.Kotlin.StdLib": "2.4.0.1" } }, "Xamarin.AndroidX.Core": { "type": "Direct", "requested": "[1.19.0.1, )", "resolved": "1.19.0.1", "contentHash": "o99imtQhC8lAEzxbvoeh+Tk4Gr2yHOE5LlV0YJK0n561PZlFvQYBSGrM+ZYL3pivXBO2IjAcWZdRGy67DZI0oA==", "dependencies": { "Xamarin.AndroidX.Annotation": "1.10.0.1", "Xamarin.AndroidX.Annotation.Experimental": "1.6.0.1", "Xamarin.AndroidX.Collection": "1.6.0.1", "Xamarin.AndroidX.Concurrent.Futures": "1.3.0.4", "Xamarin.AndroidX.Core.ViewTree": "1.0.0.6", "Xamarin.AndroidX.Interpolator": "1.0.0.37", "Xamarin.AndroidX.Lifecycle.Common": "2.11.0.1", "Xamarin.AndroidX.Lifecycle.Runtime": "2.11.0.1", "Xamarin.AndroidX.Tracing.Tracing": "1.3.0.4", "Xamarin.AndroidX.VersionedParcelable": "1.2.1.6", "Xamarin.Google.Guava.ListenableFuture": "1.0.0.32", "Xamarin.JSpecify": "1.0.0.7", "Xamarin.Kotlin.StdLib": "2.4.0.1", "Xamarin.KotlinX.Coroutines.Core": "1.11.0.1" } }, "Xamarin.AndroidX.RecyclerView": { "type": "Direct", "requested": "[1.4.0.6, )", "resolved": "1.4.0.6", "contentHash": "Kh/DaEm1pkMdfOghcwa2mTfMRCwmyGLX+DgFmN4I7gxzdFYEyJdYthIwLfoF9RWO8derP+5VinOZLkxwqCrs+A==", "dependencies": { "Xamarin.AndroidX.Annotation": "1.10.0.1", "Xamarin.AndroidX.Collection": "1.6.0.1", "Xamarin.AndroidX.Core": "1.19.0.1", "Xamarin.AndroidX.CustomView": "1.2.0.4", "Xamarin.AndroidX.CustomView.PoolingContainer": "1.1.0.4", "Xamarin.AndroidX.ProfileInstaller.ProfileInstaller": "1.4.1.8" } }, "Azure.Core": { "type": "Transitive", "resolved": "1.50.0", "contentHash": "GBNKZEhdIbTXxedvD3R7I/yDVFX9jJJEz02kCziFSJxspSQ5RMHc3GktulJ1s7+ffXaXD7kMgrtdQTaggyInLw==", "dependencies": { "Microsoft.Bcl.AsyncInterfaces": "8.0.0", "System.ClientModel": "1.8.0", "System.Memory.Data": "8.0.1" } }, "Microsoft.Bcl.AsyncInterfaces": { "type": "Transitive", "resolved": "8.0.0", "contentHash": "3WA9q9yVqJp222P3x1wYIGDAkpjAku0TMUaaQV22g6L67AI0LdOIrVS7Ht2vJfLHGSPVuqN94vIr15qn+HEkHw==" }, "Microsoft.Extensions.DependencyInjection.Abstractions": { "type": "Transitive", "resolved": "8.0.2", "contentHash": "3iE7UF7MQkCv1cxzCahz+Y/guQbTqieyxyaWKhrRO91itI9cOKO76OHeQDahqG4MmW5umr3CcCvGmK92lWNlbg==" }, "Microsoft.Extensions.Logging.Abstractions": { "type": "Transitive", "resolved": "8.0.3", "contentHash": "dL0QGToTxggRLMYY4ZYX5AMwBb+byQBd/5dMiZE07Nv73o6I5Are3C7eQTh7K2+A4ct0PVISSr7TZANbiNb2yQ==", "dependencies": { "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2" } }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", "resolved": "8.18.0", "contentHash": "8VUcDy66uw1GUC/ytyRJAUgGxydPu2rLtUbUAiniCHd5SMB/01Q28XgqFyxIqb3srz6HWTgSsZdDbkdVJr3LXQ==" }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Transitive", "resolved": "8.18.0", "contentHash": "ZUMJt3r1zOi67AVSfnh3u9hg9KCq06roOIX5gs7FqsucSZ/VTsI89DI9h2gHyU0xOtj/qVZV2ugWS6JlLMTwHQ==", "dependencies": { "Microsoft.IdentityModel.Tokens": "8.18.0" } }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", "resolved": "8.18.0", "contentHash": "c2l/VEtW1XI/ifcu49xzDwgrZZ0a0aX/TwCPC7mEHFQk/KixDgtSdjB5eDhYyCO38GJiRUjeRTz9aWCy1t55ww==", "dependencies": { "Microsoft.IdentityModel.Abstractions": "8.18.0" } }, "Microsoft.IdentityModel.Protocols": { "type": "Transitive", "resolved": "8.18.0", "contentHash": "kKimlJy4j5m9ZkX/RTp12+gvxzM+QU5H3h7zzdroTt0v10/7AQsHG4tqi3ixvNjx5PPY0JnbpBsNXC/Xb1+sgQ==", "dependencies": { "Microsoft.IdentityModel.Tokens": "8.18.0" } }, "Microsoft.IdentityModel.Protocols.OpenIdConnect": { "type": "Transitive", "resolved": "8.18.0", "contentHash": "suO9qM+gTjIMmHiEwZFitx1Z0BROQwTT3BYJJCDM/+djBAolhXHVpZzTzIFAxkjgakJRNCRlZi9ecZ2g68Pn5w==", "dependencies": { "Microsoft.IdentityModel.Protocols": "8.18.0", "System.IdentityModel.Tokens.Jwt": "8.18.0" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", "resolved": "8.18.0", "contentHash": "c6ksXXFj5oPPsl8pfsui5zv8Gs7uxrGetXCTc1p7k7Nue/C8iBMtAVgtRrH7Esqe596QWD7KS3exKYY1FJG2iw==", "dependencies": { "Microsoft.Extensions.Logging.Abstractions": "8.0.0", "Microsoft.IdentityModel.Logging": "8.18.0" } }, "Microsoft.IdentityModel.Validators": { "type": "Transitive", "resolved": "8.18.0", "contentHash": "JjqoKHMlPTFk4DkLvN/eO8scc5Am568Rc9juN9YGB6isHCuIllQNOCZqCZzk1fvrfnw4EL4mP57U0936KRcMGQ==", "dependencies": { "Microsoft.IdentityModel.Protocols": "8.18.0", "Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.18.0", "Microsoft.IdentityModel.Tokens": "8.18.0", "System.IdentityModel.Tokens.Jwt": "8.18.0" } }, "Microsoft.IO.RecyclableMemoryStream": { "type": "Transitive", "resolved": "3.0.1", "contentHash": "s/s20YTVY9r9TPfTrN5g8zPF1YhwxyqO6PxUkrYTGI2B+OGPe9AdajWZrLhFqXIvqIW23fnUE4+ztrUWNU1+9g==" }, "Microsoft.Kiota.Abstractions": { "type": "Transitive", "resolved": "2.0.0", "contentHash": "cb0KA6QGvqMR1xNIjmErb5CiEbQJ/6odKcuPn2GTWD+aRMuldKDqRqRWMDT7MOBcUk9waJyJsgDG+ItQA01JmA==", "dependencies": { "Std.UriTemplate": "2.0.8" } }, "Microsoft.Kiota.Authentication.Azure": { "type": "Transitive", "resolved": "2.0.0", "contentHash": "O890EE/4mIwfZbAeayZ0dXMSJVZWwUDcvOeH2GEmUbEQlSn+w37OHhuPClhIN4UO7EcqNC5N9ynyQWhOF+FWCg==", "dependencies": { "Azure.Core": "1.50.0", "Microsoft.Kiota.Abstractions": "2.0.0" } }, "Microsoft.Kiota.Http.HttpClientLibrary": { "type": "Transitive", "resolved": "2.0.0", "contentHash": "oZ3ZR84InWEST6GyO9EBZMHweeprzlMiVsGy5dt9ec8Py1d6fgs4Yyyv0LJ56WoPc3Og5mM84pz3qD4hpiCT9w==", "dependencies": { "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", "Microsoft.Kiota.Abstractions": "2.0.0" } }, "Microsoft.Kiota.Serialization.Form": { "type": "Transitive", "resolved": "2.0.0", "contentHash": "Sm7dLRzwJRx80o/U5LUI0ICX4k0hT3tZgLAfXbO/UehsX4YVu6yiuOwCNdXlvE9tnC5LWcQdi9RRCSo3fQgI+A==", "dependencies": { "Microsoft.IO.RecyclableMemoryStream": "3.0.1", "Microsoft.Kiota.Abstractions": "2.0.0" } }, "Microsoft.Kiota.Serialization.Json": { "type": "Transitive", "resolved": "2.0.0", "contentHash": "0QB6RWSA3u7kQEDyaY3a3dVA98Fk2UwuYpusvX2aXmkQLPFijW4XKujQazHMoalx26fmSg6RF85ZJBqGzmgucA==", "dependencies": { "Microsoft.IO.RecyclableMemoryStream": "3.0.1", "Microsoft.Kiota.Abstractions": "2.0.0" } }, "Microsoft.Kiota.Serialization.Multipart": { "type": "Transitive", "resolved": "2.0.0", "contentHash": "IR27DQpYul43E+2Nw2mzEMFIzwiRjQCnCOfylIE/dlFra3QjoT/s5bhYv9ZN182U0ajkiQYYT/UORvpgGau4mw==", "dependencies": { "Microsoft.IO.RecyclableMemoryStream": "3.0.1", "Microsoft.Kiota.Abstractions": "2.0.0" } }, "Microsoft.Kiota.Serialization.Text": { "type": "Transitive", "resolved": "2.0.0", "contentHash": "yuQZ8VIWc3NCpK439zG105sAfyFkq8kA+fvxfXI1DA76gTGKNLBJtX8ljyuhMhcYCl/Uu9AOm/vfbbI/P5TapQ==", "dependencies": { "Microsoft.IO.RecyclableMemoryStream": "3.0.1", "Microsoft.Kiota.Abstractions": "2.0.0" } }, "Std.UriTemplate": { "type": "Transitive", "resolved": "2.0.8", "contentHash": "IAR4gJlLVD4r/FsU/rDb1+9sbB3/tCFVZz5IzlbM2yHoiUisBi5Ek/KXRUF7RcqNARka79EoaOz9INnXvQ/O6w==" }, "System.ClientModel": { "type": "Transitive", "resolved": "1.8.0", "contentHash": "AqRzhn0v29GGGLj/Z6gKq4lGNtvPHT4nHdG5PDJh9IfVjv/nYUVmX11hwwws1vDFeIAzrvmn0dPu8IjLtu6fAw==", "dependencies": { "Microsoft.Extensions.Logging.Abstractions": "8.0.3", "System.Memory.Data": "8.0.1" } }, "System.IdentityModel.Tokens.Jwt": { "type": "Transitive", "resolved": "8.18.0", "contentHash": "JxKlBca3/eXeH4koAGjEXOwrBdtwyDXwHXdYT5TQunp64TcVBl4wBCfmlGwhSG017Q/Qrz24leLxV6v2eknnJg==", "dependencies": { "Microsoft.IdentityModel.JsonWebTokens": "8.18.0", "Microsoft.IdentityModel.Tokens": "8.18.0" } }, "System.Memory.Data": { "type": "Transitive", "resolved": "8.0.1", "contentHash": "BVYuec3jV23EMRDeR7Dr1/qhx7369dZzJ9IWy2xylvb4YfXsrUxspWc4UWYid/tj4zZK58uGZqn2WQiaDMhmAg==" }, "Xamarin.AndroidX.Activity": { "type": "Transitive", "resolved": "1.13.0.1", "contentHash": "W2Tvk9UOvP6i/cCJrv0vQyAFzaxejfzSQDvjj9BoHtbM7fCVSXUngHTSaWptRcgUQQJyRNmKmTJ2YipndCZijw==", "dependencies": { "Xamarin.AndroidX.Annotation": "1.10.0.1", "Xamarin.AndroidX.Core.Core.Ktx": "1.19.0.1", "Xamarin.AndroidX.Core.ViewTree": "1.0.0.6", "Xamarin.AndroidX.Lifecycle.Common": "2.11.0.1", "Xamarin.AndroidX.Lifecycle.Runtime": "2.11.0.1", "Xamarin.AndroidX.Lifecycle.ViewModel": "2.11.0.1", "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.11.0.1", "Xamarin.AndroidX.NavigationEvent": "1.1.2.1", "Xamarin.AndroidX.ProfileInstaller.ProfileInstaller": "1.4.1.8", "Xamarin.AndroidX.SavedState": "1.5.0.1", "Xamarin.AndroidX.Tracing.Tracing": "1.3.0.4", "Xamarin.Kotlin.StdLib": "2.4.0.1", "Xamarin.KotlinX.Coroutines.Core": "1.11.0.1" } }, "Xamarin.AndroidX.Annotation": { "type": "Transitive", "resolved": "1.10.0.1", "contentHash": "OFFhDPUvfvyAaYU1s32hkiRt460zLkNxBgW1l2QUZDa2sSAQSGdrdpSZSpeXGXI0r1lgXPLIv8PWNmStIDr+Hw==", "dependencies": { "Xamarin.AndroidX.Annotation.Jvm": "1.10.0.1", "Xamarin.Kotlin.StdLib": "2.4.0.1" } }, "Xamarin.AndroidX.Annotation.Experimental": { "type": "Transitive", "resolved": "1.6.0.1", "contentHash": "sZSJtoivC3uBRIZVkRoBeYtpRcs1MxBxRoW9hcHeNwbQO9yPxBBpUsQyztZT4DrUNXvbLVAjA+fS4kvy7rUjbA==", "dependencies": { "Xamarin.Kotlin.StdLib": "2.4.0.1" } }, "Xamarin.AndroidX.Annotation.Jvm": { "type": "Transitive", "resolved": "1.10.0.1", "contentHash": "TwAZDaPB2TYKAfRnrkh59rqrk0KaCKAqkMomZ84WuFJ5elkVzO1ttZjAHY7oD6XkmnaZyOkGhBacxmu4ApTh0g==", "dependencies": { "Xamarin.Kotlin.StdLib": "2.4.0.1" } }, "Xamarin.AndroidX.Arch.Core.Common": { "type": "Transitive", "resolved": "2.2.0.21", "contentHash": "K3/VTkAn9aKFPjMQZnMyXwU3jA3hj5RZps/KoQGzGBeg+4KtBpx+aZd8n6bSJQGRg0YF0Viz8bocSoCKfylvtw==", "dependencies": { "Xamarin.AndroidX.Annotation": "1.10.0.1" } }, "Xamarin.AndroidX.Arch.Core.Runtime": { "type": "Transitive", "resolved": "2.2.0.21", "contentHash": "d+xgYu109rmZRpRA3QjdOxHWFwJBndtAudu/XbfeqQR+OTaW7dpFYNAKLK2bGlihQqVszOuVdUdn3crpbZeUGw==", "dependencies": { "Xamarin.AndroidX.Annotation": "1.10.0.1", "Xamarin.AndroidX.Arch.Core.Common": "[2.2.0.21, 2.2.1)" } }, "Xamarin.AndroidX.Collection": { "type": "Transitive", "resolved": "1.6.0.1", "contentHash": "2KWXJOSjKTcJRIUrayYj5Kic+UP7TsTCieDBgiyImMhft5cEvdHUJjhseH7WIrKRVkpNoj5PAIlZgRimVSbayA==", "dependencies": { "Xamarin.AndroidX.Annotation": "1.10.0.1", "Xamarin.AndroidX.Collection.Jvm": "1.6.0.1", "Xamarin.Kotlin.StdLib": "2.4.0.1" } }, "Xamarin.AndroidX.Collection.Jvm": { "type": "Transitive", "resolved": "1.6.0.1", "contentHash": "qmUjU7y9SOuhBwVOVtsJogWE8xuDQIRGN+IQtL+JK4du6BDKrpY4sKSBaPH//+9SAzo+l6V8EgGXd/KhJQM0dg==", "dependencies": { "Xamarin.AndroidX.Annotation.Jvm": "1.10.0.1", "Xamarin.JSpecify": "1.0.0.7", "Xamarin.Kotlin.StdLib": "2.4.0.1" } }, "Xamarin.AndroidX.Compose.Runtime.Annotation": { "type": "Transitive", "resolved": "1.11.3.1", "contentHash": "IP+ct5uaVhAp0f2Spe62kXgaoGwLuogBeG42q5ta6Nj7mQlHgxetJC5dwauMXjKnT8hwoZthpP4lvagpCZZdnA==", "dependencies": { "Xamarin.Kotlin.StdLib": "2.4.0.1" } }, "Xamarin.AndroidX.Compose.Runtime.Annotation.Android": { "type": "Transitive", "resolved": "1.11.3.1", "contentHash": "NCz5fp215Nj4lE6SQd8EXjJ6vTztoLCa3rtrOYmb39Tlv96NdDNHTR/jl5ARL8+RjcLuwxwL/q1Na1aVPjFDGA==", "dependencies": { "Xamarin.Kotlin.StdLib": "2.4.0.1" } }, "Xamarin.AndroidX.Concurrent.Futures": { "type": "Transitive", "resolved": "1.3.0.4", "contentHash": "KiRIKChlF+ZUSmwF7WsBXl5ACfr/dxaCzk8o3xRqLaUxuY5BFK7mrG1zGahkl1WZFSvXkMIqzA88DShr7EdnXQ==", "dependencies": { "Xamarin.AndroidX.Annotation": "1.10.0.1", "Xamarin.Google.Guava.ListenableFuture": "1.0.0.32", "Xamarin.JSpecify": "1.0.0.7" } }, "Xamarin.AndroidX.Core.Core.Ktx": { "type": "Transitive", "resolved": "1.19.0.1", "contentHash": "oYMa8qwe+Rs4v3Rs1SXA0UJ3DLyFWJtpjwSeFeh1+jlS+SF1xHbOt9G5zKqz193zPP+mDJkaYmdJpv8ahhAjlA==", "dependencies": { "Xamarin.AndroidX.Core": "1.19.0.1", "Xamarin.Kotlin.StdLib": "2.4.0.1" } }, "Xamarin.AndroidX.Core.ViewTree": { "type": "Transitive", "resolved": "1.0.0.6", "contentHash": "BJP0aUy9fLExMVrrjqvzSj5MKU9RFVfT+fxW/5oUrlkmSewDZyfJfHo4MwtmbUDQGDDG+ARpPIABOalhWqYJdA==", "dependencies": { "Xamarin.Kotlin.StdLib": "2.4.0.1" } }, "Xamarin.AndroidX.CustomView": { "type": "Transitive", "resolved": "1.2.0.4", "contentHash": "AuBRKJ1l2NwVze0pnkCflJM2rWortwoQ3Vz3ZUniYYEfVInDyQVRkNxwlDJqnxCxg/MPYK+120dV/fEQDGOOHg==", "dependencies": { "Xamarin.AndroidX.Annotation": "1.10.0.1", "Xamarin.AndroidX.Collection": "1.6.0.1", "Xamarin.AndroidX.Core": "1.19.0.1", "Xamarin.JSpecify": "1.0.0.7" } }, "Xamarin.AndroidX.CustomView.PoolingContainer": { "type": "Transitive", "resolved": "1.1.0.4", "contentHash": "qP27ERJqtyg+AxOy2tqqqJ0L4IVTCwEZRbSZNdBKa/1a5iy5gTt/IIOs9Ba4tg+JuW9iaGJ/UjFnEOZvg7FsAg==", "dependencies": { "Xamarin.AndroidX.Core.Core.Ktx": "1.19.0.1", "Xamarin.Kotlin.StdLib": "2.4.0.1" } }, "Xamarin.AndroidX.Interpolator": { "type": "Transitive", "resolved": "1.0.0.37", "contentHash": "uBGc0kgh8v/SDiSWanClynPGz7sa6pQzkGgISn87MsiUqS8wtYlB+4HmXh7kEE449spgwPTf3ziEIEq/uJd99g==", "dependencies": { "Xamarin.AndroidX.Annotation": "1.10.0.1" } }, "Xamarin.AndroidX.Lifecycle.Common": { "type": "Transitive", "resolved": "2.11.0.1", "contentHash": "fCKqf0sAnuA0J4AqusRBWfMSoLQPEt9uDNTB9X2ZM2oed1JKyt8ipdOTvX46pes2HsyCT+0etu4oaJh4Agcdvw==", "dependencies": { "Xamarin.AndroidX.Annotation": "1.10.0.1", "Xamarin.AndroidX.Lifecycle.Common.Jvm": "2.11.0.1", "Xamarin.Kotlin.StdLib": "2.4.0.1", "Xamarin.KotlinX.Coroutines.Core": "1.11.0.1" } }, "Xamarin.AndroidX.Lifecycle.Common.Jvm": { "type": "Transitive", "resolved": "2.11.0.1", "contentHash": "wnp6hF14kO3zO9LFdH1SJJMIY6Vm0kIY+/goCRbtLMuF2/ZLnAW4SHGPqNrB467+YAVjNCNkc+CxLWP2ER7EIg==", "dependencies": { "Xamarin.AndroidX.Annotation.Jvm": "1.10.0.1", "Xamarin.JSpecify": "1.0.0.7", "Xamarin.Kotlin.StdLib": "2.4.0.1", "Xamarin.KotlinX.Coroutines.Core": "1.11.0.1" } }, "Xamarin.AndroidX.Lifecycle.LiveData.Core": { "type": "Transitive", "resolved": "2.11.0.1", "contentHash": "oPRlEve2Cnngh15/6OoEzVE3mwYSo9XAfuphB37ya54+mxSrINO/deTuIR7zgwjG5iTUYKDAHlya848h1/VSug==", "dependencies": { "Xamarin.AndroidX.Arch.Core.Common": "2.2.0.21", "Xamarin.AndroidX.Arch.Core.Runtime": "2.2.0.21", "Xamarin.AndroidX.Lifecycle.Common": "[2.11.0.1, 2.11.1)", "Xamarin.JSpecify": "1.0.0.7", "Xamarin.Kotlin.StdLib": "2.4.0.1" } }, "Xamarin.AndroidX.Lifecycle.Runtime": { "type": "Transitive", "resolved": "2.11.0.1", "contentHash": "Xb/G30kVZVClyHiylVzxG+5Rhce9Zk4BBo1qNzrh8vGztLVg8c1dof1zodB3DOaCE/Kz08xe+azYdeuzgvKwmw==", "dependencies": { "Xamarin.AndroidX.Annotation": "1.10.0.1", "Xamarin.AndroidX.Arch.Core.Common": "2.2.0.21", "Xamarin.AndroidX.Collection": "1.6.0.1", "Xamarin.AndroidX.Lifecycle.Common": "[2.11.0.1, 2.11.1)", "Xamarin.AndroidX.Lifecycle.Runtime.Android": "2.11.0.1", "Xamarin.Kotlin.StdLib": "2.4.0.1" } }, "Xamarin.AndroidX.Lifecycle.Runtime.Android": { "type": "Transitive", "resolved": "2.11.0.1", "contentHash": "XdoCaH+dVCnr5ya24MIgasaMyZV2mnUg812Ns+WO2gocOOtSjIxYzbXqihkFTaDUlWk0A+OFRIXTKYZ3ec6Viw==", "dependencies": { "Xamarin.AndroidX.Annotation.Jvm": "1.10.0.1", "Xamarin.AndroidX.Arch.Core.Common": "2.2.0.21", "Xamarin.AndroidX.Arch.Core.Runtime": "2.2.0.21", "Xamarin.AndroidX.Collection.Jvm": "1.6.0.1", "Xamarin.AndroidX.Core.ViewTree": "1.0.0.6", "Xamarin.AndroidX.Lifecycle.Common.Jvm": "[2.11.0.1, 2.11.1)", "Xamarin.AndroidX.ProfileInstaller.ProfileInstaller": "1.4.1.8", "Xamarin.JSpecify": "1.0.0.7", "Xamarin.Kotlin.StdLib": "2.4.0.1", "Xamarin.KotlinX.Coroutines.Android": "1.11.0.1" } }, "Xamarin.AndroidX.Lifecycle.ViewModel": { "type": "Transitive", "resolved": "2.11.0.1", "contentHash": "XhweDAL6Gehaep9XhmrJCC5y4xNsHAR1+yWcvjreRnLWbSFVc8+qcBRI6emvYC6pzb0y2XjhFaFYEbgmJi3cNA==", "dependencies": { "Xamarin.AndroidX.Annotation": "1.10.0.1", "Xamarin.AndroidX.Collection": "1.6.0.1", "Xamarin.AndroidX.Lifecycle.ViewModel.Android": "2.11.0.1", "Xamarin.Kotlin.StdLib": "2.4.0.1", "Xamarin.KotlinX.AtomicFU": "0.33.0.1", "Xamarin.KotlinX.Coroutines.Core": "1.11.0.1" } }, "Xamarin.AndroidX.Lifecycle.ViewModel.Android": { "type": "Transitive", "resolved": "2.11.0.1", "contentHash": "Yy0/eissXgeHSeyL6x4qeB4XbUy6H007c4xHMtpCP2ujhV7smebva2RbwMB4ikTAON/C715amv1mVfVeo3/JEA==", "dependencies": { "Xamarin.AndroidX.Annotation.Jvm": "1.10.0.1", "Xamarin.AndroidX.Collection.Jvm": "1.6.0.1", "Xamarin.AndroidX.Core.ViewTree": "1.0.0.6", "Xamarin.Kotlin.StdLib": "2.4.0.1", "Xamarin.KotlinX.Coroutines.Android": "1.11.0.1", "Xamarin.KotlinX.Coroutines.Core": "1.11.0.1" } }, "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": { "type": "Transitive", "resolved": "2.11.0.1", "contentHash": "vjN7bimU3WXfJc12fN5uQV1X2iYbFiB7b46v2i7N4qpCHgnkP/3Ae2fY+7OPEMsLu32N/keO8ZWGX52mGb4ZQw==", "dependencies": { "Xamarin.AndroidX.Annotation": "1.10.0.1", "Xamarin.AndroidX.Collection": "1.6.0.1", "Xamarin.AndroidX.Lifecycle.Common": "[2.11.0.1, 2.11.1)", "Xamarin.AndroidX.Lifecycle.ViewModel": "[2.11.0.1, 2.11.1)", "Xamarin.AndroidX.Lifecycle.ViewModelSavedState.Android": "2.11.0.1", "Xamarin.AndroidX.SavedState": "1.5.0.1", "Xamarin.Kotlin.StdLib": "2.4.0.1", "Xamarin.KotlinX.Coroutines.Core": "1.11.0.1", "Xamarin.KotlinX.Serialization.Core": "1.11.0.1" } }, "Xamarin.AndroidX.Lifecycle.ViewModelSavedState.Android": { "type": "Transitive", "resolved": "2.11.0.1", "contentHash": "f+dRGHiNQSAYmSFi78uZ57ZqcgaRK5C6vsA7oyGCeM/yi0S29lWRX1wAlEjcaDal+XB7IE+4AT3gh4gK6RmbFg==", "dependencies": { "Xamarin.AndroidX.Annotation.Jvm": "1.10.0.1", "Xamarin.AndroidX.Collection.Jvm": "1.6.0.1", "Xamarin.AndroidX.Core.Core.Ktx": "1.19.0.1", "Xamarin.AndroidX.Lifecycle.Common.Jvm": "[2.11.0.1, 2.11.1)", "Xamarin.AndroidX.Lifecycle.LiveData.Core": "[2.11.0.1, 2.11.1)", "Xamarin.AndroidX.Lifecycle.ViewModel.Android": "[2.11.0.1, 2.11.1)", "Xamarin.AndroidX.SavedState.SavedState.Android": "1.5.0.1", "Xamarin.Kotlin.StdLib": "2.4.0.1", "Xamarin.KotlinX.Coroutines.Android": "1.11.0.1", "Xamarin.KotlinX.Coroutines.Core": "1.11.0.1", "Xamarin.KotlinX.Serialization.Core.Jvm": "1.11.0.1" } }, "Xamarin.AndroidX.NavigationEvent": { "type": "Transitive", "resolved": "1.1.2.1", "contentHash": "BuHoykG9rBTQg8WwXhwRl3NQPkroyksciRyuHVuYiO3gtU+M4MQwKj5JUW228yso8psjJhnhNg/79N2ExRF+og==", "dependencies": { "Xamarin.AndroidX.Annotation": "1.10.0.1", "Xamarin.AndroidX.Collection": "1.6.0.1", "Xamarin.AndroidX.Compose.Runtime.Annotation": "1.11.3.1", "Xamarin.AndroidX.NavigationEvent.Android": "1.1.2.1", "Xamarin.Kotlin.StdLib": "2.4.0.1", "Xamarin.KotlinX.AtomicFU": "0.33.0.1", "Xamarin.KotlinX.Coroutines.Core": "1.11.0.1" } }, "Xamarin.AndroidX.NavigationEvent.Android": { "type": "Transitive", "resolved": "1.1.2.1", "contentHash": "rRcewSbsor2c/RS/kSCGvahu0boa9jvrNjLCOek8WeQJNyjhMqji7YECbv1PqT9jwHUXcx1FB4ULvjJnqVEtxQ==", "dependencies": { "Xamarin.AndroidX.Annotation.Jvm": "1.10.0.1", "Xamarin.AndroidX.Collection.Jvm": "1.6.0.1", "Xamarin.AndroidX.Compose.Runtime.Annotation.Android": "1.11.3.1", "Xamarin.AndroidX.Core.ViewTree": "1.0.0.6", "Xamarin.Kotlin.StdLib": "2.4.0.1", "Xamarin.KotlinX.Coroutines.Android": "1.11.0.1", "Xamarin.KotlinX.Coroutines.Core": "1.11.0.1" } }, "Xamarin.AndroidX.ProfileInstaller.ProfileInstaller": { "type": "Transitive", "resolved": "1.4.1.8", "contentHash": "zBwJUR3ipSDdFs8yQCSHZVRc1Ngz6LRcdojEAF3Fn3YeXYjGEpQIWeGaruZi95bePWwk0L5628y3aqznAKfccQ==", "dependencies": { "Xamarin.AndroidX.Annotation": "1.10.0.1", "Xamarin.AndroidX.Concurrent.Futures": "1.3.0.4", "Xamarin.AndroidX.Startup.StartupRuntime": "1.2.0.8", "Xamarin.Google.Guava.ListenableFuture": "1.0.0.32" } }, "Xamarin.AndroidX.SavedState": { "type": "Transitive", "resolved": "1.5.0.1", "contentHash": "H9wF2dchEuakH4gj4vnPpjgCcZ/f3WU+g1CCO+abTmYmZs3qUYzE4nekVoqNJHQ6PNYc7kMMo7hzM97nSXmS2Q==", "dependencies": { "Xamarin.AndroidX.Annotation": "1.10.0.1", "Xamarin.AndroidX.Collection": "1.6.0.1", "Xamarin.AndroidX.Lifecycle.Common": "2.11.0.1", "Xamarin.AndroidX.SavedState.SavedState.Android": "1.5.0.1", "Xamarin.Kotlin.StdLib": "2.4.0.1", "Xamarin.KotlinX.AtomicFU": "0.33.0.1", "Xamarin.KotlinX.Coroutines.Core": "1.11.0.1", "Xamarin.KotlinX.Serialization.Core": "1.11.0.1" } }, "Xamarin.AndroidX.SavedState.SavedState.Android": { "type": "Transitive", "resolved": "1.5.0.1", "contentHash": "7XfPayLSlP2RRYcpvvEgbQG/t/g5o/RWtAEVE+sO0NBPNJWlQ/zvEzWjH7JeZE+ttRGov78AiwKfeWVX1ptPwQ==", "dependencies": { "Xamarin.AndroidX.Annotation.Jvm": "1.10.0.1", "Xamarin.AndroidX.Collection.Jvm": "1.6.0.1", "Xamarin.AndroidX.Core.Core.Ktx": "1.19.0.1", "Xamarin.AndroidX.Core.ViewTree": "1.0.0.6", "Xamarin.AndroidX.Lifecycle.Common.Jvm": "2.11.0.1", "Xamarin.Kotlin.StdLib": "2.4.0.1", "Xamarin.KotlinX.Coroutines.Core": "1.11.0.1", "Xamarin.KotlinX.Serialization.Core.Jvm": "1.11.0.1" } }, "Xamarin.AndroidX.Startup.StartupRuntime": { "type": "Transitive", "resolved": "1.2.0.8", "contentHash": "HKloS4O57Oniv/5VF0fkHh6zEWRwToK7VyW2ajyWZ7+l+bkxUFZy9tHIHS/TCGvDYR6NVM8yA/Mz2x+TrWwPmg==", "dependencies": { "Xamarin.AndroidX.Annotation": "1.10.0.1", "Xamarin.AndroidX.Tracing.Tracing": "1.3.0.4" } }, "Xamarin.AndroidX.Tracing.Tracing": { "type": "Transitive", "resolved": "1.3.0.4", "contentHash": "x0Oig3saZ/b2zk0R8Um713vT15I428kKm0jh/cW2t1XDbk/LF9Cnrsbo6/0p8SFPyqQch7JJACbnvsH+xEunZQ==", "dependencies": { "Xamarin.AndroidX.Tracing.Tracing.Android": "1.3.0.4", "Xamarin.Kotlin.StdLib": "2.4.0.1" } }, "Xamarin.AndroidX.Tracing.Tracing.Android": { "type": "Transitive", "resolved": "1.3.0.4", "contentHash": "qQNpa9D6q6CgtgGRJGfaEZUVFH+0pzA+58V2z8CYosv6K/mKwJys9InR+0xNmMDshm1IuGhX4mgJ3Lf54D2BQg==", "dependencies": { "Xamarin.AndroidX.Annotation.Jvm": "1.10.0.1", "Xamarin.Kotlin.StdLib": "2.4.0.1" } }, "Xamarin.AndroidX.VersionedParcelable": { "type": "Transitive", "resolved": "1.2.1.6", "contentHash": "RxZnmS3nBqOGHUUegHWBqAU4qlApR8s1nhCZ4CnCJBwvfXJQ1Y9aschXn2fXrYgV86xtwRR31+TN5KufIIvINw==", "dependencies": { "Xamarin.AndroidX.Annotation": "1.10.0.1", "Xamarin.AndroidX.Collection": "1.6.0.1", "Xamarin.JSpecify": "1.0.0.7" } }, "Xamarin.Google.Guava.ListenableFuture": { "type": "Transitive", "resolved": "1.0.0.32", "contentHash": "2jv4/HoPHk9PG8TGEuAwYMUJWf+OwxANCNASr0i0sWOAbvVQsNk9Mnu4BlYZkmJ5+KnEp0vtiHWDSkxm4kSabw==" }, "Xamarin.Jetbrains.Annotations": { "type": "Transitive", "resolved": "26.1.0.2", "contentHash": "mwKW1QGbVFT649s9fJ/tTX1kkekI8Mt+n4sWS4kP39J78FjaatbNFu7bdyzxHYMbBB61S4cU6XRuaGAw2mhQCQ==" }, "Xamarin.JSpecify": { "type": "Transitive", "resolved": "1.0.0.7", "contentHash": "pX+mTpwy0SkHGBxi3YPvQb0xLdl31GZD/VH+ebwXr97d5j7a+DGEyLWRqzC+hgZNK+bCOnlYlnUYYLD4TfSXSA==" }, "Xamarin.Kotlin.StdLib": { "type": "Transitive", "resolved": "2.4.0.1", "contentHash": "ZGskPNF6lIQWzkwfhoRLuf9isUSOmjfTZVOVXXfDP/vL/xLNC4H4h/NC63AcNoscOAReRic0po3VZsqfvLsgZQ==", "dependencies": { "Xamarin.Jetbrains.Annotations": "26.1.0.2" } }, "Xamarin.KotlinX.AtomicFU": { "type": "Transitive", "resolved": "0.33.0.1", "contentHash": "9khTuFz9CvgZJc6pzKXNlmtTZF9zun1TCRHIlWpHddqmLoFjiN2Xy/Qfwj8+KK8EJZEBLPETOu0XsagKlm//SQ==", "dependencies": { "Xamarin.KotlinX.AtomicFU.Jvm": "0.33.0.1" } }, "Xamarin.KotlinX.AtomicFU.Jvm": { "type": "Transitive", "resolved": "0.33.0.1", "contentHash": "4HAO14g7RTJm+WsahmXwzZBhBAEixKZuyiE+oxdQKAHCOfZzbh5uQphkcbp6YPpV3YVw/oOxE+vgL3Hn4ZPNUA==", "dependencies": { "Xamarin.Kotlin.StdLib": "2.4.0.1" } }, "Xamarin.KotlinX.Coroutines.Android": { "type": "Transitive", "resolved": "1.11.0.1", "contentHash": "C+N1XS1s7bOD6ydON8DYjucwIsH/y1+zVRNQdwSqAG/6NEQPeTTxww2PpMnnIft9zxrpuCRBmnbb58BvL6j7+g==", "dependencies": { "Xamarin.Kotlin.StdLib": "2.4.0.1", "Xamarin.KotlinX.Coroutines.Core.Jvm": "1.11.0.1" } }, "Xamarin.KotlinX.Coroutines.Core": { "type": "Transitive", "resolved": "1.11.0.1", "contentHash": "7zMBcmtyOqguwRLVZ8q6/GkWQ5RMu26W+me5KUJZU2yamHjdTfrOHIrnd0zmx3+3wwgohEmzjFfwwyJf3QOSwg==", "dependencies": { "Xamarin.KotlinX.Coroutines.Core.Jvm": "1.11.0.1" } }, "Xamarin.KotlinX.Coroutines.Core.Jvm": { "type": "Transitive", "resolved": "1.11.0.1", "contentHash": "PfimvxVnQSf3E6eXnWIw3ZW60cSDCNAFNnouf0Bw19/GoHUFnDRIjUrOccnX5TR+V7rvfGP2c3nblijKyPxM+w==", "dependencies": { "Xamarin.Jetbrains.Annotations": "26.1.0.2", "Xamarin.Kotlin.StdLib": "2.4.0.1" } }, "Xamarin.KotlinX.Serialization.Core": { "type": "Transitive", "resolved": "1.11.0.1", "contentHash": "Isdm4DA4BNRzQr+bX9p31taWWrf0pG0icOpq7kIeXb6qOR96kI6wi1nOlYt46mFtTpbJ2UyY5hkhJC+C+NknwA==", "dependencies": { "Xamarin.KotlinX.Serialization.Core.Jvm": "1.11.0.1" } }, "Xamarin.KotlinX.Serialization.Core.Jvm": { "type": "Transitive", "resolved": "1.11.0.1", "contentHash": "UKb1C/+LxDhbLU2uQlR/4hEnbMbVir02j6jZE78H2TfP24E7NzXhIlCniFw6qp1nrSRCI4ZSs0dpxHvTANNoZQ==", "dependencies": { "Xamarin.Kotlin.StdLib": "2.4.0.1" } } }, "net10.0-android36.0/android-arm64": {}, "net10.0-android36.0/android-x64": {} } }