| Name | Message | Date |
|---|---|---|
| 📁 VasttrafikClientTests | 5 hours ago | |
| 📄 MSTestSettings.cs | 5 hours ago | |
| 📄 packages.lock.json | 5 hours ago | |
| 📄 README.md | 5 hours ago | |
| 📄 Vasttrafik.csproj | 5 hours ago |
📄
tests/Integrations/Vasttrafik/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
{ "version": 2, "dependencies": { "net11.0": { "CSharpier.MsBuild": { "type": "Direct", "requested": "[1.2.6, )", "resolved": "1.2.6", "contentHash": "KMSJG+jfk7vjP52QkWB99qWespXCPAzG/IaMCMRHYWumJEAGKQYm2HtyWG6eqnOwDitH96i1cqq5EVesyOtPmg==" }, "Microsoft.Extensions.Hosting": { "type": "Direct", "requested": "[11.0.0-preview.4.26230.115, )", "resolved": "11.0.0-preview.4.26230.115", "contentHash": "JabRZnPjt57VHxcOm7G7runakIkv3PunM2GTJF32KF5hJChgpUh2gnuL4VQ0GsVtHXGsbefj9tddYs2K0YJmpA==", "dependencies": { "Microsoft.Extensions.Configuration": "11.0.0-preview.4.26230.115", "Microsoft.Extensions.Configuration.Binder": "11.0.0-preview.4.26230.115", "Microsoft.Extensions.Configuration.CommandLine": "11.0.0-preview.4.26230.115", "Microsoft.Extensions.Configuration.EnvironmentVariables": "11.0.0-preview.4.26230.115", "Microsoft.Extensions.Configuration.FileExtensions": "11.0.0-preview.4.26230.115", "Microsoft.Extensions.Configuration.Json": "11.0.0-preview.4.26230.115", "Microsoft.Extensions.Configuration.UserSecrets": "11.0.0-preview.4.26230.115", "Microsoft.Extensions.DependencyInjection": "11.0.0-preview.4.26230.115", "Microsoft.Extensions.Diagnostics": "11.0.0-preview.4.26230.115", "Microsoft.Extensions.FileProviders.Physical": "11.0.0-preview.4.26230.115", "Microsoft.Extensions.Logging": "11.0.0-preview.4.26230.115", "Microsoft.Extensions.Logging.Configuration": "11.0.0-preview.4.26230.115", "Microsoft.Extensions.Logging.Console": "11.0.0-preview.4.26230.115", "Microsoft.Extensions.Logging.Debug": "11.0.0-preview.4.26230.115", "Microsoft.Extensions.Logging.EventLog": "11.0.0-preview.4.26230.115", "Microsoft.Extensions.Logging.EventSource": "11.0.0-preview.4.26230.115" } }, "MSTest": { "type": "Direct", "requested": "[4.2.3, )", "resolved": "4.2.3", "contentHash": "fUaw2rGyhaSMRuAibJo+1PQkI4PHS1FZx/tASq1Lr3eZk5NlshQRyBBdUkhnvfvOG+tCKKy3T/BnMiI47qeZrw==", "dependencies": { "MSTest.TestAdapter": "4.2.3", "MSTest.TestFramework": "4.2.3", "Microsoft.NET.Test.Sdk": "18.3.0", "Microsoft.Testing.Extensions.CodeCoverage": "18.5.2", "Microsoft.Testing.Extensions.TrxReport": "2.2.3" } }, "Shouldly": { "type": "Direct", "requested": "[4.3.0, )", "resolved": "4.3.0", "contentHash": "sDetrWXrl6YXZ4HeLsdBoNk3uIa7K+V4uvIJ+cqdRa5DrFxeTED7VkjoxCuU1kJWpUuBDZz2QXFzSxBtVXLwRQ==", "dependencies": { "DiffEngine": "11.3.0", "EmptyFiles": "4.4.0" } }, "DiffEngine": { "type": "Transitive", "resolved": "11.3.0", "contentHash": "k0ZgZqd09jLZQjR8FyQbSQE86Q7QZnjEzq1LPHtj1R2AoWO8sjV5x+jlSisL7NZAbUOI4y+7Bog8gkr9WIRBGw==", "dependencies": { "EmptyFiles": "4.4.0", "System.Management": "6.0.1" } }, "EmptyFiles": { "type": "Transitive", "resolved": "4.4.0", "contentHash": "gwJEfIGS7FhykvtZoscwXj/XwW+mJY6UbAZk+qtLKFUGWC95kfKXnj8VkxsZQnWBxJemM/q664rGLN5nf+OHZw==" }, "Microsoft.ApplicationInsights": { "type": "Transitive", "resolved": "2.23.0", "contentHash": "nWArUZTdU7iqZLycLKWe0TDms48KKGE6pONH2terYNa8REXiqixrMOkf1sk5DHGMaUTqONU2YkS4SAXBhLStgw==" }, "Microsoft.Bcl.Cryptography": { "type": "Transitive", "resolved": "10.0.2", "contentHash": "LG9Yll3B5aNpxv0+D47g6LiOiKBIlodhcHdQwcYzo8VeexFLGqx5ymetmA2aBRyo9cCcWsQWrFsdbsr8LvmWDw==" }, "Microsoft.CodeCoverage": { "type": "Transitive", "resolved": "18.3.0", "contentHash": "23BNy/vziREC20Wwhb50K7+kZe0m07KlLWDQv4qjJ9tt3QjpDpDIqJFrhYHmMEo9xDkuSp55U/8h4bMF7MiB+g==" }, "Microsoft.DiaSymReader": { "type": "Transitive", "resolved": "2.2.3", "contentHash": "bhwzJfzyiJM0nXJyNB7Y9OfsEXyxLdDBHG99soIp5JjnPydwkOaBdRCtRtWgQh3noSLi2cSIZ/wpbHNNE9knxQ==" }, "Microsoft.Extensions.Configuration": { "type": "Transitive", "resolved": "11.0.0-preview.4.26230.115", "contentHash": "CPb3DPC6kcgx+kuSTJ55H/A6Z+IZeW++VM+UiFpiwq6eQC2Mk3gHcFpqdQoK2MjWovWYN4Sz6n1RXhLWHVB35w==" }, "Microsoft.Extensions.Configuration.Binder": { "type": "Transitive", "resolved": "11.0.0-preview.4.26230.115", "contentHash": "IOkgB4CnLUlKH+l0slH5Q+6m9pWfcCBocFPHc7czATwIx5jnVPgUMRj2gGhZtvGs1PKpeoZv7PCGK5cYIwlZzw==", "dependencies": { "Microsoft.Extensions.Configuration": "11.0.0-preview.4.26230.115" } }, "Microsoft.Extensions.Configuration.CommandLine": { "type": "Transitive", "resolved": "11.0.0-preview.4.26230.115", "contentHash": "AWgDyrMol+ywzG0MAAk+TkLIy4fMEsOCG1E/zb1kHE3Lp81GNNEMU+jOJTF1gEsLkDajY5AouNAWx3cvi+pxzg==", "dependencies": { "Microsoft.Extensions.Configuration": "11.0.0-preview.4.26230.115" } }, "Microsoft.Extensions.Configuration.EnvironmentVariables": { "type": "Transitive", "resolved": "11.0.0-preview.4.26230.115", "contentHash": "7vBrAODuFr5u548MNTaUybxQ+Hw/x9boZ2rWQynOS/KJkZhrriUFtgbQTeRamQFVna1eh78WjVAqEKm8GpQXBg==", "dependencies": { "Microsoft.Extensions.Configuration": "11.0.0-preview.4.26230.115" } }, "Microsoft.Extensions.Configuration.FileExtensions": { "type": "Transitive", "resolved": "11.0.0-preview.4.26230.115", "contentHash": "//7zz5cgmkd/cfgKanPna9CHJ4o9Wp9JPpr+3rmSa7vd/+Wwxjb9Z9sUKvH0LsJl72LnUYWKJ7Ah02nr2yLsYA==", "dependencies": { "Microsoft.Extensions.Configuration": "11.0.0-preview.4.26230.115", "Microsoft.Extensions.FileProviders.Physical": "11.0.0-preview.4.26230.115" } }, "Microsoft.Extensions.Configuration.Json": { "type": "Transitive", "resolved": "11.0.0-preview.4.26230.115", "contentHash": "cXhGyFCd2LnPAMu5pVxf3CeIqYJ+wy866tNKjaAvLFQsJ1QDB4Xfmiy+6q0Zm8DvjektmB/IoDBl5F/0AKEBOA==", "dependencies": { "Microsoft.Extensions.Configuration": "11.0.0-preview.4.26230.115", "Microsoft.Extensions.Configuration.FileExtensions": "11.0.0-preview.4.26230.115" } }, "Microsoft.Extensions.Configuration.UserSecrets": { "type": "Transitive", "resolved": "11.0.0-preview.4.26230.115", "contentHash": "GnJpXFEumu46mGMU++s54qgRwlkGhCP05xHOSgaAK/lLTUOt2mAMaIwFqrLFKfUFtkByjxSe/1FtzXx2zrIv9w==", "dependencies": { "Microsoft.Extensions.Configuration.Json": "11.0.0-preview.4.26230.115", "Microsoft.Extensions.FileProviders.Physical": "11.0.0-preview.4.26230.115" } }, "Microsoft.Extensions.DependencyModel": { "type": "Transitive", "resolved": "8.0.2", "contentHash": "mUBDZZRgZrSyFOsJ2qJJ9fXfqd/kXJwf3AiDoqLD9m6TjY5OO/vLNOb9fb4juC0487eq4hcGN/M2Rh/CKS7QYw==" }, "Microsoft.Extensions.Diagnostics": { "type": "Transitive", "resolved": "11.0.0-preview.4.26230.115", "contentHash": "L1+sxK5JT7X5jvZ0RInbDnyJZG9rkp4cbgzoL0aGRUOOMp3PkgCcUjAUhAprxBu9LgGdeqZg7JratDMHS1YN/Q==", "dependencies": { "Microsoft.Extensions.Configuration": "11.0.0-preview.4.26230.115", "Microsoft.Extensions.Options.ConfigurationExtensions": "11.0.0-preview.4.26230.115" } }, "Microsoft.Extensions.FileProviders.Physical": { "type": "Transitive", "resolved": "11.0.0-preview.4.26230.115", "contentHash": "L/+w2lo0fV2hcQuAe3YIBwXl4YP16c/xFUCHXjhzidByFbyECb2H8hJ5EEeszihGcT69nd+gJqrZyzyp1bObig==", "dependencies": { "Microsoft.Extensions.FileSystemGlobbing": "11.0.0-preview.4.26230.115" } }, "Microsoft.Extensions.FileSystemGlobbing": { "type": "Transitive", "resolved": "11.0.0-preview.4.26230.115", "contentHash": "y8hEW4rVMESwL9iMfc0PICy0ScXzj4MMXclEjf5AXZKOFrJe6nu8iU7K9VVZenNweXdLYvlcs2ZSnhVz7h8oYg==" }, "Microsoft.Extensions.Logging": { "type": "Transitive", "resolved": "11.0.0-preview.4.26230.115", "contentHash": "EpZS5qqhsNXwgeSCl2m1VkysA+pTh3qlhyjkjiu0peZt/V7IyANJXQQUuv3y2kp/jzd9XdfzuUJU0Fgp7rcDGg==", "dependencies": { "Microsoft.Extensions.DependencyInjection": "11.0.0-preview.4.26230.115" } }, "Microsoft.Extensions.Logging.Configuration": { "type": "Transitive", "resolved": "11.0.0-preview.4.26230.115", "contentHash": "YkVeVCrOfKdYghClaYH/jcC2Irx6gtrWPAOjNkOeITQVQ41vvhPVp7EcXYD8IcfYH58YIS5WiX1ZJu6uLEVrAQ==", "dependencies": { "Microsoft.Extensions.Configuration": "11.0.0-preview.4.26230.115", "Microsoft.Extensions.Configuration.Binder": "11.0.0-preview.4.26230.115", "Microsoft.Extensions.Logging": "11.0.0-preview.4.26230.115", "Microsoft.Extensions.Options.ConfigurationExtensions": "11.0.0-preview.4.26230.115" } }, "Microsoft.Extensions.Logging.Console": { "type": "Transitive", "resolved": "11.0.0-preview.4.26230.115", "contentHash": "1ATxqXTZnR5M4tOeCtZjA+fw1b+jWPsmUAp3PUCCvndV5ghIcSvnwZ5RiQFoTtYFSdNP+pMoxCtviI71/xyRCw==", "dependencies": { "Microsoft.Extensions.Logging": "11.0.0-preview.4.26230.115", "Microsoft.Extensions.Logging.Configuration": "11.0.0-preview.4.26230.115" } }, "Microsoft.Extensions.Logging.Debug": { "type": "Transitive", "resolved": "11.0.0-preview.4.26230.115", "contentHash": "kD1p/UZ/NqHTLt1iLjtkJpPtPWWziLkV6kG3TxLi67gWasixyvH1grMfkd14XR24RIooTkavxGZJV+xjeSSsiA==", "dependencies": { "Microsoft.Extensions.Logging": "11.0.0-preview.4.26230.115" } }, "Microsoft.Extensions.Logging.EventLog": { "type": "Transitive", "resolved": "11.0.0-preview.4.26230.115", "contentHash": "DOtIsmOENF8xmQi0uw0sx4/1aDHDgj1PuGmlom2zobrqbJp2b5fkZPCIOTmPZsXbk78nxVnPH7/NTbR1cYRnsA==", "dependencies": { "Microsoft.Extensions.Logging": "11.0.0-preview.4.26230.115", "Microsoft.Extensions.Logging.Configuration": "11.0.0-preview.4.26230.115", "System.Diagnostics.EventLog": "11.0.0-preview.4.26230.115" } }, "Microsoft.Extensions.Logging.EventSource": { "type": "Transitive", "resolved": "11.0.0-preview.4.26230.115", "contentHash": "koDYnhbSTo+di3NMq13c0jhYFTIc7XUgnevONLwDpzR2GbbXfUR+dN5GuMeAVR4EQljUw5OYllrYflPNb0zoZA==", "dependencies": { "Microsoft.Extensions.Logging": "11.0.0-preview.4.26230.115" } }, "Microsoft.Extensions.Options.ConfigurationExtensions": { "type": "Transitive", "resolved": "11.0.0-preview.4.26230.115", "contentHash": "9QNxho6sxC4RXafVZGWzYq6KcYVpp1FkHtL+HJ967UNyUjhOWnGKMM0dPXkHKtlZ/0GGEDqnBDun0kuF633a6g==", "dependencies": { "Microsoft.Extensions.Configuration.Binder": "11.0.0-preview.4.26230.115" } }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", "resolved": "8.19.1", "contentHash": "gFA8THIk23uNF/vMdOHnjIdXD1LyA2g12cHzMJ+Xag6WpgWLw6E/6uCXxvA0gp9d2yAvkRt3xzFzMUiO/hofnQ==" }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Transitive", "resolved": "8.19.1", "contentHash": "6eeY+y2QFyjj3XnCz/8gJdoP5smYHTS9ow1bw2nsZzDIPjPhBZlackYTIduSMipVpxnoT/B62LkrXX2jPggOXg==", "dependencies": { "Microsoft.IdentityModel.Tokens": "8.19.1" } }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", "resolved": "8.19.1", "contentHash": "H+sMrMpdbWnwkQnpb/ESkQovtOgdefmj0ecGCcP40mDKzE5i4dUYkH6599M9mWYFNGNJnTp92l/9wLubYXWimw==", "dependencies": { "Microsoft.IdentityModel.Abstractions": "8.19.1" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", "resolved": "8.19.1", "contentHash": "KDiuSLXud2AFVNAOottd8ztVysfPeHyr4r8gofU3/VKUXlI7oytzGTnPsNJ/B3nui17rgz8wAdWNJOtzPjkUxw==", "dependencies": { "Microsoft.Bcl.Cryptography": "10.0.2", "Microsoft.IdentityModel.Logging": "8.19.1" } }, "Microsoft.NET.Test.Sdk": { "type": "Transitive", "resolved": "18.3.0", "contentHash": "xW3kXuWRQtgoxJp4J+gdhHSQyK+6Wb/AZDSd7lMvuMRYlZ1tnpkojyfZlWilB5G4dmZ0Y0ZxU/M23TlubndNkw==", "dependencies": { "Microsoft.CodeCoverage": "18.3.0", "Microsoft.TestPlatform.TestHost": "18.3.0" } }, "Microsoft.Testing.Extensions.CodeCoverage": { "type": "Transitive", "resolved": "18.5.2", "contentHash": "UNcGLx9pVtlXF8MPDR8KDp+/OKKNIJjpzwRyZSt609TSGvaD8mtuQMb5GKZvhMucPp0a5Juvn3kxXDceQZWmAg==", "dependencies": { "Microsoft.DiaSymReader": "2.2.3", "Microsoft.Extensions.DependencyModel": "8.0.2", "Microsoft.Testing.Platform": "2.1.0" } }, "Microsoft.Testing.Extensions.Telemetry": { "type": "Transitive", "resolved": "2.2.3", "contentHash": "mLdW+JOR3kXYGTdgR/qc/UZBA0r+eCR2k6bUxTcuDj5w9WdIQ7Lol5MBUU7YOSGd9bs9bvhSYWAptgz0YtQqCA==", "dependencies": { "Microsoft.ApplicationInsights": "2.23.0", "Microsoft.Testing.Platform": "2.2.3" } }, "Microsoft.Testing.Extensions.TrxReport": { "type": "Transitive", "resolved": "2.2.3", "contentHash": "9Hot3ty5ZVWHrW40k2NPfD0dCaPwIxj7j7VjujNYwpYkYw9AdbejPHjGNkL/gvUWorauJf5IkeDoUeIbS7LuUg==", "dependencies": { "Microsoft.Testing.Extensions.TrxReport.Abstractions": "2.2.3", "Microsoft.Testing.Platform": "2.2.3" } }, "Microsoft.Testing.Extensions.TrxReport.Abstractions": { "type": "Transitive", "resolved": "2.2.3", "contentHash": "hntvxJEkmUAx6C2xXc/PO38DqEQl4rimzOgSvTR1hAMruMid7R4RcXOrzzF33J66gKaN7jRaQ0TMW/nNfaV9jw==", "dependencies": { "Microsoft.Testing.Platform": "2.2.3" } }, "Microsoft.Testing.Extensions.VSTestBridge": { "type": "Transitive", "resolved": "2.2.3", "contentHash": "7WlJISO8QKUK+d+WhgnANwy4ACwUrvICnviY/mthPwjZ2gVeDaSUAeBnMy2cxfzZgm8VATtGUDbYzUxsgV2CyQ==", "dependencies": { "Microsoft.TestPlatform.ObjectModel": "18.3.0", "Microsoft.Testing.Extensions.Telemetry": "2.2.3", "Microsoft.Testing.Extensions.TrxReport.Abstractions": "2.2.3", "Microsoft.Testing.Platform": "2.2.3" } }, "Microsoft.Testing.Platform": { "type": "Transitive", "resolved": "2.2.3", "contentHash": "LhM1/Qoi8Ams5QcD4r3f09CSOono9iQr3NEJQItFtyzWB55nWTgEOsVqXqMWWWIwk3nkPqc+XfnlJmp8xUI5fg==" }, "Microsoft.Testing.Platform.MSBuild": { "type": "Transitive", "resolved": "2.2.3", "contentHash": "Q22jJYJLx4srTinsAuoCskqmzjrBJC8YeGJMHHIcrf1dQeHoEZ7wsqDzTlENkMoke2qfufF7U+9u58nlZunH/Q==", "dependencies": { "Microsoft.Testing.Platform": "2.2.3" } }, "Microsoft.TestPlatform.ObjectModel": { "type": "Transitive", "resolved": "18.3.0", "contentHash": "AEIEX2aWdPO9XbtR96eBaJxmXRD9vaI9uQ1T/JbPEKlTAZwYx0ZrMzKyULMdh/HH9Sg03kXCoN7LszQ90o6nPQ==" }, "Microsoft.TestPlatform.TestHost": { "type": "Transitive", "resolved": "18.3.0", "contentHash": "twmsoelXnp1uWMU3VGip9f0Jr1mZ0PZqgJdF35CIrdYgYrkHIJMV1m8uKyhcdjLdsQDESHAgkR7KhS9i1qpJag==", "dependencies": { "Microsoft.TestPlatform.ObjectModel": "18.3.0", "Newtonsoft.Json": "13.0.3" } }, "MSTest.Analyzers": { "type": "Transitive", "resolved": "4.2.3", "contentHash": "dxOZt8/LWuiox7rugInJoIa5Mmu3pBmXdfaoZOx/mxx8+sUFFpjBXPlWXQXGeWzpkVPNC3x1Jf7rt2h2Zjyvvg==" }, "MSTest.TestAdapter": { "type": "Transitive", "resolved": "4.2.3", "contentHash": "oVV/luk0bBghnVvLaw8MwFlD7It0Cx9P2nKobeqIafmTQqFFWY69Wo801dxjeNaLzO/o9WQ84WSK84gXJuubhg==", "dependencies": { "MSTest.TestFramework": "4.2.3", "Microsoft.Testing.Extensions.VSTestBridge": "2.2.3", "Microsoft.Testing.Platform.MSBuild": "2.2.3" } }, "MSTest.TestFramework": { "type": "Transitive", "resolved": "4.2.3", "contentHash": "9zzij59YLh+tf+FRLNqhzHjmdspR91bol+jdQxLlxxTGMAML6LDbvuyXKMGdcrE84+QpKkk6KjTVBC5PBGrDeA==", "dependencies": { "MSTest.Analyzers": "4.2.3" } }, "Newtonsoft.Json": { "type": "Transitive", "resolved": "13.0.3", "contentHash": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==" }, "System.CodeDom": { "type": "Transitive", "resolved": "6.0.0", "contentHash": "CPc6tWO1LAer3IzfZufDBRL+UZQcj5uS207NHALQzP84Vp/z6wF0Aa0YZImOQY8iStY0A2zI/e3ihKNPfUm8XA==" }, "System.Diagnostics.EventLog": { "type": "Transitive", "resolved": "11.0.0-preview.4.26230.115", "contentHash": "/o76q92uK1eaosCQrIjp/V4OBHs9zIXxH+8ZEMFZg1GVH7fI24GUPx1BLawLCmdq/U1AdGeoto716k4BJEhi2g==" }, "System.Management": { "type": "Transitive", "resolved": "6.0.1", "contentHash": "10J1D0h/lioojphfJ4Fuh5ZUThT/xOVHdV9roGBittKKNP2PMjrvibEdbVTGZcPra1399Ja3tqIJLyQrc5Wmhg==", "dependencies": { "System.CodeDom": "6.0.0" } }, "MMirror.Integrations.Vasttrafik": { "type": "Project", "dependencies": { "Microsoft.Extensions.Caching.Memory": "[11.0.0-preview.4.26230.115, )", "Microsoft.Extensions.Http": "[11.0.0-preview.4.26230.115, )", "System.IdentityModel.Tokens.Jwt": "[8.19.1, )" } }, "Microsoft.Extensions.Caching.Memory": { "type": "CentralTransitive", "requested": "[11.0.0-preview.4.26230.115, )", "resolved": "11.0.0-preview.4.26230.115", "contentHash": "JLwOVRLavnY5Z2uMISBxQm+2TsbW9b5pJ9NwvtrCgCNiH/OCuJyznD7HJGvMF+5ESakq5ZrTLECNN3FMGMeoIg==" }, "Microsoft.Extensions.DependencyInjection": { "type": "CentralTransitive", "requested": "[11.0.0-preview.4.26230.115, )", "resolved": "11.0.0-preview.4.26230.115", "contentHash": "v+F34r5W5XgR95xG0Te2KyYmCDnkc4kljLMGEZ30WKQjAzuXz/pLTEvsRNYxNJUzfKPI0H4oqLglyHZkCe1lYw==" }, "Microsoft.Extensions.Http": { "type": "CentralTransitive", "requested": "[11.0.0-preview.4.26230.115, )", "resolved": "11.0.0-preview.4.26230.115", "contentHash": "HTY8+4kSEcmghrSTifim/cwZ4hQkniUr1+c1OMLHS1DJ2d7R9FFQ/t7Wf/MYTRHlB85ng9hMQNMY/PWTIfEmKQ==", "dependencies": { "Microsoft.Extensions.Diagnostics": "11.0.0-preview.4.26230.115", "Microsoft.Extensions.Logging": "11.0.0-preview.4.26230.115" } }, "System.IdentityModel.Tokens.Jwt": { "type": "CentralTransitive", "requested": "[8.19.1, )", "resolved": "8.19.1", "contentHash": "2VHcRtT95GAcW1E3aVBLvL2rAAMxKHXKMXKXFyWzwgkdFXZPMMvP8tVOfnRydL4vTr1RirNuGC6T8VSEF2YsPQ==", "dependencies": { "Microsoft.IdentityModel.JsonWebTokens": "8.19.1", "Microsoft.IdentityModel.Tokens": "8.19.1" } } }, "net11.0/linux-arm64": { "Microsoft.Testing.Extensions.CodeCoverage": { "type": "Transitive", "resolved": "18.5.2", "contentHash": "UNcGLx9pVtlXF8MPDR8KDp+/OKKNIJjpzwRyZSt609TSGvaD8mtuQMb5GKZvhMucPp0a5Juvn3kxXDceQZWmAg==", "dependencies": { "Microsoft.DiaSymReader": "2.2.3", "Microsoft.Extensions.DependencyModel": "8.0.2", "Microsoft.Testing.Platform": "2.1.0" } }, "System.Diagnostics.EventLog": { "type": "Transitive", "resolved": "11.0.0-preview.4.26230.115", "contentHash": "/o76q92uK1eaosCQrIjp/V4OBHs9zIXxH+8ZEMFZg1GVH7fI24GUPx1BLawLCmdq/U1AdGeoto716k4BJEhi2g==" }, "System.Management": { "type": "Transitive", "resolved": "6.0.1", "contentHash": "10J1D0h/lioojphfJ4Fuh5ZUThT/xOVHdV9roGBittKKNP2PMjrvibEdbVTGZcPra1399Ja3tqIJLyQrc5Wmhg==", "dependencies": { "System.CodeDom": "6.0.0" } } }, "net11.0/linux-x64": { "Microsoft.Testing.Extensions.CodeCoverage": { "type": "Transitive", "resolved": "18.5.2", "contentHash": "UNcGLx9pVtlXF8MPDR8KDp+/OKKNIJjpzwRyZSt609TSGvaD8mtuQMb5GKZvhMucPp0a5Juvn3kxXDceQZWmAg==", "dependencies": { "Microsoft.DiaSymReader": "2.2.3", "Microsoft.Extensions.DependencyModel": "8.0.2", "Microsoft.Testing.Platform": "2.1.0" } }, "System.Diagnostics.EventLog": { "type": "Transitive", "resolved": "11.0.0-preview.4.26230.115", "contentHash": "/o76q92uK1eaosCQrIjp/V4OBHs9zIXxH+8ZEMFZg1GVH7fI24GUPx1BLawLCmdq/U1AdGeoto716k4BJEhi2g==" }, "System.Management": { "type": "Transitive", "resolved": "6.0.1", "contentHash": "10J1D0h/lioojphfJ4Fuh5ZUThT/xOVHdV9roGBittKKNP2PMjrvibEdbVTGZcPra1399Ja3tqIJLyQrc5Wmhg==", "dependencies": { "System.CodeDom": "6.0.0" } } }, "net11.0/osx-arm64": { "Microsoft.Testing.Extensions.CodeCoverage": { "type": "Transitive", "resolved": "18.5.2", "contentHash": "UNcGLx9pVtlXF8MPDR8KDp+/OKKNIJjpzwRyZSt609TSGvaD8mtuQMb5GKZvhMucPp0a5Juvn3kxXDceQZWmAg==", "dependencies": { "Microsoft.DiaSymReader": "2.2.3", "Microsoft.Extensions.DependencyModel": "8.0.2", "Microsoft.Testing.Platform": "2.1.0" } }, "System.Diagnostics.EventLog": { "type": "Transitive", "resolved": "11.0.0-preview.4.26230.115", "contentHash": "/o76q92uK1eaosCQrIjp/V4OBHs9zIXxH+8ZEMFZg1GVH7fI24GUPx1BLawLCmdq/U1AdGeoto716k4BJEhi2g==" }, "System.Management": { "type": "Transitive", "resolved": "6.0.1", "contentHash": "10J1D0h/lioojphfJ4Fuh5ZUThT/xOVHdV9roGBittKKNP2PMjrvibEdbVTGZcPra1399Ja3tqIJLyQrc5Wmhg==", "dependencies": { "System.CodeDom": "6.0.0" } } }, "net11.0/osx-x64": { "Microsoft.Testing.Extensions.CodeCoverage": { "type": "Transitive", "resolved": "18.5.2", "contentHash": "UNcGLx9pVtlXF8MPDR8KDp+/OKKNIJjpzwRyZSt609TSGvaD8mtuQMb5GKZvhMucPp0a5Juvn3kxXDceQZWmAg==", "dependencies": { "Microsoft.DiaSymReader": "2.2.3", "Microsoft.Extensions.DependencyModel": "8.0.2", "Microsoft.Testing.Platform": "2.1.0" } }, "System.Diagnostics.EventLog": { "type": "Transitive", "resolved": "11.0.0-preview.4.26230.115", "contentHash": "/o76q92uK1eaosCQrIjp/V4OBHs9zIXxH+8ZEMFZg1GVH7fI24GUPx1BLawLCmdq/U1AdGeoto716k4BJEhi2g==" }, "System.Management": { "type": "Transitive", "resolved": "6.0.1", "contentHash": "10J1D0h/lioojphfJ4Fuh5ZUThT/xOVHdV9roGBittKKNP2PMjrvibEdbVTGZcPra1399Ja3tqIJLyQrc5Wmhg==", "dependencies": { "System.CodeDom": "6.0.0" } } }, "net11.0/win-arm64": { "Microsoft.Testing.Extensions.CodeCoverage": { "type": "Transitive", "resolved": "18.5.2", "contentHash": "UNcGLx9pVtlXF8MPDR8KDp+/OKKNIJjpzwRyZSt609TSGvaD8mtuQMb5GKZvhMucPp0a5Juvn3kxXDceQZWmAg==", "dependencies": { "Microsoft.DiaSymReader": "2.2.3", "Microsoft.Extensions.DependencyModel": "8.0.2", "Microsoft.Testing.Platform": "2.1.0" } }, "System.Diagnostics.EventLog": { "type": "Transitive", "resolved": "11.0.0-preview.4.26230.115", "contentHash": "/o76q92uK1eaosCQrIjp/V4OBHs9zIXxH+8ZEMFZg1GVH7fI24GUPx1BLawLCmdq/U1AdGeoto716k4BJEhi2g==" }, "System.Management": { "type": "Transitive", "resolved": "6.0.1", "contentHash": "10J1D0h/lioojphfJ4Fuh5ZUThT/xOVHdV9roGBittKKNP2PMjrvibEdbVTGZcPra1399Ja3tqIJLyQrc5Wmhg==", "dependencies": { "System.CodeDom": "6.0.0" } } }, "net11.0/win-x64": { "Microsoft.Testing.Extensions.CodeCoverage": { "type": "Transitive", "resolved": "18.5.2", "contentHash": "UNcGLx9pVtlXF8MPDR8KDp+/OKKNIJjpzwRyZSt609TSGvaD8mtuQMb5GKZvhMucPp0a5Juvn3kxXDceQZWmAg==", "dependencies": { "Microsoft.DiaSymReader": "2.2.3", "Microsoft.Extensions.DependencyModel": "8.0.2", "Microsoft.Testing.Platform": "2.1.0" } }, "System.Diagnostics.EventLog": { "type": "Transitive", "resolved": "11.0.0-preview.4.26230.115", "contentHash": "/o76q92uK1eaosCQrIjp/V4OBHs9zIXxH+8ZEMFZg1GVH7fI24GUPx1BLawLCmdq/U1AdGeoto716k4BJEhi2g==" }, "System.Management": { "type": "Transitive", "resolved": "6.0.1", "contentHash": "10J1D0h/lioojphfJ4Fuh5ZUThT/xOVHdV9roGBittKKNP2PMjrvibEdbVTGZcPra1399Ja3tqIJLyQrc5Wmhg==", "dependencies": { "System.CodeDom": "6.0.0" } } } } }