-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathartemis-sources.json
1934 lines (1934 loc) · 114 KB
/
artemis-sources.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
[
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/asyncimageloader.avalonia/3.3.0/asyncimageloader.avalonia.3.3.0.nupkg",
"sha512": "9ada170b401c1cf7bb2f7462d96650ff54d93e967951a63b941b63fe5b4e152e0415ce988bb882646f9c9d64eb611cff25bb598f7d0ab6221324a8a73a0f0176",
"dest": "nuget-sources",
"dest-filename": "asyncimageloader.avalonia.3.3.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia/11.0.0/avalonia.11.0.0.nupkg",
"sha512": "86d2827bd65ae364dba920221a66bcffece977d5688833e7a1b16e13a3c5a56b5c0719f7e04876ece3f43963c41efe54b57e0a6375c258f816037dab95dc7f3f",
"dest": "nuget-sources",
"dest-filename": "avalonia.11.0.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia/11.0.4/avalonia.11.0.4.nupkg",
"sha512": "3a02bae31302471cdb726ed6e173b0eb5e46d89e2b7a625651796bfe6e7259309747d698376f66100ac05498d56db9ae239cb906fc3d6d5eb623d8377adb65a5",
"dest": "nuget-sources",
"dest-filename": "avalonia.11.0.4.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia/11.2.0/avalonia.11.2.0.nupkg",
"sha512": "29abeea9da4de98d44c6e65d201a01203fe0c4fdef3103237f5f03a50d2c447d51e88d86f75933ce2edfb46a526dbb2af9c458608905d0a9009237eac7a56573",
"dest": "nuget-sources",
"dest-filename": "avalonia.11.2.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.angle.windows.natives/2.1.22045.20230930/avalonia.angle.windows.natives.2.1.22045.20230930.nupkg",
"sha512": "82bb927cff47738cd13ee87f93664eed203fe0586c807c0fb2215e743b01d787c1ab8285512c82a3f891dbd303a20eb1feb24fdfe09a9edd91d9de65ce96f4d7",
"dest": "nuget-sources",
"dest-filename": "avalonia.angle.windows.natives.2.1.22045.20230930.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.avaloniaedit/11.1.0/avalonia.avaloniaedit.11.1.0.nupkg",
"sha512": "b3adc4d346f434c3d78d766d49a3671751f8a8d91da4d66d83d311455a52fa1bafc0db691ef964f3d3c2940abc5f8b7019457745efa9b182096f68fd219c84a2",
"dest": "nuget-sources",
"dest-filename": "avalonia.avaloniaedit.11.1.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.buildservices/0.0.28/avalonia.buildservices.0.0.28.nupkg",
"sha512": "90ff1b9133b31bcde6a38566f0b70b29121e7f75724231b7e298242320eb3bb080ecb8adf934d0f8b064b2dc0d69d524295bb9ad419683b40e1ebdd3cf5c3dcc",
"dest": "nuget-sources",
"dest-filename": "avalonia.buildservices.0.0.28.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.buildservices/0.0.29/avalonia.buildservices.0.0.29.nupkg",
"sha512": "9485e64c84b087beaf0803c049e9c057216b889bb8d452f0339149dbde65b2c9f1cca2f2b119c3d1eb8c6eb135f582edc72516095bb6be9a2d3b530d3aa3d639",
"dest": "nuget-sources",
"dest-filename": "avalonia.buildservices.0.0.29.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.controls.colorpicker/11.0.4/avalonia.controls.colorpicker.11.0.4.nupkg",
"sha512": "bbdb79b7e6ef08b09549467127a7bb931a9df8ece03898a601b7e5975925312e958933374fbfcc4a7584ad8593d92adadb593c559a74298df0c372b47e22b9ed",
"dest": "nuget-sources",
"dest-filename": "avalonia.controls.colorpicker.11.0.4.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.controls.colorpicker/11.0.9/avalonia.controls.colorpicker.11.0.9.nupkg",
"sha512": "b5f638ac7685a5707409935352f5840ec3df8155f429b39c3bf3c6e4a74684f7e5b932217946c3e073f89a305f4d7972f41be6d3ea293f7286e59d4932f415ed",
"dest": "nuget-sources",
"dest-filename": "avalonia.controls.colorpicker.11.0.9.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.controls.colorpicker/11.1.0/avalonia.controls.colorpicker.11.1.0.nupkg",
"sha512": "41320aabdcd8c7c358e08b968078ea076ecfd2446124686bbd620d7a158c5eb53425244769995c7ccbde64d21d0dd96bde6a348d2f8d8b61c5ff655b4d13606d",
"dest": "nuget-sources",
"dest-filename": "avalonia.controls.colorpicker.11.1.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.controls.datagrid/11.0.4/avalonia.controls.datagrid.11.0.4.nupkg",
"sha512": "ca26a4bb2c5ca84ec2ddc6d1ab1b58d99bcfec1cdc0bde97a38f52825d5d88e1d4e999711d250e5d126ceb6e97040c1f82f6bfd66d5ae79235e872869cca25b5",
"dest": "nuget-sources",
"dest-filename": "avalonia.controls.datagrid.11.0.4.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.controls.datagrid/11.0.9/avalonia.controls.datagrid.11.0.9.nupkg",
"sha512": "e70eb5411355771c9933218b814aca83d55bb6255a014b79c51701b009bc9e3b65f3a555927dc0d42a6b8414697323414374b8ca2561df23aeb8bba9f3392de8",
"dest": "nuget-sources",
"dest-filename": "avalonia.controls.datagrid.11.0.9.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.controls.datagrid/11.1.0/avalonia.controls.datagrid.11.1.0.nupkg",
"sha512": "89114d484f07e96cc1f1e7fdf1d67efce6bf75085a0024a1faa7ce9cef44522f0cb84e878631f66fb5b733a786f9355716e24a2dfaa801716beb214ff50deeff",
"dest": "nuget-sources",
"dest-filename": "avalonia.controls.datagrid.11.1.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.controls.itemsrepeater/11.0.4/avalonia.controls.itemsrepeater.11.0.4.nupkg",
"sha512": "c22ad89d17e20f02db3d54bbeed57dbc316db5378848ccfd5ea4035ad03a15b4ad8961dddffef2ca7db843455379930223d14fe99ae4e2e2c050f928024e6994",
"dest": "nuget-sources",
"dest-filename": "avalonia.controls.itemsrepeater.11.0.4.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.controls.itemsrepeater/11.1.4/avalonia.controls.itemsrepeater.11.1.4.nupkg",
"sha512": "170282271ccfffab37118489c4db18d473598235f269a5b10710bb6e27667eb6d13c440ec32f74fe27b7bf4110a77049e688f24d846a427ddbbfdb4ef023977d",
"dest": "nuget-sources",
"dest-filename": "avalonia.controls.itemsrepeater.11.1.4.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.controls.panandzoom/11.2.0/avalonia.controls.panandzoom.11.2.0.nupkg",
"sha512": "ae2230a5d7eb9f512dd8a5ba92b5c3770b665b1f4519d0237b747d471a34a8329d28e5785530b4d1873bb3e10b7a60850ecc6248bea015a2fe4016f22b9dc23c",
"dest": "nuget-sources",
"dest-filename": "avalonia.controls.panandzoom.11.2.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.desktop/11.2.0/avalonia.desktop.11.2.0.nupkg",
"sha512": "1ad0f6e37e74de8fea5adba66cb05a343c45e32d88f1a15148d397c2bcc7af2fe74ca1c216ff9feaeae0cd51da40f8b4ba611bafd6f4c45bbb1785a8cf1d6f54",
"dest": "nuget-sources",
"dest-filename": "avalonia.desktop.11.2.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.diagnostics/11.0.9/avalonia.diagnostics.11.0.9.nupkg",
"sha512": "9171a8664c1e27c2e0cb3a5b73eb4c338e6e8c8bffe3153356d277744aa3026f4ca6b0f6255bbc52d1f54381156a179873d694120f013e0854b7a1bf4d5ec03f",
"dest": "nuget-sources",
"dest-filename": "avalonia.diagnostics.11.0.9.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.freedesktop/11.2.0/avalonia.freedesktop.11.2.0.nupkg",
"sha512": "266197f6b100a1e916aaa454212be3ca102bb93693af1377ae092b2549b11d50950c12ae418362b3e7a4ab450c1287c73ab3b971c23a42784deb764fe023cf52",
"dest": "nuget-sources",
"dest-filename": "avalonia.freedesktop.11.2.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.native/11.2.0/avalonia.native.11.2.0.nupkg",
"sha512": "19e1202136e698389d46a856e5cee5c17071ed68ae8dcab3535b0239087d2f20e417e4ef80fe15a7aa60b20faaabe8bfc3d4cfd93a9853dbce4f6997d019f886",
"dest": "nuget-sources",
"dest-filename": "avalonia.native.11.2.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.reactiveui/11.2.0/avalonia.reactiveui.11.2.0.nupkg",
"sha512": "9fbc9361e1e8a8c335b881e5428b996635143a34b0cbe569e642590f04462f2d7443b9b235e0bd8ab41c5c83d3be832e058bf047f0b043542ec4c50b5ddb46ef",
"dest": "nuget-sources",
"dest-filename": "avalonia.reactiveui.11.2.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.remote.protocol/11.0.0/avalonia.remote.protocol.11.0.0.nupkg",
"sha512": "e172171538fe25faf9a38e13853b73634bd5e93293a86fdcdcf4b40c90717bdb655f7e249fb5c41cb3eb82e4f53c4075576bb4af33a13dffb254a63fd9a6e1eb",
"dest": "nuget-sources",
"dest-filename": "avalonia.remote.protocol.11.0.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.remote.protocol/11.0.4/avalonia.remote.protocol.11.0.4.nupkg",
"sha512": "99164d4808d71c090441cc39ae14a6d13e9d76e0d10f682feccbad7fb4b059aa48fa92666b07b3e950400afcfe7069c238f56295fe9ad03a8ddc02dccefd98c6",
"dest": "nuget-sources",
"dest-filename": "avalonia.remote.protocol.11.0.4.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.remote.protocol/11.0.9/avalonia.remote.protocol.11.0.9.nupkg",
"sha512": "381d56df9d70b432e2c7484347ecc4c694fd0150d9264fd61163c2e29ff62ea8e90ac546e68d1ee040cf5cc06bd7688f49e6c9291ee354e5acf05f0bc88f979e",
"dest": "nuget-sources",
"dest-filename": "avalonia.remote.protocol.11.0.9.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.remote.protocol/11.1.0/avalonia.remote.protocol.11.1.0.nupkg",
"sha512": "dbc84bc09d087047e31e556dc2100f2acefc33b04045963d53398ad45653215807d2aa5df80b5727857f3b1fbe4fb4bff26f88cbf21fd73988957f0ca850dedc",
"dest": "nuget-sources",
"dest-filename": "avalonia.remote.protocol.11.1.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.remote.protocol/11.2.0/avalonia.remote.protocol.11.2.0.nupkg",
"sha512": "ff668650dc50b4ac0e1dbe322dbb02abc10527e8d42badcc1a4ce7cd77545406bf53ba6bc3dc00604f3bb79ecd2f6e6553e95978c62eac3d428cae8ed855e88e",
"dest": "nuget-sources",
"dest-filename": "avalonia.remote.protocol.11.2.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.skia/11.0.0/avalonia.skia.11.0.0.nupkg",
"sha512": "6fe1db10ed9422decd24fb60801d9b63651f0bd3f046a9e9d566d0816e7f3fb70eb4cf23db173537a5d5d8e1b75c2999793e5503648fa200a31806c6591b2723",
"dest": "nuget-sources",
"dest-filename": "avalonia.skia.11.0.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.skia/11.0.4/avalonia.skia.11.0.4.nupkg",
"sha512": "4299c6f49bb1a1c250fd69ed89e9ddaf47505a64fe40e90d2a59af06eb7847ed97d19fe42ab13709b1e922c660d5ec30dfbc9f72622239174dde8c76fd1a9071",
"dest": "nuget-sources",
"dest-filename": "avalonia.skia.11.0.4.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.skia/11.1.0/avalonia.skia.11.1.0.nupkg",
"sha512": "1c3444f765f367139366e23916c5981f8bbad7ef54d061af605566e2677694abf016b5c675c54b30f963ae9dbf80721791d5e7a32804036c1bb1ca06d6c2cc62",
"dest": "nuget-sources",
"dest-filename": "avalonia.skia.11.1.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.skia/11.2.0/avalonia.skia.11.2.0.nupkg",
"sha512": "186d119fc05f52b351f49ddaacdacf5c3a51327878ca2dbe5dff8dbff9a8270dfb423b9e776ed5db2fc0856dd203d2ac06b8bc4fe24272d07bb3a93d9cdcbe64",
"dest": "nuget-sources",
"dest-filename": "avalonia.skia.11.2.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.skia.lottie/11.0.0/avalonia.skia.lottie.11.0.0.nupkg",
"sha512": "e65bf2b7b41ed38aaccd23ef3873c26e56fe418474a67b3b83c4112665c2871c6fed675de327d6a93db5fcca2c1be90cf159af60466e6c739b0b0a80d549f3c8",
"dest": "nuget-sources",
"dest-filename": "avalonia.skia.lottie.11.0.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.themes.simple/11.0.9/avalonia.themes.simple.11.0.9.nupkg",
"sha512": "9738da934d9f3ccfe0b61a20f1ff09b449bed9c7fc9c7e6d5d063b24672341d1e42cf1b10aa2e069b1b7bbeacb158b1a0b96d55b3858622702358b833e14ae9f",
"dest": "nuget-sources",
"dest-filename": "avalonia.themes.simple.11.0.9.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.win32/11.2.0/avalonia.win32.11.2.0.nupkg",
"sha512": "29c91b2775ab6160d6c2d9cab68fd48fa99b3b8ddd94c60aa27c97b7d876086ef18db7287a576c89cddbb4914c9d2c1c2807563e53cadc4bf061025334e87214",
"dest": "nuget-sources",
"dest-filename": "avalonia.win32.11.2.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.x11/11.2.0/avalonia.x11.11.2.0.nupkg",
"sha512": "952a66eef72103e3a4beba34f7fa877257519269542b22931d0b390441f7aa47c4226814c91b176a70e532f687973757129536d6aae2a5d660f931273e75ba40",
"dest": "nuget-sources",
"dest-filename": "avalonia.x11.11.2.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.xaml.behaviors/11.2.0/avalonia.xaml.behaviors.11.2.0.nupkg",
"sha512": "efe058a406abfc8319b526305bcb81895d4ed71d54e4fbc65656539619e514903575bbf39bb54f56d1fdab79cc72f652920d9a19727aec9d9e99e636cec5f551",
"dest": "nuget-sources",
"dest-filename": "avalonia.xaml.behaviors.11.2.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.xaml.interactions/11.2.0/avalonia.xaml.interactions.11.2.0.nupkg",
"sha512": "b1ad77046c0ef3e6b2a168f950a356123dc6d40011b814a12219a6c881438b49b6c514049b4d957cb786632d085c055134acae35b322367686834d57a26a8f7f",
"dest": "nuget-sources",
"dest-filename": "avalonia.xaml.interactions.11.2.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.xaml.interactions.custom/11.2.0/avalonia.xaml.interactions.custom.11.2.0.nupkg",
"sha512": "43bb3f274524374e25b56dce81c5098d666e485d3abd5f971a781eced084ddde01ae50bde777efb20bd4ae20e031cae4acf314c5d2db05b827d1979c52a1e150",
"dest": "nuget-sources",
"dest-filename": "avalonia.xaml.interactions.custom.11.2.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.xaml.interactions.draganddrop/11.2.0/avalonia.xaml.interactions.draganddrop.11.2.0.nupkg",
"sha512": "a094205c8d7389d45e044a0171a2ee00f5234007dc4c7fa0957fbd7bf4c13a291a51065d837c548a97f1698c7fd2d59023d3978c77feeb3ce2d33aba9fde71cb",
"dest": "nuget-sources",
"dest-filename": "avalonia.xaml.interactions.draganddrop.11.2.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.xaml.interactions.draggable/11.2.0/avalonia.xaml.interactions.draggable.11.2.0.nupkg",
"sha512": "f9e620402359cf9dc89d7307e0b865f06f0df536783d5ef856c7a8951b8acf9b5c44a95203e34819b9fc6d15ef2e84f9a07874cf165770e2fcf8cf7eee551e2a",
"dest": "nuget-sources",
"dest-filename": "avalonia.xaml.interactions.draggable.11.2.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.xaml.interactions.events/11.2.0/avalonia.xaml.interactions.events.11.2.0.nupkg",
"sha512": "3c69dae1234f1a9e6ba88cccbe0c8a2afd8e8dace15d581b1a2aba6298b259862b855dbc603f155244657c8911884723e5bd8aaadef93ab3213a2c275ccfe58f",
"dest": "nuget-sources",
"dest-filename": "avalonia.xaml.interactions.events.11.2.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.xaml.interactions.responsive/11.2.0/avalonia.xaml.interactions.responsive.11.2.0.nupkg",
"sha512": "8ed0757e9282f16e2325579dd02f4758b14fe1653156778f4f5289b76d1cceaf982302a4d38eee97955dcdfd60d431f01af6977557ece4f24f2b1152df2260ad",
"dest": "nuget-sources",
"dest-filename": "avalonia.xaml.interactions.responsive.11.2.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avalonia.xaml.interactivity/11.2.0/avalonia.xaml.interactivity.11.2.0.nupkg",
"sha512": "4a4643f5163f0c604220067d0f0611288b5975f86a87a4796aefbfe0726fa7389c277aca7598ba03c9ee67a67b58f617d168a894d71a6aefd019a980528cc754",
"dest": "nuget-sources",
"dest-filename": "avalonia.xaml.interactivity.11.2.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/avaloniaedit.textmate/11.1.0/avaloniaedit.textmate.11.1.0.nupkg",
"sha512": "431d7547ed746036f3f720b64ed8650bc5291a7f116a9441f5916adac350292d21da349ec37402baf7bd4eb5397cf02c4104328b00fbcd980be4640b5793f3dc",
"dest": "nuget-sources",
"dest-filename": "avaloniaedit.textmate.11.1.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/colortextblock.avalonia/11.0.2/colortextblock.avalonia.11.0.2.nupkg",
"sha512": "2b8a572c3480731c498ef7e9d1841209d6198b1c567005e922e324de8661b7dbee4bec8be21a36a6c9520ada27d021aa0dc25ec9375ec2030480badccfc134e6",
"dest": "nuget-sources",
"dest-filename": "colortextblock.avalonia.11.0.2.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/dryioc.dll/5.4.0/dryioc.dll.5.4.0.nupkg",
"sha512": "258fef170538180938f423b405eaa5cae8e60ffced3f15caf910738a5f89c0207c5f2b21ab07effc21402cb94b0be7b4febb943fea0432b5bc3326f595d8db29",
"dest": "nuget-sources",
"dest-filename": "dryioc.dll.5.4.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/dryioc.dll/5.4.3/dryioc.dll.5.4.3.nupkg",
"sha512": "071a79dd9ee3c6ed437fc8bf4189b5e8a8d89f84f26506fc602095382adac51eebc230552672b7fc82a212affdbbb9f156ef893567cacbc32e4aa03d4fb62c60",
"dest": "nuget-sources",
"dest-filename": "dryioc.dll.5.4.3.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/dryioc.microsoft.dependencyinjection/6.2.0/dryioc.microsoft.dependencyinjection.6.2.0.nupkg",
"sha512": "35543694af6ca3638cc74d413ef380e2210d65b8d4001d534cd1cd5661af217f084e3ecd9c3ae3fd8c66aaac3cde31f105fc6049ba9f4d941364eedb75b606e8",
"dest": "nuget-sources",
"dest-filename": "dryioc.microsoft.dependencyinjection.6.2.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/dynamicdata/9.0.4/dynamicdata.9.0.4.nupkg",
"sha512": "bdfa49e44545e06f6435a29423a05c67f9b004f51a3c2dff376e9de49099da068add76f9496f95171a35b24323de31e7ab2abde8e748d5fa770d6fd01bff7ed0",
"dest": "nuget-sources",
"dest-filename": "dynamicdata.9.0.4.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/embedio/3.5.2/embedio.3.5.2.nupkg",
"sha512": "1a39a574988f254ee0fc463af26e2d2b651b6d1d3133d94bece66e3bcf1d7135456124b84dee406f205ee7c3a3212d5352e2814d4b5564faa8c801a912b878d8",
"dest": "nuget-sources",
"dest-filename": "embedio.3.5.2.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/fluentavalonia.progressring/1.69.2/fluentavalonia.progressring.1.69.2.nupkg",
"sha512": "4cb2d681458b9ac3569b6545bc9a3dcda4d01c157327171a77f40d9aa450aa7110aa52e7ae0eed6dc7764f48025bcb2e28d000d5e2a734084c5cd3bbdd66e78a",
"dest": "nuget-sources",
"dest-filename": "fluentavalonia.progressring.1.69.2.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/fluentavaloniaui/2.0.4/fluentavaloniaui.2.0.4.nupkg",
"sha512": "fcfb598a48c6b4fa798d10ee87ccd2472f5e7d58268aca6ae0914d2d9e5d59b65c130ee97230e960f6515cea0d1feae914a580e66c86a8c05cf0896e2d6fbe3a",
"dest": "nuget-sources",
"dest-filename": "fluentavaloniaui.2.0.4.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/fluentavaloniaui/2.1.0/fluentavaloniaui.2.1.0.nupkg",
"sha512": "4788e0f7b4deefb5695b5005ee657124aa348eac2cee713ca2d42106d5452baeeeb6344ff0831e080c9db5646491e1cc127ba79a3de82d4dae9fadf18950a1c2",
"dest": "nuget-sources",
"dest-filename": "fluentavaloniaui.2.1.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/harfbuzzsharp/2.8.2.3/harfbuzzsharp.2.8.2.3.nupkg",
"sha512": "44cdcfa570a075d28338f3b720ddc61c9eb3421ef14dabbcb751bd2103fb192d3fd0dff55ebac192db711c02b4d361bb652f55fa3e52c922110f3d3bacc8a173",
"dest": "nuget-sources",
"dest-filename": "harfbuzzsharp.2.8.2.3.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/harfbuzzsharp/7.3.0.2/harfbuzzsharp.7.3.0.2.nupkg",
"sha512": "9628aeb042563ce1640a79a2577af8f6e3c0bd0a6b6de89a530a44b21ffa7deacf256c86d368221199811ec7f6f18683383bbfe8ebe07ce4236dbdda229c2572",
"dest": "nuget-sources",
"dest-filename": "harfbuzzsharp.7.3.0.2.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/harfbuzzsharp.nativeassets.linux/2.8.2.3/harfbuzzsharp.nativeassets.linux.2.8.2.3.nupkg",
"sha512": "fde70d49dc1e90c9ac171b643f6e3939071cb2197bc8101ede4c3ce7f1ab7581d945d4c91d103bc63243c017ec2688d791880e348c24908bb7651e983f0f0b13",
"dest": "nuget-sources",
"dest-filename": "harfbuzzsharp.nativeassets.linux.2.8.2.3.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/harfbuzzsharp.nativeassets.linux/7.3.0.2/harfbuzzsharp.nativeassets.linux.7.3.0.2.nupkg",
"sha512": "0ea026b5cc9b52b8bc44139ea22cbb58d2613b660ffc3410bf90c08aff5fd1c32b71db33602892c633e370fc72af85810fb0128d9c1ca81ddad079c98d160c3f",
"dest": "nuget-sources",
"dest-filename": "harfbuzzsharp.nativeassets.linux.7.3.0.2.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/harfbuzzsharp.nativeassets.macos/2.8.2.3/harfbuzzsharp.nativeassets.macos.2.8.2.3.nupkg",
"sha512": "6f371912b52eba613883bb1403f5d9be271662fb15f33fb27b332fa8a33cd0944ec86a24b8272f80ca82fbbf04287ac745aa245571a7bf49970db83a0d61376e",
"dest": "nuget-sources",
"dest-filename": "harfbuzzsharp.nativeassets.macos.2.8.2.3.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/harfbuzzsharp.nativeassets.macos/7.3.0.2/harfbuzzsharp.nativeassets.macos.7.3.0.2.nupkg",
"sha512": "8a97410cd28f2613f67cea9236d6f2921165e5644fce5a3fcd05ca11b670fc596ba4b422871ad0792cf59572ea6f05ae68028cb10983f1547b4edfe81caecb1a",
"dest": "nuget-sources",
"dest-filename": "harfbuzzsharp.nativeassets.macos.7.3.0.2.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/harfbuzzsharp.nativeassets.webassembly/2.8.2.3/harfbuzzsharp.nativeassets.webassembly.2.8.2.3.nupkg",
"sha512": "9d0521518020b38f05b206c146102c8441b3f1c2ee604b26bb733382449bf45cc24d3a11320ebb3ccc396d86c64a5d1de37f0622a712f2a590c2c2ea2098e262",
"dest": "nuget-sources",
"dest-filename": "harfbuzzsharp.nativeassets.webassembly.2.8.2.3.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/harfbuzzsharp.nativeassets.webassembly/7.3.0.2/harfbuzzsharp.nativeassets.webassembly.7.3.0.2.nupkg",
"sha512": "e1f9c5b14f915b943b129dc0ac2638cb8077a585431e67607a211534c5fbc6b85ca9d9b441e287fa9b0dda0f04077f4b69a5efca3d3a3c393387649039b5684c",
"dest": "nuget-sources",
"dest-filename": "harfbuzzsharp.nativeassets.webassembly.7.3.0.2.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/harfbuzzsharp.nativeassets.webassembly/7.3.0.3-preview.2.2/harfbuzzsharp.nativeassets.webassembly.7.3.0.3-preview.2.2.nupkg",
"sha512": "576cd59d109a8a2c2c83eb6d674f44c47a21b74d379f9894f1be7c268e332732c2cf2106bb24c86dfd470941d46fa16c007b4923ef38feb7d97d9209b0d4df44",
"dest": "nuget-sources",
"dest-filename": "harfbuzzsharp.nativeassets.webassembly.7.3.0.3-preview.2.2.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/harfbuzzsharp.nativeassets.win32/2.8.2.3/harfbuzzsharp.nativeassets.win32.2.8.2.3.nupkg",
"sha512": "f51176b5bf944d8cee7b17269a43d43bd2297506ced8d16c87d3e8d421d68d71f85e8eb20982e5af902f53e20382709a9a0500140e5a74b758af35193f1bb771",
"dest": "nuget-sources",
"dest-filename": "harfbuzzsharp.nativeassets.win32.2.8.2.3.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/harfbuzzsharp.nativeassets.win32/7.3.0.2/harfbuzzsharp.nativeassets.win32.7.3.0.2.nupkg",
"sha512": "88c7980861dfe3dd50e1e4730fa152ba37386def115ed2aee2a859c2bf9f33c9612d750982c093cb9e09893047d0f5bd20168f83914a09c311ebb5c5b37136cd",
"dest": "nuget-sources",
"dest-filename": "harfbuzzsharp.nativeassets.win32.7.3.0.2.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/hidsharp/2.1.0/hidsharp.2.1.0.nupkg",
"sha512": "95ab871d3491877670c482a30b86a2fd07242355d082683c796c59b47bac217bdfc7c68289fb543817158b4ef1640c07687ada496b44aa307f4619e5dcdb9684",
"dest": "nuget-sources",
"dest-filename": "hidsharp.2.1.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/hotchocolate.language.syntaxtree/14.1.0/hotchocolate.language.syntaxtree.14.1.0.nupkg",
"sha512": "f26889e411fbfc2f565d14e9670708620dfa230f24619ba7de58afb66cf2ab3382a932af9d40af756ec023457653e675d5181fd7802f84dfb5c6b43f12214e79",
"dest": "nuget-sources",
"dest-filename": "hotchocolate.language.syntaxtree.14.1.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/hotchocolate.transport.abstractions/14.1.0/hotchocolate.transport.abstractions.14.1.0.nupkg",
"sha512": "e4c7c47119177784a42752eb3ddeef6ac82ef8a4201c8e984088902957ed9f2ee672f76b016f9e52be2107e862b2e113070a38c00f5137be742f2877bf27df95",
"dest": "nuget-sources",
"dest-filename": "hotchocolate.transport.abstractions.14.1.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/hotchocolate.transport.http/14.1.0/hotchocolate.transport.http.14.1.0.nupkg",
"sha512": "6a14881823b2941aadeb613787f2616d7c2a35747405708dc73c7672f0063ceb42a76643b9070e383635e6479bfdda6183b12c1812fb99af100f8af2fbc15487",
"dest": "nuget-sources",
"dest-filename": "hotchocolate.transport.http.14.1.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/hotchocolate.utilities/14.1.0/hotchocolate.utilities.14.1.0.nupkg",
"sha512": "1d840a74fbd23b1d2b55b119862eef6aae5bc3145c831955e70ce287ffd6ad8ed5c77e2b6f642851e744830aff721eaff0b9cf5f9747e9b70fa17025d32500f9",
"dest": "nuget-sources",
"dest-filename": "hotchocolate.utilities.14.1.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/hpph/1.0.0/hpph.1.0.0.nupkg",
"sha512": "6bd3d8e6c7ca6c273879a97c6ba341dd75e4bbb066e9a58d278d98465190f290cbc4b89aae9461d62877faa9a8e81a0968b0357e71cfea767edb46330e1a351a",
"dest": "nuget-sources",
"dest-filename": "hpph.1.0.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/hpph.skiasharp/1.0.0/hpph.skiasharp.1.0.0.nupkg",
"sha512": "61926cf488e2a369070e70c5fa28e46ec65d27b9a766dfa5e5fe03d57c27dc3f3ee205bea5d3446241402498393592b291520996e51b3d4e1c2f9708ce9078a3",
"dest": "nuget-sources",
"dest-filename": "hpph.skiasharp.1.0.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/humanizer.core/2.14.1/humanizer.core.2.14.1.nupkg",
"sha512": "cb3a8653f1ca34b67d52fafa92f49cdf0615fd2e4efc8be4948516e5617b32e8af18b63cc12e486672cf92dec3d4a5bc12dd849e5d08dcbce0daf196336e17b3",
"dest": "nuget-sources",
"dest-filename": "humanizer.core.2.14.1.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/identitymodel/7.0.0/identitymodel.7.0.0.nupkg",
"sha512": "a33a649f17b16272bacc7cdb1e30ddf4a2a0825dff5ea86ac86a614c709b3c93fe7e9937cfb256ed04ea4293162e352910aa81257910b307afad0badeddd3498",
"dest": "nuget-sources",
"dest-filename": "identitymodel.7.0.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/jetbrains.annotations/2024.3.0/jetbrains.annotations.2024.3.0.nupkg",
"sha512": "b2cb3ad8fdccea6764473e49b37bd08d324cbdb2cac58f410f26784470e144448b3cbe50fb25cc46715513e63b87031f5d0a6d4ca33540e6aaa040d7fae53b3a",
"dest": "nuget-sources",
"dest-filename": "jetbrains.annotations.2024.3.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/litedb/5.0.21/litedb.5.0.21.nupkg",
"sha512": "4a0f44289c2a58d49b0ddd63977e3ede94bf7c3ee49600bb91edb217d03aca17a358ae3621ccd2e4b35a62b2233ff7026f3ab934ab6af998f57d772ce8109193",
"dest": "nuget-sources",
"dest-filename": "litedb.5.0.21.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/markdown.avalonia.tight/11.0.2/markdown.avalonia.tight.11.0.2.nupkg",
"sha512": "ba8a1db153c9a3cf1d64486679423c8b29df6f827de0161804165b2466a65ab794f56167732c8b55cc9ec7214078cdb10270e055345622cace8568d060fd4749",
"dest": "nuget-sources",
"dest-filename": "markdown.avalonia.tight.11.0.2.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/material.icons/2.1.10/material.icons.2.1.10.nupkg",
"sha512": "420721f1208ce1ae517818844fe14003027a93dc7c95ef5ec4d1413716078c20604a7002c344204d41d8bce276bda4ffd023b02e9efd4b2fe5b6a761670de473",
"dest": "nuget-sources",
"dest-filename": "material.icons.2.1.10.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/material.icons.avalonia/2.1.10/material.icons.avalonia.2.1.10.nupkg",
"sha512": "76ae9f51140c79c1d300d4330893c28c7cbada10bd5a72147039dc69119ee2d1dfe7f5f1229168cbefa28693edb3dcaeb6621076b7d4965a062d40ed838fe6b6",
"dest": "nuget-sources",
"dest-filename": "material.icons.avalonia.2.1.10.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/mcmaster.netcore.plugins/1.4.0/mcmaster.netcore.plugins.1.4.0.nupkg",
"sha512": "9a50f79de3c7a2c0388c17a0eb93e55a4e941ea01eaeb97bc6c01a077e1d6151d720605f57be9b450f70b66410d985235aaba892b549d2034c09e16c2e5ccf57",
"dest": "nuget-sources",
"dest-filename": "mcmaster.netcore.plugins.1.4.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microcom.codegenerator.msbuild/0.11.0/microcom.codegenerator.msbuild.0.11.0.nupkg",
"sha512": "306273b66985282c3bba448214a18f33a9df3e478366fc668b64e13d0c36fe91deca178d7b36ff185c5981d41a81423d5365b7c80ccc46e6719e2ea532d2622d",
"dest": "nuget-sources",
"dest-filename": "microcom.codegenerator.msbuild.0.11.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microcom.runtime/0.11.0/microcom.runtime.0.11.0.nupkg",
"sha512": "c00731176e34ea7b936ad58a38639843c790b027b714ed5d3ea828b85ea94b14a502ded52ca7f60bb10c0ac0e744bd6e62fdcce0108ebaaf9731c408eece031e",
"dest": "nuget-sources",
"dest-filename": "microcom.runtime.0.11.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.app.runtime.linux-arm64/8.0.11/microsoft.aspnetcore.app.runtime.linux-arm64.8.0.11.nupkg",
"sha512": "cfa9709633e91184bdd061951bf480e66da86175384e3a35ccc9ebbc768f207785807bc48628fd4101ecf6336a9495fbc9cb02aea3c0b9543c02e73fb96fb4f8",
"dest": "nuget-sources",
"dest-filename": "microsoft.aspnetcore.app.runtime.linux-arm64.8.0.11.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.app.runtime.linux-x64/8.0.11/microsoft.aspnetcore.app.runtime.linux-x64.8.0.11.nupkg",
"sha512": "5373c5f77dc775544b72d4994101cac0618ca885518a44b928cd888086f9287f73a17af3642a6b017242beb6500e83ad68a3a7f9ebb217e832ebd0af781fa03b",
"dest": "nuget-sources",
"dest-filename": "microsoft.aspnetcore.app.runtime.linux-x64.8.0.11.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.webutilities/8.0.0/microsoft.aspnetcore.webutilities.8.0.0.nupkg",
"sha512": "36722e305d2e8aab9a14b92ef0fbdccbc6cda72aeb5a377eb71c0bd7ac9fb1d8984f00267b1611c5f502ef929f08db8b16e0061c074780a9e47ed6d284dd8e11",
"dest": "nuget-sources",
"dest-filename": "microsoft.aspnetcore.webutilities.8.0.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.bcl.asyncinterfaces/6.0.0/microsoft.bcl.asyncinterfaces.6.0.0.nupkg",
"sha512": "221a05a0c910f7a87b620d8f3831ed392b4eb95d112bee274d35f27009ad2a26445de9d7cd235fe6fb4a03f2550874bda3be3dddd96edaf9c0852a9c23d7b099",
"dest": "nuget-sources",
"dest-filename": "microsoft.bcl.asyncinterfaces.6.0.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.bcl.timeprovider/8.0.1/microsoft.bcl.timeprovider.8.0.1.nupkg",
"sha512": "9720e7d4bc367b16dd07d1ed45f0ba54dc9fcbfc4333d7f8f0eab7b2197551f781a3204a94f97fe296ac83cf36cf1cd7d0c5fd24871691bac60e878657a2e90a",
"dest": "nuget-sources",
"dest-filename": "microsoft.bcl.timeprovider.8.0.1.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.analyzers/3.0.0/microsoft.codeanalysis.analyzers.3.0.0.nupkg",
"sha512": "4c9e880c1c84f79b038c065cacbe090d50be18bda894904dcf03e030cee960928a749c16df849766f06a77697b90ff9391cf6b31820dc5762aad8ccffcf43e88",
"dest": "nuget-sources",
"dest-filename": "microsoft.codeanalysis.analyzers.3.0.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.analyzers/3.3.3/microsoft.codeanalysis.analyzers.3.3.3.nupkg",
"sha512": "0d4896db8aff9d731c5b1c8f73a4b37460c3f08080fbeac0ecf169abf5bdff9c9a994778f453816b888e939d9d0d615245c91a2e4ba31f85d2ea8de222767104",
"dest": "nuget-sources",
"dest-filename": "microsoft.codeanalysis.analyzers.3.3.3.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.common/3.8.0/microsoft.codeanalysis.common.3.8.0.nupkg",
"sha512": "b5be5c0e92aef06fe9a117b0cb6632b100f5f2d52445cd6ab6aa290b6c45237e6a55dfc3477b5559cd44b0b54f2ef4854db3870ed35b93c53aa78aa1c493d97b",
"dest": "nuget-sources",
"dest-filename": "microsoft.codeanalysis.common.3.8.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.common/4.5.0/microsoft.codeanalysis.common.4.5.0.nupkg",
"sha512": "61f1aa2061217670fab3e1043e5068b72aed43907866195c693211407e2b3ebd6cd9762ed0b3e9ef06965a33d3ce3fb09c88f3c900ad32feb0485922575a41e3",
"dest": "nuget-sources",
"dest-filename": "microsoft.codeanalysis.common.4.5.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.csharp/3.8.0/microsoft.codeanalysis.csharp.3.8.0.nupkg",
"sha512": "9d9c0575a9219e6daed7660e4ab6ef0d7ab2dfd6bab3a436400a23d3db119c46f237c04fa8359dde8f9d4c593ceb1cd694c2e9aa001e5d4075490b0e08c665d2",
"dest": "nuget-sources",
"dest-filename": "microsoft.codeanalysis.csharp.3.8.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.csharp/4.5.0/microsoft.codeanalysis.csharp.4.5.0.nupkg",
"sha512": "68d7df26baf9362ec2cabb3543d1f7a570b0f345053a23e8feeb5317c50ba392825bafb1710ebee5c929e762e749782fd11eaadb3b437224ebfccba08b985fcf",
"dest": "nuget-sources",
"dest-filename": "microsoft.codeanalysis.csharp.4.5.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.csharp.scripting/3.8.0/microsoft.codeanalysis.csharp.scripting.3.8.0.nupkg",
"sha512": "e76771d3c4c6a32d896a4b5304b64078098b8027d3ede1810ab8567e89799d138ef9359304cc6d2057a08f2e3d6a14f5bc15fd7b75722ba952f179edb2daa323",
"dest": "nuget-sources",
"dest-filename": "microsoft.codeanalysis.csharp.scripting.3.8.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.csharp.workspaces/4.5.0/microsoft.codeanalysis.csharp.workspaces.4.5.0.nupkg",
"sha512": "474703fc47639e146aca623e2c15734c173167789e28bc2e46f65b8691d86c6db4e94723c469e2cea3ebd1f8395f816ad119350b91a88e95b6706db6ff977148",
"dest": "nuget-sources",
"dest-filename": "microsoft.codeanalysis.csharp.workspaces.4.5.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.scripting.common/3.8.0/microsoft.codeanalysis.scripting.common.3.8.0.nupkg",
"sha512": "e2b6c33af7fb275e88bda7dcc5c8b3331261b1295d590a7602ce0af9e0ce387a4dea9e29896c5bd1460adc9c1be6ba3589fe0b8161a82dafdc0702bbddf237cc",
"dest": "nuget-sources",
"dest-filename": "microsoft.codeanalysis.scripting.common.3.8.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.workspaces.common/4.5.0/microsoft.codeanalysis.workspaces.common.4.5.0.nupkg",
"sha512": "66f89952c90fac37702c0df2d04fbe8561768578baa0aa30a947220b253c952e109f4bb79c852bd471c16ad3957593db6a6e5e468994472f6210d742e6a4757f",
"dest": "nuget-sources",
"dest-filename": "microsoft.codeanalysis.workspaces.common.4.5.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.csharp/4.3.0/microsoft.csharp.4.3.0.nupkg",
"sha512": "30c440b34652c8af000557a50286b75579dd5311bf5b9da24e8e572f46a311a747cd46b7e0279607010f34e2c5ee8393041b536366c0770aea8a97c101e2d91a",
"dest": "nuget-sources",
"dest-filename": "microsoft.csharp.4.3.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.data.sqlite.core/8.0.11/microsoft.data.sqlite.core.8.0.11.nupkg",
"sha512": "81efb4b0feaa97d67502645a4385d8c6a11e3b4e2bb1db3f2211ce2a7e9c703fd9f342126cdd328ff12dcf08be1cbd1478cc134bdf19da5237efc6dff46ab83d",
"dest": "nuget-sources",
"dest-filename": "microsoft.data.sqlite.core.8.0.11.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.dotnet.platformabstractions/3.1.6/microsoft.dotnet.platformabstractions.3.1.6.nupkg",
"sha512": "55b87f544874686bed96889953b7e99e43426b79b0fac31cc452e0f4a27ca5cc08522c0ac967bf9df649f7c04137a5e2553d134ad79d5c1e69578367c2b4b4c6",
"dest": "nuget-sources",
"dest-filename": "microsoft.dotnet.platformabstractions.3.1.6.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore/8.0.11/microsoft.entityframeworkcore.8.0.11.nupkg",
"sha512": "cf5d52c7f5d689cace47117d72ff5fef566fd8390006af8001df649bee0a3196ec381b00880db9b83926c5b8a559f7fd397dcb5db15c19e37b7a11bd04b91cd9",
"dest": "nuget-sources",
"dest-filename": "microsoft.entityframeworkcore.8.0.11.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.abstractions/8.0.11/microsoft.entityframeworkcore.abstractions.8.0.11.nupkg",
"sha512": "64080c34faacc6cd5831101c8b2245a58c3403ac0b1b5f6b4319ef3f5213673c606cedf541230c599714c49d19e88aba36bdbd4f6281e4db84d4f2c532d6afb7",
"dest": "nuget-sources",
"dest-filename": "microsoft.entityframeworkcore.abstractions.8.0.11.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.analyzers/8.0.11/microsoft.entityframeworkcore.analyzers.8.0.11.nupkg",
"sha512": "dfb27bfc753587d6f7c6c518bfc3743ed2ee1e35c048a9e0d2512b916f7f3ccc616248760bc780d7217097e3ee076048c24bb2e488b7722576438adff776a83f",
"dest": "nuget-sources",
"dest-filename": "microsoft.entityframeworkcore.analyzers.8.0.11.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.design/8.0.11/microsoft.entityframeworkcore.design.8.0.11.nupkg",
"sha512": "2599c8a3081e8936ebdcea6f090c3611deadbbac48da95f84d922a9fd329d5399337752b2a1381240339f1656e43c4032619b70866dc58a2fbf835c2c2e9e255",
"dest": "nuget-sources",
"dest-filename": "microsoft.entityframeworkcore.design.8.0.11.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.relational/8.0.11/microsoft.entityframeworkcore.relational.8.0.11.nupkg",
"sha512": "6bf9071342ba151e8da4a28e9cbca2f4a15391c6d4d8e35e281224dfa7baa5b31bb5af34099d37ed3de92dec2aa98b8c80226b852a0fc794bc482ce106c70b1c",
"dest": "nuget-sources",
"dest-filename": "microsoft.entityframeworkcore.relational.8.0.11.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.sqlite/8.0.11/microsoft.entityframeworkcore.sqlite.8.0.11.nupkg",
"sha512": "bd6cf8b7574693c262f9fa2c7cfdd59e4cf30999fb5bf6477151934a19dbfb21f94ecb8c9f1b1b9d1a3d3f6e70b541855d37f8c277ff30357edeedaef2dbfb18",
"dest": "nuget-sources",
"dest-filename": "microsoft.entityframeworkcore.sqlite.8.0.11.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.sqlite.core/8.0.11/microsoft.entityframeworkcore.sqlite.core.8.0.11.nupkg",
"sha512": "798a06456c660e67bc1e3a2c1049249fe2ce70d3317615ca353562220f7e7e8bff0db2e36b0f392e1e931765084dcd9229c6954c053a04f6b87ae9f2d1f88c75",
"dest": "nuget-sources",
"dest-filename": "microsoft.entityframeworkcore.sqlite.core.8.0.11.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.tools/8.0.11/microsoft.entityframeworkcore.tools.8.0.11.nupkg",
"sha512": "1ad3b75bed1d444b631b344c9f0bc186d14863ecf8988233e52b53cc7e825e58fd61d5d6e38b2a623b3ee7a307d6f2900fec902a1c6aad0669ba3ea3391d0561",
"dest": "nuget-sources",
"dest-filename": "microsoft.entityframeworkcore.tools.8.0.11.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.abstractions/8.0.0/microsoft.extensions.caching.abstractions.8.0.0.nupkg",
"sha512": "1fdc30912cc1ead9362f70853de219a9dc7070bc28f621e387185670e605746ee2f13b0df9db03d0b1f8919d4bdaad40ebe9f8203e3a0cbb61145aa8848be136",
"dest": "nuget-sources",
"dest-filename": "microsoft.extensions.caching.abstractions.8.0.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.memory/8.0.1/microsoft.extensions.caching.memory.8.0.1.nupkg",
"sha512": "39d053a5a92f413d012f910df6716cdac2f1cacfd234531b956dfcd10f1a83ea8cb84d017d4c72e011f87c53db27e33e9dc7c86f842eacdb1907cb895b448817",
"dest": "nuget-sources",
"dest-filename": "microsoft.extensions.caching.memory.8.0.1.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration/9.0.0/microsoft.extensions.configuration.9.0.0.nupkg",
"sha512": "534f843342f2ca2bc09663fd37fdd3d8acd50c9904fc8f1f3fa14498bf4b9fe91329a1a9bfc012d17fd1358d894c15efdbd026ebfaecea48fa0bb59e79b8ee71",
"dest": "nuget-sources",
"dest-filename": "microsoft.extensions.configuration.9.0.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/8.0.0/microsoft.extensions.configuration.abstractions.8.0.0.nupkg",
"sha512": "3316170910a94290c8df4fed26fa884a47dd9bf974eb7ad22368d5a63308660a01d2dab4a44662061dacaeccf4ba09cdabfccd4636f76ab3178becec5ad31a2f",
"dest": "nuget-sources",
"dest-filename": "microsoft.extensions.configuration.abstractions.8.0.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/9.0.0/microsoft.extensions.configuration.abstractions.9.0.0.nupkg",
"sha512": "3282710ed202a188cf30d23fe4d9831c4111752907d00b963294fd71917633bbf0f45e2b4b7fb9fde1c3a52710bcc122d06a7ace70b836b0d4b5576656dcc3b9",
"dest": "nuget-sources",
"dest-filename": "microsoft.extensions.configuration.abstractions.9.0.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.binder/9.0.0/microsoft.extensions.configuration.binder.9.0.0.nupkg",
"sha512": "43666627d5d88a031f8f48a06d1317fb6b3752786c15a20b9f96fe59ef2348462b134e5d4beb9a2e313def38df27d2fcb3f797baf24b5c5187d0e86102153926",
"dest": "nuget-sources",
"dest-filename": "microsoft.extensions.configuration.binder.9.0.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/8.0.1/microsoft.extensions.dependencyinjection.8.0.1.nupkg",
"sha512": "b6d2c496ce68bf91ac7499eb2a8aae34347e648b9be853e535a36044afcf8173561650aba33068346f458062f29c8e0c1f5859f73800d512ec0f464dd467d00f",
"dest": "nuget-sources",
"dest-filename": "microsoft.extensions.dependencyinjection.8.0.1.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/9.0.0/microsoft.extensions.dependencyinjection.9.0.0.nupkg",
"sha512": "3cd3f939c041941c3d6f185e0b0e29a519c9a561d61716c4574d8ef447bed0a9f787508f88780c53ba9e9142aaf926147024500784da88f3955a041a5350f8cf",
"dest": "nuget-sources",
"dest-filename": "microsoft.extensions.dependencyinjection.9.0.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/7.0.0/microsoft.extensions.dependencyinjection.abstractions.7.0.0.nupkg",
"sha512": "a1cf52b01f5de43fe9de6055ec4c7b7f8247669e8dd049be9626df36e3163e0769d47843eac5d09fa3f9aab41bda228bbd51946c9350b6e24d45d86cc92eb317",
"dest": "nuget-sources",
"dest-filename": "microsoft.extensions.dependencyinjection.abstractions.7.0.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/8.0.0/microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg",
"sha512": "94bc05ed29755109565d9cdfc901087ee1fa08302dda393106bc9a0bd7384f0dc2b6c2f123c1bd53fce06babdbfa845dc6d22a163c4b0646c5251dcc5aeac282",
"dest": "nuget-sources",
"dest-filename": "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/8.0.2/microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg",
"sha512": "ba1960ef110ac7387a2a06eefc02c59ce57b0fe58b3e0cccb79b1c8f2150105c5d1f4b65e0ed95ff50d70f28142917c6a735b83f4e5406bb1d8f9dd1f9635d7d",
"dest": "nuget-sources",
"dest-filename": "microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/9.0.0/microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg",
"sha512": "62d69c591f1f533930baceef96d13562c46f3a254edda207aede39df86aa344c0ca13389b72adbc03f943b120db945c04944551d9a17165f820ab0bfec9b7e2b",
"dest": "nuget-sources",
"dest-filename": "microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencymodel/5.0.0/microsoft.extensions.dependencymodel.5.0.0.nupkg",
"sha512": "5dccb349ebd93326865f8ed44da3e7adcf993fefd5a833de4fefb467100f322a2535cf1ec2b53b6c4300c5b389c15f49e0b526747ccccc5154ff7b9ca2043663",
"dest": "nuget-sources",
"dest-filename": "microsoft.extensions.dependencymodel.5.0.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencymodel/8.0.2/microsoft.extensions.dependencymodel.8.0.2.nupkg",
"sha512": "42a9e54c51b5f99a1d26ae79ce21accb5218a600b2534632aa2c2a4cdcac5d2942d2976f2c915fe8523ec5e390043607ac6b0a530de9e7cbbad9e1841ecea37e",
"dest": "nuget-sources",
"dest-filename": "microsoft.extensions.dependencymodel.8.0.2.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.diagnostics/9.0.0/microsoft.extensions.diagnostics.9.0.0.nupkg",
"sha512": "eaea1bfb186b2b50f08e30e77d8dd8ccefcb44f665849db806db929e47975849922c53c6750f6d85c1970122d65726750984b3bf9e46e43c8cfc3cc000587362",
"dest": "nuget-sources",
"dest-filename": "microsoft.extensions.diagnostics.9.0.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.diagnostics.abstractions/9.0.0/microsoft.extensions.diagnostics.abstractions.9.0.0.nupkg",
"sha512": "a5598c2bb424e046e2032c3c9fd2494fe378d5a9ec782a584d7502f3f92f684ffdc78f541953533ca04f69f5e9e1391959a32591f9cae549292515aac51d7e78",
"dest": "nuget-sources",
"dest-filename": "microsoft.extensions.diagnostics.abstractions.9.0.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.http/9.0.0/microsoft.extensions.http.9.0.0.nupkg",
"sha512": "67969d0eee051c6fb53d73bd0913f4c7d366834272c6e091914a58f6c4f756640d7365c6e94b78308e2312882dac22bd4a86c703ea02dd0c6131aa0472de68c1",
"dest": "nuget-sources",
"dest-filename": "microsoft.extensions.http.9.0.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/8.0.1/microsoft.extensions.logging.8.0.1.nupkg",
"sha512": "ab3363c4e103963ee5013ada55fddcd771961e48e5124f41e70589e589dacf27d20cff7e04bfc214db79fd937cbad80e99cef565f72e0cc10b84d9b3ac0619fd",
"dest": "nuget-sources",
"dest-filename": "microsoft.extensions.logging.8.0.1.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/9.0.0/microsoft.extensions.logging.9.0.0.nupkg",
"sha512": "38b8e95ad6133abc93b207b5f4ca8fcc582d7b8b137a9af060939f78ef4f8247b3e595b4caef7133928174d571a7c0d31ce3b3ad31e8188fa3472cdc37c8e7e9",
"dest": "nuget-sources",
"dest-filename": "microsoft.extensions.logging.9.0.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/8.0.2/microsoft.extensions.logging.abstractions.8.0.2.nupkg",
"sha512": "f8b9df3fa7b837cb5f2fa53a86bfd47279f81bc332db55b8bb7ea14f55dfe2158f351d35199c0cc0e01c735f394ded2a3a8f1c85c3ff6ea1c3ab785bfbf362fd",
"dest": "nuget-sources",
"dest-filename": "microsoft.extensions.logging.abstractions.8.0.2.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/9.0.0/microsoft.extensions.logging.abstractions.9.0.0.nupkg",
"sha512": "fcaed8b683033737a9ccfb361a41569663c045c63997887f376726748c58c92d79c28796f132ef7e561c9cd9602c7011e1fb112a9d30bf9973626587b0ae5d74",
"dest": "nuget-sources",
"dest-filename": "microsoft.extensions.logging.abstractions.9.0.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.objectpool/8.0.0/microsoft.extensions.objectpool.8.0.0.nupkg",
"sha512": "7047c9b48883e272154b1e47a4cc6ad423213d5999200d73aca9cc96031ef505156cb471abbf1ac3cb1fd197d77f29ea315b1663a090d7a39337ae6198b54256",
"dest": "nuget-sources",
"dest-filename": "microsoft.extensions.objectpool.8.0.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/8.0.0/microsoft.extensions.options.8.0.0.nupkg",
"sha512": "1c004082a132e7b75a0c95acef3578a4d5db42c55e0996e40b95b663e9a83c5a20ed481a85db7567fff7e3de3dbba6a7d4fe5c825dc7ce95de956689afa16c5a",
"dest": "nuget-sources",
"dest-filename": "microsoft.extensions.options.8.0.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/8.0.2/microsoft.extensions.options.8.0.2.nupkg",
"sha512": "cc0c10336580c9519740a042b1e42d391bcb32b63732163ae1161e1c5b55a4cd4a736e1902eb2a4dbb89d784b0acf584b5042b4f3481a61dd30a4e229fb523c5",
"dest": "nuget-sources",
"dest-filename": "microsoft.extensions.options.8.0.2.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/9.0.0/microsoft.extensions.options.9.0.0.nupkg",
"sha512": "05e7c9042523094fca2fc81345b157f5e78e42f03917b22458528dcb9fad77215f0f6fb078eabd3032022c9d66d7fffaf7f32437e29fecc613cc597ac0770b9d",
"dest": "nuget-sources",
"dest-filename": "microsoft.extensions.options.9.0.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options.configurationextensions/9.0.0/microsoft.extensions.options.configurationextensions.9.0.0.nupkg",
"sha512": "f5002a5028cf6c3cc7dd415ec765bc3bd256577e13f4e651def19be2db6f84b11251a7003540dc0fbe59ae741427e64ee4f86588281f1b0963a237e8cb22d26e",
"dest": "nuget-sources",
"dest-filename": "microsoft.extensions.options.configurationextensions.9.0.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/8.0.0/microsoft.extensions.primitives.8.0.0.nupkg",
"sha512": "1f5475ca3d3ce18463456dd135afac502d6f82fea6e4e4814a61f86616c348decf28b73d15c2bb276d1a3c039ea6064f75e1329f6f3a64caa3520d70ab92c32d",
"dest": "nuget-sources",
"dest-filename": "microsoft.extensions.primitives.8.0.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/9.0.0/microsoft.extensions.primitives.9.0.0.nupkg",
"sha512": "679d7986b0dc51b41addcb0bb0de1c6d8bb80f6f4c6bf19e929afdca8784fa8cfa3e0e9a8ca634bd3acee4cdeea83a43a3290f60e871e609502eaeeec1aa945b",
"dest": "nuget-sources",
"dest-filename": "microsoft.extensions.primitives.9.0.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.abstractions/8.2.0/microsoft.identitymodel.abstractions.8.2.0.nupkg",
"sha512": "2ab450e1a53250650628280aef4571af4a7df5119a494ad7dc9be5ea8fc64019faf990e97d5942d8f4c37c9e62022e55b7ae6353bcbce10cefe477d282909b7b",
"dest": "nuget-sources",
"dest-filename": "microsoft.identitymodel.abstractions.8.2.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.jsonwebtokens/8.2.0/microsoft.identitymodel.jsonwebtokens.8.2.0.nupkg",
"sha512": "840bc617f097d9cb959ca14872242503d1abc56d9e5b8d58e0839f28e126999f69a88cac7e173be932f8a64d9e023d8ac19a3a8632c52a7fd1ac25c313e3cc32",
"dest": "nuget-sources",
"dest-filename": "microsoft.identitymodel.jsonwebtokens.8.2.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.logging/8.2.0/microsoft.identitymodel.logging.8.2.0.nupkg",
"sha512": "94f077be28c53e6fc2b7659bde5c83d781a7dd8aff7d136fcebc1c10b94f1343bb48b0ce7a62f479340f706e9d6ced3d9166adddf852e4a5e7283439f67d806a",
"dest": "nuget-sources",
"dest-filename": "microsoft.identitymodel.logging.8.2.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.tokens/8.2.0/microsoft.identitymodel.tokens.8.2.0.nupkg",
"sha512": "12337163e88298af70df765a142a106c5df65e1e0ee2d5e9fb2e4f19093557e76a8868333f626ec59ce2ac18d34c0a9202039ed6266fef0ceb91bd1134f18dc6",
"dest": "nuget-sources",
"dest-filename": "microsoft.identitymodel.tokens.8.2.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.net.http.headers/8.0.0/microsoft.net.http.headers.8.0.0.nupkg",
"sha512": "dabae926fdb475bd51117e78bc02fff2c48671c96de5db987b74fce79fa85a70744fc1e8ba393e24f00bdc6557cf7311519527a98248f08fedf3ec411c11ee28",
"dest": "nuget-sources",
"dest-filename": "microsoft.net.http.headers.8.0.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.netcore.app.host.linux-arm64/8.0.11/microsoft.netcore.app.host.linux-arm64.8.0.11.nupkg",
"sha512": "629914865afc8a5df3312571ffb43d64597b092df1fed720752236c005f2a0ac48c3a34e8f597b8a510176adaa2759cf6456e073925f4d425304c1ba6a14b3b0",
"dest": "nuget-sources",
"dest-filename": "microsoft.netcore.app.host.linux-arm64.8.0.11.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.netcore.app.runtime.linux-arm64/8.0.11/microsoft.netcore.app.runtime.linux-arm64.8.0.11.nupkg",
"sha512": "d40eb91197dc6c08c9e2cc72708fab91edec68d3225a0946e8d4f1859e53103461947cb897c16dfc63e7c287c5043e72f2c0ece476ecdf5f2ae5755ba6a10bd8",
"dest": "nuget-sources",
"dest-filename": "microsoft.netcore.app.runtime.linux-arm64.8.0.11.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.netcore.app.runtime.linux-x64/8.0.11/microsoft.netcore.app.runtime.linux-x64.8.0.11.nupkg",
"sha512": "810ca3d4ab581a01495939f8b533356c7e31bd3c95ca4e692c26191e591899f5f0a35a0356f2eb5e2382deb29d1f103e73cb5178f26c3432102880252659a002",
"dest": "nuget-sources",