📄 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 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 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050
{
  "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.AppCompat": {
        "type": "Direct",
        "requested": "[1.7.1.4, )",
        "resolved": "1.7.1.4",
        "contentHash": "txambMgIFpDjAEpwqk0j1GK+pQdwu3JSxVqu5Zd83RrGSFnHoUZEM4ep+ESD75UARqLWYqhMfxpl5P52O2q6pQ==",
        "dependencies": {
          "Xamarin.AndroidX.Activity": "1.13.0.1",
          "Xamarin.AndroidX.Annotation": "1.10.0.1",
          "Xamarin.AndroidX.AppCompat.AppCompatResources": "[1.7.1.4, 1.7.2)",
          "Xamarin.AndroidX.Collection": "1.6.0.1",
          "Xamarin.AndroidX.Core": "1.19.0.1",
          "Xamarin.AndroidX.Core.Core.Ktx": "1.19.0.1",
          "Xamarin.AndroidX.CursorAdapter": "1.0.0.37",
          "Xamarin.AndroidX.DrawerLayout": "1.2.0.21",
          "Xamarin.AndroidX.Emoji2": "1.6.0.3",
          "Xamarin.AndroidX.Emoji2.ViewsHelper": "1.6.0.3",
          "Xamarin.AndroidX.Fragment": "1.8.9.3",
          "Xamarin.AndroidX.Lifecycle.Runtime": "2.11.0.1",
          "Xamarin.AndroidX.Lifecycle.ViewModel": "2.11.0.1",
          "Xamarin.AndroidX.ProfileInstaller.ProfileInstaller": "1.4.1.8",
          "Xamarin.AndroidX.ResourceInspection.Annotation": "1.0.1.25",
          "Xamarin.AndroidX.SavedState": "1.5.0.1",
          "Xamarin.Kotlin.StdLib": "2.4.0.1"
        }
      },
      "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"
        }
      },
      "Xamarin.Google.Android.Material": {
        "type": "Direct",
        "requested": "[1.14.0.6, )",
        "resolved": "1.14.0.6",
        "contentHash": "xC0oD3awmOwrW0OZesBjwN3kCBSN7tPduRht5Kmy9Dea/OwhQjr4GunT1MsTYcNT3VCruYa1mcYdN13n9Wwg0w==",
        "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.AppCompat": "1.7.1.4",
          "Xamarin.AndroidX.CardView": "1.0.0.39",
          "Xamarin.AndroidX.ConstraintLayout": "2.2.1.6",
          "Xamarin.AndroidX.CoordinatorLayout": "1.3.0.6",
          "Xamarin.AndroidX.Core": "1.19.0.1",
          "Xamarin.AndroidX.CustomView": "1.2.0.4",
          "Xamarin.AndroidX.DrawerLayout": "1.2.0.21",
          "Xamarin.AndroidX.DynamicAnimation": "1.1.0.6",
          "Xamarin.AndroidX.Fragment": "1.8.9.3",
          "Xamarin.AndroidX.Graphics.Shapes": "1.1.0.3",
          "Xamarin.AndroidX.Lifecycle.Runtime": "2.11.0.1",
          "Xamarin.AndroidX.RecyclerView": "1.4.0.6",
          "Xamarin.AndroidX.ResourceInspection.Annotation": "1.0.1.25",
          "Xamarin.AndroidX.Transition": "1.7.0.2",
          "Xamarin.AndroidX.VectorDrawable": "1.2.0.11",
          "Xamarin.AndroidX.ViewPager2": "1.1.0.11",
          "Xamarin.Google.ErrorProne.Annotations": "2.50.0.1"
        }
      },
      "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.AppCompat.AppCompatResources": {
        "type": "Transitive",
        "resolved": "1.7.1.4",
        "contentHash": "FMooskcnJ3pU03GtRMVd1Y16ZGahVQ6mgl4msPzWQ2QUoxlie2yPijYQka5k9ssNWjQNsSuEAOfpPz1A3LYsxg==",
        "dependencies": {
          "Xamarin.AndroidX.Annotation": "1.10.0.1",
          "Xamarin.AndroidX.Collection": "1.6.0.1",
          "Xamarin.AndroidX.Core": "1.19.0.1",
          "Xamarin.AndroidX.VectorDrawable": "1.2.0.11",
          "Xamarin.AndroidX.VectorDrawable.Animated": "1.2.0.11"
        }
      },
      "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.CardView": {
        "type": "Transitive",
        "resolved": "1.0.0.39",
        "contentHash": "GrbCWOtxZ9SATCOkscTF8kJ1zJlC/8b19Usfp3TduzZscEGi7rFf7fuX7I08Rsdjostrs0FuWWQZub80pVRsKw==",
        "dependencies": {
          "Xamarin.AndroidX.Annotation": "1.10.0.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.ConstraintLayout": {
        "type": "Transitive",
        "resolved": "2.2.1.6",
        "contentHash": "F9f8BHPkY/nBVBFi5d2yq1vdRZPLDSqHFltuam6cFeMuz6ZhQDEqQ6YLn8tnVoONUaqH+dUVaEptY1n5RTTRcg==",
        "dependencies": {
          "Xamarin.AndroidX.AppCompat": "1.7.1.4",
          "Xamarin.AndroidX.ConstraintLayout.Core": "1.1.1.6",
          "Xamarin.AndroidX.Core": "1.19.0.1",
          "Xamarin.AndroidX.ProfileInstaller.ProfileInstaller": "1.4.1.8"
        }
      },
      "Xamarin.AndroidX.ConstraintLayout.Core": {
        "type": "Transitive",
        "resolved": "1.1.1.6",
        "contentHash": "NhN2xmmqUcBq0XlKMY322h0v6Zm11rtbB35ADwz5pFoK/AiP4iiTotSFX1A0NDpE/2VF/JqUZeBEjQmWgZF9IQ==",
        "dependencies": {
          "Xamarin.AndroidX.Annotation": "1.10.0.1"
        }
      },
      "Xamarin.AndroidX.CoordinatorLayout": {
        "type": "Transitive",
        "resolved": "1.3.0.6",
        "contentHash": "ehTNCwpmVBSglqdBnxfQmtL4BJA/YqNHxdDQwSVJYK/iELixLbj3Ymbj+8dl8myd/ZAHjJ1vDRlLHWBVDRYHeQ==",
        "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.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.CursorAdapter": {
        "type": "Transitive",
        "resolved": "1.0.0.37",
        "contentHash": "tZxKuVjw9HwxSSVyhxVw4Hs+YRNHbLwpu+5QpSq6RCjY7NVNoHeLklytntBVuDY2EUKOuR2hSrBRhcgijfrxXg==",
        "dependencies": {
          "Xamarin.AndroidX.Annotation": "1.10.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.DrawerLayout": {
        "type": "Transitive",
        "resolved": "1.2.0.21",
        "contentHash": "BIvdnKMHI6JFPpApPBjL5/inu/L0wU88bKMDZOE+fnIAob0Qz4ZxyynSJJkC8D2dw2mVITYcAJxXK7zPkas3rg==",
        "dependencies": {
          "Xamarin.AndroidX.Annotation": "1.10.0.1",
          "Xamarin.AndroidX.Core": "1.19.0.1",
          "Xamarin.AndroidX.CustomView": "1.2.0.4"
        }
      },
      "Xamarin.AndroidX.DynamicAnimation": {
        "type": "Transitive",
        "resolved": "1.1.0.6",
        "contentHash": "XvXv5+Wxcou+J3Z/waDbhKKfjKFPIPIY50uDbyB8HhvN023POUp2WBatKclf/jWao6X+3ML0j3ZEyJXwi5lVtg==",
        "dependencies": {
          "Xamarin.AndroidX.Collection": "1.6.0.1",
          "Xamarin.AndroidX.Core": "1.19.0.1",
          "Xamarin.JSpecify": "1.0.0.7"
        }
      },
      "Xamarin.AndroidX.Emoji2": {
        "type": "Transitive",
        "resolved": "1.6.0.3",
        "contentHash": "Pb603fbsfvfqbLHrFyn0deReLxb4gJMzBnSXRuuJrh2VL9TcOeNQ7WgpLa0QGJ0Z+3b6iuQhfnd6vNZ7fvYg5w==",
        "dependencies": {
          "Xamarin.AndroidX.Annotation": "1.10.0.1",
          "Xamarin.AndroidX.Collection": "1.6.0.1",
          "Xamarin.AndroidX.Core": "1.19.0.1",
          "Xamarin.AndroidX.Lifecycle.Process": "2.11.0.1",
          "Xamarin.AndroidX.Startup.StartupRuntime": "1.2.0.8",
          "Xamarin.JSpecify": "1.0.0.7"
        }
      },
      "Xamarin.AndroidX.Emoji2.ViewsHelper": {
        "type": "Transitive",
        "resolved": "1.6.0.3",
        "contentHash": "gVKEntE5UctFDeszUM+/+JVyqiyNkVyRyKXlf27/qUjPV5BzTVCx2JG2xL5C5hYNDQ+XiqKMEA35P+q9hZD+MQ==",
        "dependencies": {
          "Xamarin.AndroidX.Collection": "1.6.0.1",
          "Xamarin.AndroidX.Core": "1.19.0.1",
          "Xamarin.AndroidX.Emoji2": "[1.6.0.3, 1.6.1)",
          "Xamarin.JSpecify": "1.0.0.7"
        }
      },
      "Xamarin.AndroidX.Fragment": {
        "type": "Transitive",
        "resolved": "1.8.9.3",
        "contentHash": "PJ4Cz/w2kDMiS2Jb74qQVFFYspE6aySP46v8CnBXTSL5GdvQ18LR/MvpOvHVqy6owXh+MhOFhQYcumQHqqPRIA==",
        "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.Core.Core.Ktx": "1.19.0.1",
          "Xamarin.AndroidX.Lifecycle.LiveData.Core": "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.Loader": "1.1.0.37",
          "Xamarin.AndroidX.ProfileInstaller.ProfileInstaller": "1.4.1.8",
          "Xamarin.AndroidX.SavedState": "1.5.0.1",
          "Xamarin.AndroidX.ViewPager": "1.1.0.7",
          "Xamarin.Kotlin.StdLib": "2.4.0.1"
        }
      },
      "Xamarin.AndroidX.Graphics.Shapes": {
        "type": "Transitive",
        "resolved": "1.1.0.3",
        "contentHash": "CCa5/ra0N3+oI5ZxD/hl5CxhsKfJyzaMscEd5qCySTQHr3MAVxR60Nx13UL0TXsjH1sfmRXZcCTo6ty72niWlQ==",
        "dependencies": {
          "Xamarin.AndroidX.Annotation": "1.10.0.1",
          "Xamarin.AndroidX.Collection": "1.6.0.1",
          "Xamarin.AndroidX.Graphics.Shapes.Android": "1.1.0.3",
          "Xamarin.Kotlin.StdLib": "2.4.0.1"
        }
      },
      "Xamarin.AndroidX.Graphics.Shapes.Android": {
        "type": "Transitive",
        "resolved": "1.1.0.3",
        "contentHash": "8U3dqKE1wJD8MA/vouByH4WAFN6Zkv/W+Hgr3TSNBG5auW/2DpT8zF/XSOVe1O+YE7UmZvfaUIJdIriG6pms6A==",
        "dependencies": {
          "Xamarin.AndroidX.Annotation.Experimental": "1.6.0.1",
          "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.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.Process": {
        "type": "Transitive",
        "resolved": "2.11.0.1",
        "contentHash": "vQbEwTh0oOhmGgJUx6zobjLl6ZEvFfEL9ZTsmQAovOdtvJvrQb/9bAqTxRgO81pOP8b3ZFiwISl5b1yd2hkKXw==",
        "dependencies": {
          "Xamarin.AndroidX.Annotation": "1.10.0.1",
          "Xamarin.AndroidX.Lifecycle.Runtime": "[2.11.0.1, 2.11.1)",
          "Xamarin.AndroidX.Startup.StartupRuntime": "1.2.0.8",
          "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.Loader": {
        "type": "Transitive",
        "resolved": "1.1.0.37",
        "contentHash": "pwovhD7xX+PlXLH9O9aU+oZXmAcjCS51f1JN7DoUoE83DWYK90/mWCSSuYcxdly9gJHCcHGoklIoM01qHv7Z7w==",
        "dependencies": {
          "Xamarin.AndroidX.Annotation": "1.10.0.1",
          "Xamarin.AndroidX.Collection": "1.6.0.1",
          "Xamarin.AndroidX.Core": "1.19.0.1",
          "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.11.0.1",
          "Xamarin.AndroidX.Lifecycle.ViewModel": "2.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.ResourceInspection.Annotation": {
        "type": "Transitive",
        "resolved": "1.0.1.25",
        "contentHash": "0L7m/q7Ea0Q8Dx4nFK3BjtJZtcQfPs1DyziPpt7BXplj6zrf4GqKjHhneWNowr/LJxUZvxO+qx9F3/GU+ELlbA==",
        "dependencies": {
          "Xamarin.AndroidX.Annotation": "1.10.0.1"
        }
      },
      "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.Transition": {
        "type": "Transitive",
        "resolved": "1.7.0.2",
        "contentHash": "S5cDtVjwTQN1rbnisPQ1psqj+GTWORI2WEiP2kvcqfhJXOziNJM/zTyKIMABQuWAv6Dsy/eDYlXovy0MzIqFjQ==",
        "dependencies": {
          "Xamarin.AndroidX.Annotation": "1.10.0.1",
          "Xamarin.AndroidX.Collection": "1.6.0.1",
          "Xamarin.AndroidX.Core": "1.19.0.1",
          "Xamarin.AndroidX.DynamicAnimation": "1.1.0.6",
          "Xamarin.AndroidX.Fragment": "1.8.9.3",
          "Xamarin.JSpecify": "1.0.0.7",
          "Xamarin.Kotlin.StdLib": "2.4.0.1"
        }
      },
      "Xamarin.AndroidX.VectorDrawable": {
        "type": "Transitive",
        "resolved": "1.2.0.11",
        "contentHash": "281B3dHTUiAyLl3ewj/cHgY0Sm0KAUP4PgLRs2jbeYt+TAvSoIoIM7EXu//bnmG6erY1dIFAfbNKfHQ/yBNp2A==",
        "dependencies": {
          "Xamarin.AndroidX.Annotation": "1.10.0.1",
          "Xamarin.AndroidX.Collection": "1.6.0.1",
          "Xamarin.AndroidX.Core": "1.19.0.1"
        }
      },
      "Xamarin.AndroidX.VectorDrawable.Animated": {
        "type": "Transitive",
        "resolved": "1.2.0.11",
        "contentHash": "6IIN9+ShJm59mc3mEe/s3HmB1EHh3wlfyBoQj7boMbmdK0e/kcLxvcVtLFH1WfkmhyYeWwGZY3mLTryVF8mWoQ==",
        "dependencies": {
          "Xamarin.AndroidX.Annotation": "1.10.0.1",
          "Xamarin.AndroidX.Collection": "1.6.0.1",
          "Xamarin.AndroidX.Core": "1.19.0.1",
          "Xamarin.AndroidX.Interpolator": "1.0.0.37",
          "Xamarin.AndroidX.VectorDrawable": "1.2.0.11"
        }
      },
      "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.AndroidX.ViewPager": {
        "type": "Transitive",
        "resolved": "1.1.0.7",
        "contentHash": "O8iQpk7iyF9yIdctfT1RMq2m2paOoJ6oDhkK6EC02iQuCrv09dv7n7suS0N1a9XEL+UNzQd3ul/lCXHmsIB3QA==",
        "dependencies": {
          "Xamarin.AndroidX.Annotation": "1.10.0.1",
          "Xamarin.AndroidX.Core": "1.19.0.1",
          "Xamarin.AndroidX.CustomView": "1.2.0.4"
        }
      },
      "Xamarin.AndroidX.ViewPager2": {
        "type": "Transitive",
        "resolved": "1.1.0.11",
        "contentHash": "uqHV7+hIgsV90v67ykdBW4zcQMQa3IwS5FPP9EZjBwjpaa8+JIZPxzyGLuq7fTqUYEBeKVMmHmPZ6mjpjtI1XQ==",
        "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.Core": "1.19.0.1",
          "Xamarin.AndroidX.Fragment": "1.8.9.3",
          "Xamarin.AndroidX.RecyclerView": "1.4.0.6"
        }
      },
      "Xamarin.Google.ErrorProne.Annotations": {
        "type": "Transitive",
        "resolved": "2.50.0.1",
        "contentHash": "ip4SsCz/U2n/nJVL4Hk6BVzNWdWeQkyyLyo6zm3vWrCeAq/U4tIdNnR7i355pTZMzFeDwcITsTvStf0JQhpBxQ=="
      },
      "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": {}
  }
}