source: db_tsh/obj/project.assets.json@ 705d6f5

main
Last change on this file since 705d6f5 was 705d6f5, checked in by ardit <ardit@…>, 2 days ago

Commiting all files of project - 20250224

  • Property mode set to 100644
File size: 94.8 KB
Line 
1{
2 "version": 3,
3 "targets": {
4 ".NETCoreApp,Version=v3.1": {
5 "BouncyCastle.Cryptography/2.4.0": {
6 "type": "package",
7 "compile": {
8 "lib/netstandard2.0/BouncyCastle.Cryptography.dll": {}
9 },
10 "runtime": {
11 "lib/netstandard2.0/BouncyCastle.Cryptography.dll": {}
12 }
13 },
14 "EPPlus/7.0.9": {
15 "type": "package",
16 "dependencies": {
17 "EPPlus.Interfaces": "6.1.1",
18 "EPPlus.System.Drawing": "6.1.1",
19 "Microsoft.Extensions.Configuration.Json": "3.1.32",
20 "Microsoft.IO.RecyclableMemoryStream": "3.0.0",
21 "System.ComponentModel.Annotations": "5.0.0",
22 "System.Drawing.Primitives": "4.3.0",
23 "System.Security.Cryptography.Pkcs": "4.7.0",
24 "System.Text.Encoding.CodePages": "4.7.1"
25 },
26 "compile": {
27 "lib/netstandard2.1/EPPlus.dll": {}
28 },
29 "runtime": {
30 "lib/netstandard2.1/EPPlus.dll": {}
31 }
32 },
33 "EPPlus.Interfaces/6.1.1": {
34 "type": "package",
35 "compile": {
36 "lib/netstandard2.1/EPPlus.Interfaces.dll": {}
37 },
38 "runtime": {
39 "lib/netstandard2.1/EPPlus.Interfaces.dll": {}
40 }
41 },
42 "EPPlus.System.Drawing/6.1.1": {
43 "type": "package",
44 "dependencies": {
45 "EPPlus.Interfaces": "6.1.1",
46 "System.Drawing.Common": "4.7.3"
47 },
48 "compile": {
49 "lib/netstandard2.1/EPPlus.System.Drawing.dll": {}
50 },
51 "runtime": {
52 "lib/netstandard2.1/EPPlus.System.Drawing.dll": {}
53 }
54 },
55 "Microsoft.EntityFrameworkCore/5.0.9": {
56 "type": "package",
57 "dependencies": {
58 "Microsoft.EntityFrameworkCore.Abstractions": "5.0.9",
59 "Microsoft.EntityFrameworkCore.Analyzers": "5.0.9",
60 "Microsoft.Extensions.Caching.Memory": "5.0.0",
61 "Microsoft.Extensions.DependencyInjection": "5.0.2",
62 "Microsoft.Extensions.Logging": "5.0.0",
63 "System.Collections.Immutable": "5.0.0",
64 "System.ComponentModel.Annotations": "5.0.0",
65 "System.Diagnostics.DiagnosticSource": "5.0.1"
66 },
67 "compile": {
68 "lib/netstandard2.1/Microsoft.EntityFrameworkCore.dll": {}
69 },
70 "runtime": {
71 "lib/netstandard2.1/Microsoft.EntityFrameworkCore.dll": {}
72 }
73 },
74 "Microsoft.EntityFrameworkCore.Abstractions/5.0.9": {
75 "type": "package",
76 "compile": {
77 "lib/netstandard2.1/Microsoft.EntityFrameworkCore.Abstractions.dll": {}
78 },
79 "runtime": {
80 "lib/netstandard2.1/Microsoft.EntityFrameworkCore.Abstractions.dll": {}
81 }
82 },
83 "Microsoft.EntityFrameworkCore.Analyzers/5.0.9": {
84 "type": "package",
85 "compile": {
86 "lib/netstandard2.0/_._": {}
87 },
88 "runtime": {
89 "lib/netstandard2.0/_._": {}
90 }
91 },
92 "Microsoft.EntityFrameworkCore.Relational/3.0.0": {
93 "type": "package",
94 "dependencies": {
95 "Microsoft.EntityFrameworkCore": "3.0.0"
96 },
97 "compile": {
98 "lib/netstandard2.1/Microsoft.EntityFrameworkCore.Relational.dll": {}
99 },
100 "runtime": {
101 "lib/netstandard2.1/Microsoft.EntityFrameworkCore.Relational.dll": {}
102 }
103 },
104 "Microsoft.Extensions.Caching.Abstractions/5.0.0": {
105 "type": "package",
106 "dependencies": {
107 "Microsoft.Extensions.Primitives": "5.0.0"
108 },
109 "compile": {
110 "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {}
111 },
112 "runtime": {
113 "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {}
114 }
115 },
116 "Microsoft.Extensions.Caching.Memory/5.0.0": {
117 "type": "package",
118 "dependencies": {
119 "Microsoft.Extensions.Caching.Abstractions": "5.0.0",
120 "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
121 "Microsoft.Extensions.Logging.Abstractions": "5.0.0",
122 "Microsoft.Extensions.Options": "5.0.0",
123 "Microsoft.Extensions.Primitives": "5.0.0"
124 },
125 "compile": {
126 "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {}
127 },
128 "runtime": {
129 "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {}
130 }
131 },
132 "Microsoft.Extensions.Configuration/3.1.32": {
133 "type": "package",
134 "dependencies": {
135 "Microsoft.Extensions.Configuration.Abstractions": "3.1.32"
136 },
137 "compile": {
138 "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.dll": {}
139 },
140 "runtime": {
141 "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.dll": {}
142 }
143 },
144 "Microsoft.Extensions.Configuration.Abstractions/3.1.32": {
145 "type": "package",
146 "dependencies": {
147 "Microsoft.Extensions.Primitives": "3.1.32"
148 },
149 "compile": {
150 "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll": {}
151 },
152 "runtime": {
153 "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll": {}
154 }
155 },
156 "Microsoft.Extensions.Configuration.FileExtensions/3.1.32": {
157 "type": "package",
158 "dependencies": {
159 "Microsoft.Extensions.Configuration": "3.1.32",
160 "Microsoft.Extensions.FileProviders.Physical": "3.1.32"
161 },
162 "compile": {
163 "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.FileExtensions.dll": {}
164 },
165 "runtime": {
166 "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.FileExtensions.dll": {}
167 }
168 },
169 "Microsoft.Extensions.Configuration.Json/3.1.32": {
170 "type": "package",
171 "dependencies": {
172 "Microsoft.Extensions.Configuration": "3.1.32",
173 "Microsoft.Extensions.Configuration.FileExtensions": "3.1.32"
174 },
175 "compile": {
176 "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Json.dll": {}
177 },
178 "runtime": {
179 "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Json.dll": {}
180 }
181 },
182 "Microsoft.Extensions.DependencyInjection/5.0.2": {
183 "type": "package",
184 "dependencies": {
185 "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0"
186 },
187 "compile": {
188 "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll": {}
189 },
190 "runtime": {
191 "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll": {}
192 }
193 },
194 "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": {
195 "type": "package",
196 "compile": {
197 "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
198 },
199 "runtime": {
200 "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
201 }
202 },
203 "Microsoft.Extensions.FileProviders.Abstractions/3.1.32": {
204 "type": "package",
205 "dependencies": {
206 "Microsoft.Extensions.Primitives": "3.1.32"
207 },
208 "compile": {
209 "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.dll": {}
210 },
211 "runtime": {
212 "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.dll": {}
213 }
214 },
215 "Microsoft.Extensions.FileProviders.Physical/3.1.32": {
216 "type": "package",
217 "dependencies": {
218 "Microsoft.Extensions.FileProviders.Abstractions": "3.1.32",
219 "Microsoft.Extensions.FileSystemGlobbing": "3.1.32"
220 },
221 "compile": {
222 "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Physical.dll": {}
223 },
224 "runtime": {
225 "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Physical.dll": {}
226 }
227 },
228 "Microsoft.Extensions.FileSystemGlobbing/3.1.32": {
229 "type": "package",
230 "compile": {
231 "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {}
232 },
233 "runtime": {
234 "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {}
235 }
236 },
237 "Microsoft.Extensions.Logging/5.0.0": {
238 "type": "package",
239 "dependencies": {
240 "Microsoft.Extensions.DependencyInjection": "5.0.0",
241 "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
242 "Microsoft.Extensions.Logging.Abstractions": "5.0.0",
243 "Microsoft.Extensions.Options": "5.0.0",
244 "System.Diagnostics.DiagnosticSource": "5.0.0"
245 },
246 "compile": {
247 "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {}
248 },
249 "runtime": {
250 "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {}
251 }
252 },
253 "Microsoft.Extensions.Logging.Abstractions/5.0.0": {
254 "type": "package",
255 "compile": {
256 "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {}
257 },
258 "runtime": {
259 "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {}
260 }
261 },
262 "Microsoft.Extensions.Options/5.0.0": {
263 "type": "package",
264 "dependencies": {
265 "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
266 "Microsoft.Extensions.Primitives": "5.0.0"
267 },
268 "compile": {
269 "lib/netstandard2.0/Microsoft.Extensions.Options.dll": {}
270 },
271 "runtime": {
272 "lib/netstandard2.0/Microsoft.Extensions.Options.dll": {}
273 }
274 },
275 "Microsoft.Extensions.Primitives/5.0.0": {
276 "type": "package",
277 "compile": {
278 "lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll": {}
279 },
280 "runtime": {
281 "lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll": {}
282 }
283 },
284 "Microsoft.IO.RecyclableMemoryStream/3.0.0": {
285 "type": "package",
286 "compile": {
287 "lib/netstandard2.1/Microsoft.IO.RecyclableMemoryStream.dll": {}
288 },
289 "runtime": {
290 "lib/netstandard2.1/Microsoft.IO.RecyclableMemoryStream.dll": {}
291 }
292 },
293 "Microsoft.NETCore.Platforms/3.1.9": {
294 "type": "package",
295 "compile": {
296 "lib/netstandard1.0/_._": {}
297 },
298 "runtime": {
299 "lib/netstandard1.0/_._": {}
300 }
301 },
302 "Microsoft.NETCore.Targets/1.1.0": {
303 "type": "package",
304 "compile": {
305 "lib/netstandard1.0/_._": {}
306 },
307 "runtime": {
308 "lib/netstandard1.0/_._": {}
309 }
310 },
311 "Microsoft.Win32.Registry/4.7.0": {
312 "type": "package",
313 "dependencies": {
314 "System.Security.AccessControl": "4.7.0",
315 "System.Security.Principal.Windows": "4.7.0"
316 },
317 "compile": {
318 "ref/netstandard2.0/_._": {}
319 },
320 "runtime": {
321 "lib/netstandard2.0/Microsoft.Win32.Registry.dll": {}
322 },
323 "runtimeTargets": {
324 "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
325 "assetType": "runtime",
326 "rid": "unix"
327 },
328 "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
329 "assetType": "runtime",
330 "rid": "win"
331 }
332 }
333 },
334 "Microsoft.Win32.SystemEvents/4.7.0": {
335 "type": "package",
336 "dependencies": {
337 "Microsoft.NETCore.Platforms": "3.1.0"
338 },
339 "compile": {
340 "ref/netstandard2.0/_._": {}
341 },
342 "runtime": {
343 "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {}
344 },
345 "runtimeTargets": {
346 "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": {
347 "assetType": "runtime",
348 "rid": "win"
349 }
350 }
351 },
352 "Npgsql/4.1.0": {
353 "type": "package",
354 "dependencies": {
355 "System.Runtime.CompilerServices.Unsafe": "4.6.0"
356 },
357 "compile": {
358 "lib/netcoreapp3.0/Npgsql.dll": {}
359 },
360 "runtime": {
361 "lib/netcoreapp3.0/Npgsql.dll": {}
362 }
363 },
364 "Npgsql.EntityFrameworkCore.PostgreSQL/3.0.0": {
365 "type": "package",
366 "dependencies": {
367 "Microsoft.EntityFrameworkCore": "3.0.0",
368 "Microsoft.EntityFrameworkCore.Abstractions": "3.0.0",
369 "Microsoft.EntityFrameworkCore.Relational": "3.0.0",
370 "Npgsql": "4.1.0"
371 },
372 "compile": {
373 "lib/netstandard2.1/Npgsql.EntityFrameworkCore.PostgreSQL.dll": {}
374 },
375 "runtime": {
376 "lib/netstandard2.1/Npgsql.EntityFrameworkCore.PostgreSQL.dll": {}
377 }
378 },
379 "runtime.native.System.Data.SqlClient.sni/4.7.0": {
380 "type": "package",
381 "dependencies": {
382 "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
383 "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
384 "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0"
385 }
386 },
387 "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
388 "type": "package",
389 "runtimeTargets": {
390 "runtimes/win-arm64/native/sni.dll": {
391 "assetType": "native",
392 "rid": "win-arm64"
393 }
394 }
395 },
396 "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
397 "type": "package",
398 "runtimeTargets": {
399 "runtimes/win-x64/native/sni.dll": {
400 "assetType": "native",
401 "rid": "win-x64"
402 }
403 }
404 },
405 "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
406 "type": "package",
407 "runtimeTargets": {
408 "runtimes/win-x86/native/sni.dll": {
409 "assetType": "native",
410 "rid": "win-x86"
411 }
412 }
413 },
414 "SSH.NET/2024.2.0": {
415 "type": "package",
416 "dependencies": {
417 "BouncyCastle.Cryptography": "2.4.0",
418 "System.Formats.Asn1": "8.0.1"
419 },
420 "compile": {
421 "lib/netstandard2.1/Renci.SshNet.dll": {}
422 },
423 "runtime": {
424 "lib/netstandard2.1/Renci.SshNet.dll": {}
425 }
426 },
427 "System.Buffers/4.5.1": {
428 "type": "package",
429 "compile": {
430 "ref/netcoreapp2.0/_._": {}
431 },
432 "runtime": {
433 "lib/netcoreapp2.0/_._": {}
434 }
435 },
436 "System.Collections.Immutable/5.0.0": {
437 "type": "package",
438 "compile": {
439 "lib/netstandard2.0/System.Collections.Immutable.dll": {}
440 },
441 "runtime": {
442 "lib/netstandard2.0/System.Collections.Immutable.dll": {}
443 }
444 },
445 "System.ComponentModel.Annotations/5.0.0": {
446 "type": "package",
447 "compile": {
448 "ref/netstandard2.1/System.ComponentModel.Annotations.dll": {}
449 },
450 "runtime": {
451 "lib/netstandard2.1/System.ComponentModel.Annotations.dll": {}
452 }
453 },
454 "System.Data.SqlClient/4.8.6": {
455 "type": "package",
456 "dependencies": {
457 "Microsoft.Win32.Registry": "4.7.0",
458 "System.Security.Principal.Windows": "4.7.0",
459 "runtime.native.System.Data.SqlClient.sni": "4.7.0"
460 },
461 "compile": {
462 "ref/netcoreapp2.1/System.Data.SqlClient.dll": {}
463 },
464 "runtime": {
465 "lib/netcoreapp2.1/System.Data.SqlClient.dll": {}
466 },
467 "runtimeTargets": {
468 "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": {
469 "assetType": "runtime",
470 "rid": "unix"
471 },
472 "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": {
473 "assetType": "runtime",
474 "rid": "win"
475 }
476 }
477 },
478 "System.Diagnostics.DiagnosticSource/5.0.1": {
479 "type": "package",
480 "compile": {
481 "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {}
482 },
483 "runtime": {
484 "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {}
485 }
486 },
487 "System.Drawing.Common/4.7.3": {
488 "type": "package",
489 "dependencies": {
490 "Microsoft.NETCore.Platforms": "3.1.9",
491 "Microsoft.Win32.SystemEvents": "4.7.0"
492 },
493 "compile": {
494 "ref/netcoreapp3.0/System.Drawing.Common.dll": {}
495 },
496 "runtime": {
497 "lib/netstandard2.0/System.Drawing.Common.dll": {}
498 },
499 "runtimeTargets": {
500 "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll": {
501 "assetType": "runtime",
502 "rid": "unix"
503 },
504 "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": {
505 "assetType": "runtime",
506 "rid": "win"
507 }
508 }
509 },
510 "System.Drawing.Primitives/4.3.0": {
511 "type": "package",
512 "dependencies": {
513 "System.Runtime": "4.3.0",
514 "System.Runtime.Extensions": "4.3.0"
515 },
516 "compile": {
517 "ref/netstandard1.1/System.Drawing.Primitives.dll": {}
518 },
519 "runtime": {
520 "lib/netstandard1.1/System.Drawing.Primitives.dll": {}
521 }
522 },
523 "System.Formats.Asn1/8.0.1": {
524 "type": "package",
525 "dependencies": {
526 "System.Buffers": "4.5.1",
527 "System.Memory": "4.5.5"
528 },
529 "compile": {
530 "lib/netstandard2.0/System.Formats.Asn1.dll": {}
531 },
532 "runtime": {
533 "lib/netstandard2.0/System.Formats.Asn1.dll": {}
534 },
535 "build": {
536 "buildTransitive/netcoreapp2.0/System.Formats.Asn1.targets": {}
537 }
538 },
539 "System.Memory/4.5.5": {
540 "type": "package",
541 "compile": {
542 "ref/netcoreapp2.1/_._": {}
543 },
544 "runtime": {
545 "lib/netcoreapp2.1/_._": {}
546 }
547 },
548 "System.Runtime/4.3.0": {
549 "type": "package",
550 "dependencies": {
551 "Microsoft.NETCore.Platforms": "1.1.0",
552 "Microsoft.NETCore.Targets": "1.1.0"
553 },
554 "compile": {
555 "ref/netstandard1.5/System.Runtime.dll": {}
556 }
557 },
558 "System.Runtime.CompilerServices.Unsafe/4.6.0": {
559 "type": "package",
560 "compile": {
561 "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {}
562 },
563 "runtime": {
564 "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll": {}
565 }
566 },
567 "System.Runtime.Extensions/4.3.0": {
568 "type": "package",
569 "dependencies": {
570 "Microsoft.NETCore.Platforms": "1.1.0",
571 "Microsoft.NETCore.Targets": "1.1.0",
572 "System.Runtime": "4.3.0"
573 },
574 "compile": {
575 "ref/netstandard1.5/_._": {}
576 }
577 },
578 "System.Security.AccessControl/4.7.0": {
579 "type": "package",
580 "dependencies": {
581 "Microsoft.NETCore.Platforms": "3.1.0",
582 "System.Security.Principal.Windows": "4.7.0"
583 },
584 "compile": {
585 "ref/netstandard2.0/_._": {}
586 },
587 "runtime": {
588 "lib/netstandard2.0/System.Security.AccessControl.dll": {}
589 },
590 "runtimeTargets": {
591 "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": {
592 "assetType": "runtime",
593 "rid": "win"
594 }
595 }
596 },
597 "System.Security.Cryptography.Cng/4.7.0": {
598 "type": "package",
599 "compile": {
600 "ref/netcoreapp3.0/_._": {}
601 },
602 "runtime": {
603 "lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll": {}
604 },
605 "runtimeTargets": {
606 "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll": {
607 "assetType": "runtime",
608 "rid": "win"
609 }
610 }
611 },
612 "System.Security.Cryptography.Pkcs/4.7.0": {
613 "type": "package",
614 "dependencies": {
615 "System.Security.Cryptography.Cng": "4.7.0"
616 },
617 "compile": {
618 "ref/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll": {}
619 },
620 "runtime": {
621 "lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll": {}
622 },
623 "runtimeTargets": {
624 "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll": {
625 "assetType": "runtime",
626 "rid": "win"
627 }
628 }
629 },
630 "System.Security.Principal.Windows/4.7.0": {
631 "type": "package",
632 "compile": {
633 "ref/netcoreapp3.0/_._": {}
634 },
635 "runtime": {
636 "lib/netstandard2.0/System.Security.Principal.Windows.dll": {}
637 },
638 "runtimeTargets": {
639 "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
640 "assetType": "runtime",
641 "rid": "unix"
642 },
643 "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
644 "assetType": "runtime",
645 "rid": "win"
646 }
647 }
648 },
649 "System.Text.Encoding.CodePages/4.7.1": {
650 "type": "package",
651 "dependencies": {
652 "Microsoft.NETCore.Platforms": "3.1.1"
653 },
654 "compile": {
655 "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {}
656 },
657 "runtime": {
658 "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {}
659 },
660 "runtimeTargets": {
661 "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll": {
662 "assetType": "runtime",
663 "rid": "win"
664 }
665 }
666 }
667 }
668 },
669 "libraries": {
670 "BouncyCastle.Cryptography/2.4.0": {
671 "sha512": "SwXsAV3sMvAU/Nn31pbjhWurYSjJ+/giI/0n6tCrYoupEK34iIHCuk3STAd9fx8yudM85KkLSVdn951vTng/vQ==",
672 "type": "package",
673 "path": "bouncycastle.cryptography/2.4.0",
674 "files": [
675 ".nupkg.metadata",
676 ".signature.p7s",
677 "LICENSE.md",
678 "README.md",
679 "bouncycastle.cryptography.2.4.0.nupkg.sha512",
680 "bouncycastle.cryptography.nuspec",
681 "lib/net461/BouncyCastle.Cryptography.dll",
682 "lib/net461/BouncyCastle.Cryptography.xml",
683 "lib/net6.0/BouncyCastle.Cryptography.dll",
684 "lib/net6.0/BouncyCastle.Cryptography.xml",
685 "lib/netstandard2.0/BouncyCastle.Cryptography.dll",
686 "lib/netstandard2.0/BouncyCastle.Cryptography.xml",
687 "packageIcon.png"
688 ]
689 },
690 "EPPlus/7.0.9": {
691 "sha512": "iA6qAeu6FsHfWUcSv0/WjTv6nVUTMcHga3octxQQqLX8xJgJpubqrun9hcG+wDO0xeIc657jj+OQ13nRAtWUyA==",
692 "type": "package",
693 "path": "epplus/7.0.9",
694 "files": [
695 ".nupkg.metadata",
696 ".signature.p7s",
697 "EPPlusLogo.png",
698 "epplus.7.0.9.nupkg.sha512",
699 "epplus.nuspec",
700 "lib/net35/EPPlus.dll",
701 "lib/net35/EPPlus.xml",
702 "lib/net462/EPPlus.dll",
703 "lib/net462/EPPlus.xml",
704 "lib/net6.0/EPPlus.dll",
705 "lib/net6.0/EPPlus.xml",
706 "lib/net7.0/EPPlus.dll",
707 "lib/net7.0/EPPlus.xml",
708 "lib/net8.0/EPPlus.dll",
709 "lib/net8.0/EPPlus.xml",
710 "lib/netstandard2.0/EPPlus.dll",
711 "lib/netstandard2.0/EPPlus.xml",
712 "lib/netstandard2.1/EPPlus.dll",
713 "lib/netstandard2.1/EPPlus.xml",
714 "license.md",
715 "readme.md",
716 "readme.txt"
717 ]
718 },
719 "EPPlus.Interfaces/6.1.1": {
720 "sha512": "y7dkrOoE1ZR9Vgy1Jf2rEIaTf3SHlUjYt01NklP+F5Qh7S2ruPbzTcpYLRWMeXiG8XL8h2jqX4CyIkFt3NQGZw==",
721 "type": "package",
722 "path": "epplus.interfaces/6.1.1",
723 "files": [
724 ".nupkg.metadata",
725 ".signature.p7s",
726 "EPPlusLogo.png",
727 "epplus.interfaces.6.1.1.nupkg.sha512",
728 "epplus.interfaces.nuspec",
729 "lib/net35/EPPlus.Interfaces.dll",
730 "lib/net462/EPPlus.Interfaces.dll",
731 "lib/net6.0/EPPlus.Interfaces.dll",
732 "lib/net7.0/EPPlus.Interfaces.dll",
733 "lib/netstandard2.0/EPPlus.Interfaces.dll",
734 "lib/netstandard2.1/EPPlus.Interfaces.dll",
735 "license.md",
736 "readme.md"
737 ]
738 },
739 "EPPlus.System.Drawing/6.1.1": {
740 "sha512": "lRF5gHYrmkHOOiLMI0t6q8zNYjUrzRgAM5BCXumv5xiqXko8fx3AWI+HCNZfhEqVFGOop+42KfR5GiUcCoyoMw==",
741 "type": "package",
742 "path": "epplus.system.drawing/6.1.1",
743 "files": [
744 ".nupkg.metadata",
745 ".signature.p7s",
746 "EPPlusLogo.png",
747 "epplus.system.drawing.6.1.1.nupkg.sha512",
748 "epplus.system.drawing.nuspec",
749 "lib/net35/EPPlus.System.Drawing.dll",
750 "lib/net462/EPPlus.System.Drawing.dll",
751 "lib/net6.0/EPPlus.System.Drawing.dll",
752 "lib/net7.0/EPPlus.System.Drawing.dll",
753 "lib/netstandard2.0/EPPlus.System.Drawing.dll",
754 "lib/netstandard2.1/EPPlus.System.Drawing.dll",
755 "license.md",
756 "readme.md"
757 ]
758 },
759 "Microsoft.EntityFrameworkCore/5.0.9": {
760 "sha512": "mA+W/zpJZMp802xt2D+qBXrme4VFN+FlsrHdU6WG5HKDAnezClRksJhJicUR8XojnSPp9SgZKa1aIAasB5G67g==",
761 "type": "package",
762 "path": "microsoft.entityframeworkcore/5.0.9",
763 "files": [
764 ".nupkg.metadata",
765 ".signature.p7s",
766 "Icon.png",
767 "lib/netstandard2.1/Microsoft.EntityFrameworkCore.dll",
768 "lib/netstandard2.1/Microsoft.EntityFrameworkCore.xml",
769 "microsoft.entityframeworkcore.5.0.9.nupkg.sha512",
770 "microsoft.entityframeworkcore.nuspec"
771 ]
772 },
773 "Microsoft.EntityFrameworkCore.Abstractions/5.0.9": {
774 "sha512": "csbpDaXe9iQUkvDS3JZRAFfkgcRA7BlHE3u8feBLlYervmTAS1WIWPBZKMtH0a2GO5njwAABU3j+hZMCPYBrzQ==",
775 "type": "package",
776 "path": "microsoft.entityframeworkcore.abstractions/5.0.9",
777 "files": [
778 ".nupkg.metadata",
779 ".signature.p7s",
780 "Icon.png",
781 "lib/netstandard2.1/Microsoft.EntityFrameworkCore.Abstractions.dll",
782 "lib/netstandard2.1/Microsoft.EntityFrameworkCore.Abstractions.xml",
783 "microsoft.entityframeworkcore.abstractions.5.0.9.nupkg.sha512",
784 "microsoft.entityframeworkcore.abstractions.nuspec"
785 ]
786 },
787 "Microsoft.EntityFrameworkCore.Analyzers/5.0.9": {
788 "sha512": "eyuPLRFjcF7VWH8qy1uUuMrO02W15n9EXAXnYjCTWgH0SDIeZAa2XZXMZ9U3dvOPtvllMBy0obYA5SSbnpaNoQ==",
789 "type": "package",
790 "path": "microsoft.entityframeworkcore.analyzers/5.0.9",
791 "files": [
792 ".nupkg.metadata",
793 ".signature.p7s",
794 "Icon.png",
795 "analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll",
796 "lib/netstandard2.0/_._",
797 "microsoft.entityframeworkcore.analyzers.5.0.9.nupkg.sha512",
798 "microsoft.entityframeworkcore.analyzers.nuspec"
799 ]
800 },
801 "Microsoft.EntityFrameworkCore.Relational/3.0.0": {
802 "sha512": "lODmNpgEvFXcEIIxIr2KvkHT5x9Gqc69To0r6HYcwKXWJz71qP6yZ7h1ynM0aooTT4ggIVADJL9PJ0RLYdhYqA==",
803 "type": "package",
804 "path": "microsoft.entityframeworkcore.relational/3.0.0",
805 "files": [
806 ".nupkg.metadata",
807 ".signature.p7s",
808 "lib/netstandard2.1/Microsoft.EntityFrameworkCore.Relational.dll",
809 "lib/netstandard2.1/Microsoft.EntityFrameworkCore.Relational.xml",
810 "microsoft.entityframeworkcore.relational.3.0.0.nupkg.sha512",
811 "microsoft.entityframeworkcore.relational.nuspec"
812 ]
813 },
814 "Microsoft.Extensions.Caching.Abstractions/5.0.0": {
815 "sha512": "bu8As90/SBAouMZ6fJ+qRNo1X+KgHGrVueFhhYi+E5WqEhcnp2HoWRFnMzXQ6g4RdZbvPowFerSbKNH4Dtg5yg==",
816 "type": "package",
817 "path": "microsoft.extensions.caching.abstractions/5.0.0",
818 "files": [
819 ".nupkg.metadata",
820 ".signature.p7s",
821 "Icon.png",
822 "LICENSE.TXT",
823 "THIRD-PARTY-NOTICES.TXT",
824 "lib/net461/Microsoft.Extensions.Caching.Abstractions.dll",
825 "lib/net461/Microsoft.Extensions.Caching.Abstractions.xml",
826 "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll",
827 "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml",
828 "microsoft.extensions.caching.abstractions.5.0.0.nupkg.sha512",
829 "microsoft.extensions.caching.abstractions.nuspec",
830 "useSharedDesignerContext.txt",
831 "version.txt"
832 ]
833 },
834 "Microsoft.Extensions.Caching.Memory/5.0.0": {
835 "sha512": "/1qPCleFOkJe0O+xmFqCNLFYQZTJz965sVw8CUB/BQgsApBwzAUsL2BUkDvQW+geRUVTXUS9zLa0pBjC2VJ1gA==",
836 "type": "package",
837 "path": "microsoft.extensions.caching.memory/5.0.0",
838 "files": [
839 ".nupkg.metadata",
840 ".signature.p7s",
841 "Icon.png",
842 "LICENSE.TXT",
843 "THIRD-PARTY-NOTICES.TXT",
844 "lib/net461/Microsoft.Extensions.Caching.Memory.dll",
845 "lib/net461/Microsoft.Extensions.Caching.Memory.xml",
846 "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll",
847 "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml",
848 "microsoft.extensions.caching.memory.5.0.0.nupkg.sha512",
849 "microsoft.extensions.caching.memory.nuspec",
850 "useSharedDesignerContext.txt",
851 "version.txt"
852 ]
853 },
854 "Microsoft.Extensions.Configuration/3.1.32": {
855 "sha512": "WuOHTU9FB1yHaIU+/Ar1s5swHshH+7YjU7eA9Lmv0kO+rta7xOrR5Xu68srdxNpE9HjqjzxGZhPJFLxpP3J1Og==",
856 "type": "package",
857 "path": "microsoft.extensions.configuration/3.1.32",
858 "files": [
859 ".nupkg.metadata",
860 ".signature.p7s",
861 "Icon.png",
862 "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.dll",
863 "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.xml",
864 "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll",
865 "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml",
866 "microsoft.extensions.configuration.3.1.32.nupkg.sha512",
867 "microsoft.extensions.configuration.nuspec"
868 ]
869 },
870 "Microsoft.Extensions.Configuration.Abstractions/3.1.32": {
871 "sha512": "w8WEwVFYbTkoDQ/eJgGUPiL4SqZOiIVBkGxbkmnJAWnFxRigFk4WZla/3MDkN9fGSis6JwJfc57YgnleTw48AA==",
872 "type": "package",
873 "path": "microsoft.extensions.configuration.abstractions/3.1.32",
874 "files": [
875 ".nupkg.metadata",
876 ".signature.p7s",
877 "Icon.png",
878 "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll",
879 "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.xml",
880 "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll",
881 "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml",
882 "microsoft.extensions.configuration.abstractions.3.1.32.nupkg.sha512",
883 "microsoft.extensions.configuration.abstractions.nuspec"
884 ]
885 },
886 "Microsoft.Extensions.Configuration.FileExtensions/3.1.32": {
887 "sha512": "ckZNYSlqB62D4m432GyLqFX+yd3RtnrSYu9S1816AXVywA5CUs8rxHyWD6wzJ+jL3/zv94F02rGA3lU+g5xfsA==",
888 "type": "package",
889 "path": "microsoft.extensions.configuration.fileextensions/3.1.32",
890 "files": [
891 ".nupkg.metadata",
892 ".signature.p7s",
893 "Icon.png",
894 "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.FileExtensions.dll",
895 "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.FileExtensions.xml",
896 "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll",
897 "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.xml",
898 "microsoft.extensions.configuration.fileextensions.3.1.32.nupkg.sha512",
899 "microsoft.extensions.configuration.fileextensions.nuspec"
900 ]
901 },
902 "Microsoft.Extensions.Configuration.Json/3.1.32": {
903 "sha512": "lCZbMIu6iTmLcY9gqSlmsn4wmUGE6AJZYYLlioWhGwkYF3bY92iUIg1wROoiP3vqNwSvGzofpBWh9d8y2XhgtA==",
904 "type": "package",
905 "path": "microsoft.extensions.configuration.json/3.1.32",
906 "files": [
907 ".nupkg.metadata",
908 ".signature.p7s",
909 "Icon.png",
910 "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Json.dll",
911 "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Json.xml",
912 "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll",
913 "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.xml",
914 "microsoft.extensions.configuration.json.3.1.32.nupkg.sha512",
915 "microsoft.extensions.configuration.json.nuspec"
916 ]
917 },
918 "Microsoft.Extensions.DependencyInjection/5.0.2": {
919 "sha512": "xzFW00AZEvOXM1OX+0+AYH5op/Hf3u//e6wszBd/rK72sypD+jx5CtsHxM4BVuFBEs8SajfO4QzSJtrQaHDr4A==",
920 "type": "package",
921 "path": "microsoft.extensions.dependencyinjection/5.0.2",
922 "files": [
923 ".nupkg.metadata",
924 ".signature.p7s",
925 "Icon.png",
926 "LICENSE.TXT",
927 "THIRD-PARTY-NOTICES.TXT",
928 "lib/net461/Microsoft.Extensions.DependencyInjection.dll",
929 "lib/net461/Microsoft.Extensions.DependencyInjection.xml",
930 "lib/net5.0/Microsoft.Extensions.DependencyInjection.dll",
931 "lib/net5.0/Microsoft.Extensions.DependencyInjection.xml",
932 "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll",
933 "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml",
934 "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll",
935 "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml",
936 "microsoft.extensions.dependencyinjection.5.0.2.nupkg.sha512",
937 "microsoft.extensions.dependencyinjection.nuspec",
938 "useSharedDesignerContext.txt",
939 "version.txt"
940 ]
941 },
942 "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": {
943 "sha512": "ORj7Zh81gC69TyvmcUm9tSzytcy8AVousi+IVRAI8nLieQjOFryRusSFh7+aLk16FN9pQNqJAiMd7BTKINK0kA==",
944 "type": "package",
945 "path": "microsoft.extensions.dependencyinjection.abstractions/5.0.0",
946 "files": [
947 ".nupkg.metadata",
948 ".signature.p7s",
949 "Icon.png",
950 "LICENSE.TXT",
951 "THIRD-PARTY-NOTICES.TXT",
952 "lib/net461/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
953 "lib/net461/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
954 "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
955 "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
956 "microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512",
957 "microsoft.extensions.dependencyinjection.abstractions.nuspec",
958 "useSharedDesignerContext.txt",
959 "version.txt"
960 ]
961 },
962 "Microsoft.Extensions.FileProviders.Abstractions/3.1.32": {
963 "sha512": "sS+U28IfgZSQUS2b3MayPdYGBJlHOWwgnfAZ77bZLkgU0z+lJz7lgzrKQUm9SgKF+OAc5B9kWJV5PB6l7mWWZA==",
964 "type": "package",
965 "path": "microsoft.extensions.fileproviders.abstractions/3.1.32",
966 "files": [
967 ".nupkg.metadata",
968 ".signature.p7s",
969 "Icon.png",
970 "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.dll",
971 "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.xml",
972 "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll",
973 "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml",
974 "microsoft.extensions.fileproviders.abstractions.3.1.32.nupkg.sha512",
975 "microsoft.extensions.fileproviders.abstractions.nuspec"
976 ]
977 },
978 "Microsoft.Extensions.FileProviders.Physical/3.1.32": {
979 "sha512": "I+N5RGDfeG+1HVF6VugJpX1uYZErvAz40EaWZ45DmkAc3qXEFTXzNXWaPmJcIrOvz4eKS1jL5VxZxVH+7re7gg==",
980 "type": "package",
981 "path": "microsoft.extensions.fileproviders.physical/3.1.32",
982 "files": [
983 ".nupkg.metadata",
984 ".signature.p7s",
985 "Icon.png",
986 "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Physical.dll",
987 "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Physical.xml",
988 "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll",
989 "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.xml",
990 "microsoft.extensions.fileproviders.physical.3.1.32.nupkg.sha512",
991 "microsoft.extensions.fileproviders.physical.nuspec"
992 ]
993 },
994 "Microsoft.Extensions.FileSystemGlobbing/3.1.32": {
995 "sha512": "MnccV+5jJkc69IlI/1+Hzak8w5a2wQzOgaooq0iDcd5MBA1vudkE/iHuT97+cQCyauNmXnAdPWQ7e4Y1q93sbg==",
996 "type": "package",
997 "path": "microsoft.extensions.filesystemglobbing/3.1.32",
998 "files": [
999 ".nupkg.metadata",
1000 ".signature.p7s",
1001 "Icon.png",
1002 "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll",
1003 "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml",
1004 "microsoft.extensions.filesystemglobbing.3.1.32.nupkg.sha512",
1005 "microsoft.extensions.filesystemglobbing.nuspec"
1006 ]
1007 },
1008 "Microsoft.Extensions.Logging/5.0.0": {
1009 "sha512": "MgOwK6tPzB6YNH21wssJcw/2MKwee8b2gI7SllYfn6rvTpIrVvVS5HAjSU2vqSku1fwqRvWP0MdIi14qjd93Aw==",
1010 "type": "package",
1011 "path": "microsoft.extensions.logging/5.0.0",
1012 "files": [
1013 ".nupkg.metadata",
1014 ".signature.p7s",
1015 "Icon.png",
1016 "LICENSE.TXT",
1017 "THIRD-PARTY-NOTICES.TXT",
1018 "lib/net461/Microsoft.Extensions.Logging.dll",
1019 "lib/net461/Microsoft.Extensions.Logging.xml",
1020 "lib/netstandard2.0/Microsoft.Extensions.Logging.dll",
1021 "lib/netstandard2.0/Microsoft.Extensions.Logging.xml",
1022 "lib/netstandard2.1/Microsoft.Extensions.Logging.dll",
1023 "lib/netstandard2.1/Microsoft.Extensions.Logging.xml",
1024 "microsoft.extensions.logging.5.0.0.nupkg.sha512",
1025 "microsoft.extensions.logging.nuspec",
1026 "useSharedDesignerContext.txt",
1027 "version.txt"
1028 ]
1029 },
1030 "Microsoft.Extensions.Logging.Abstractions/5.0.0": {
1031 "sha512": "NxP6ahFcBnnSfwNBi2KH2Oz8Xl5Sm2krjId/jRR3I7teFphwiUoUeZPwTNA21EX+5PtjqmyAvKaOeBXcJjcH/w==",
1032 "type": "package",
1033 "path": "microsoft.extensions.logging.abstractions/5.0.0",
1034 "files": [
1035 ".nupkg.metadata",
1036 ".signature.p7s",
1037 "Icon.png",
1038 "LICENSE.TXT",
1039 "THIRD-PARTY-NOTICES.TXT",
1040 "lib/net461/Microsoft.Extensions.Logging.Abstractions.dll",
1041 "lib/net461/Microsoft.Extensions.Logging.Abstractions.xml",
1042 "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll",
1043 "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml",
1044 "microsoft.extensions.logging.abstractions.5.0.0.nupkg.sha512",
1045 "microsoft.extensions.logging.abstractions.nuspec",
1046 "useSharedDesignerContext.txt",
1047 "version.txt"
1048 ]
1049 },
1050 "Microsoft.Extensions.Options/5.0.0": {
1051 "sha512": "CBvR92TCJ5uBIdd9/HzDSrxYak+0W/3+yxrNg8Qm6Bmrkh5L+nu6m3WeazQehcZ5q1/6dDA7J5YdQjim0165zg==",
1052 "type": "package",
1053 "path": "microsoft.extensions.options/5.0.0",
1054 "files": [
1055 ".nupkg.metadata",
1056 ".signature.p7s",
1057 "Icon.png",
1058 "LICENSE.TXT",
1059 "THIRD-PARTY-NOTICES.TXT",
1060 "lib/net461/Microsoft.Extensions.Options.dll",
1061 "lib/net461/Microsoft.Extensions.Options.xml",
1062 "lib/net5.0/Microsoft.Extensions.Options.dll",
1063 "lib/net5.0/Microsoft.Extensions.Options.xml",
1064 "lib/netstandard2.0/Microsoft.Extensions.Options.dll",
1065 "lib/netstandard2.0/Microsoft.Extensions.Options.xml",
1066 "microsoft.extensions.options.5.0.0.nupkg.sha512",
1067 "microsoft.extensions.options.nuspec",
1068 "useSharedDesignerContext.txt",
1069 "version.txt"
1070 ]
1071 },
1072 "Microsoft.Extensions.Primitives/5.0.0": {
1073 "sha512": "cI/VWn9G1fghXrNDagX9nYaaB/nokkZn0HYAawGaELQrl8InSezfe9OnfPZLcJq3esXxygh3hkq2c3qoV3SDyQ==",
1074 "type": "package",
1075 "path": "microsoft.extensions.primitives/5.0.0",
1076 "files": [
1077 ".nupkg.metadata",
1078 ".signature.p7s",
1079 "Icon.png",
1080 "LICENSE.TXT",
1081 "THIRD-PARTY-NOTICES.TXT",
1082 "lib/net461/Microsoft.Extensions.Primitives.dll",
1083 "lib/net461/Microsoft.Extensions.Primitives.xml",
1084 "lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll",
1085 "lib/netcoreapp3.0/Microsoft.Extensions.Primitives.xml",
1086 "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll",
1087 "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml",
1088 "microsoft.extensions.primitives.5.0.0.nupkg.sha512",
1089 "microsoft.extensions.primitives.nuspec",
1090 "useSharedDesignerContext.txt",
1091 "version.txt"
1092 ]
1093 },
1094 "Microsoft.IO.RecyclableMemoryStream/3.0.0": {
1095 "sha512": "irv0HuqoH8Ig5i2fO+8dmDNdFdsrO+DoQcedwIlb810qpZHBNQHZLW7C/AHBQDgLLpw2T96vmMAy/aE4Yj55Sg==",
1096 "type": "package",
1097 "path": "microsoft.io.recyclablememorystream/3.0.0",
1098 "files": [
1099 ".nupkg.metadata",
1100 ".signature.p7s",
1101 "README.md",
1102 "lib/net6.0/Microsoft.IO.RecyclableMemoryStream.dll",
1103 "lib/net6.0/Microsoft.IO.RecyclableMemoryStream.xml",
1104 "lib/netstandard2.0/Microsoft.IO.RecyclableMemoryStream.dll",
1105 "lib/netstandard2.0/Microsoft.IO.RecyclableMemoryStream.xml",
1106 "lib/netstandard2.1/Microsoft.IO.RecyclableMemoryStream.dll",
1107 "lib/netstandard2.1/Microsoft.IO.RecyclableMemoryStream.xml",
1108 "microsoft.io.recyclablememorystream.3.0.0.nupkg.sha512",
1109 "microsoft.io.recyclablememorystream.nuspec"
1110 ]
1111 },
1112 "Microsoft.NETCore.Platforms/3.1.9": {
1113 "sha512": "e+/BrhryHoMojWlbcPJAFcShpk3JYvsMfrmoM26dnvHARWR6vtmGbfHppZcANVqf7DUBDIRxlZXcWg7v/9e1TQ==",
1114 "type": "package",
1115 "path": "microsoft.netcore.platforms/3.1.9",
1116 "files": [
1117 ".nupkg.metadata",
1118 ".signature.p7s",
1119 "Icon.png",
1120 "LICENSE.TXT",
1121 "THIRD-PARTY-NOTICES.TXT",
1122 "lib/netstandard1.0/_._",
1123 "microsoft.netcore.platforms.3.1.9.nupkg.sha512",
1124 "microsoft.netcore.platforms.nuspec",
1125 "runtime.json",
1126 "useSharedDesignerContext.txt",
1127 "version.txt"
1128 ]
1129 },
1130 "Microsoft.NETCore.Targets/1.1.0": {
1131 "sha512": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
1132 "type": "package",
1133 "path": "microsoft.netcore.targets/1.1.0",
1134 "files": [
1135 ".nupkg.metadata",
1136 ".signature.p7s",
1137 "ThirdPartyNotices.txt",
1138 "dotnet_library_license.txt",
1139 "lib/netstandard1.0/_._",
1140 "microsoft.netcore.targets.1.1.0.nupkg.sha512",
1141 "microsoft.netcore.targets.nuspec",
1142 "runtime.json"
1143 ]
1144 },
1145 "Microsoft.Win32.Registry/4.7.0": {
1146 "sha512": "KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==",
1147 "type": "package",
1148 "path": "microsoft.win32.registry/4.7.0",
1149 "files": [
1150 ".nupkg.metadata",
1151 ".signature.p7s",
1152 "LICENSE.TXT",
1153 "THIRD-PARTY-NOTICES.TXT",
1154 "lib/net46/Microsoft.Win32.Registry.dll",
1155 "lib/net461/Microsoft.Win32.Registry.dll",
1156 "lib/net461/Microsoft.Win32.Registry.xml",
1157 "lib/netstandard1.3/Microsoft.Win32.Registry.dll",
1158 "lib/netstandard2.0/Microsoft.Win32.Registry.dll",
1159 "lib/netstandard2.0/Microsoft.Win32.Registry.xml",
1160 "microsoft.win32.registry.4.7.0.nupkg.sha512",
1161 "microsoft.win32.registry.nuspec",
1162 "ref/net46/Microsoft.Win32.Registry.dll",
1163 "ref/net461/Microsoft.Win32.Registry.dll",
1164 "ref/net461/Microsoft.Win32.Registry.xml",
1165 "ref/net472/Microsoft.Win32.Registry.dll",
1166 "ref/net472/Microsoft.Win32.Registry.xml",
1167 "ref/netstandard1.3/Microsoft.Win32.Registry.dll",
1168 "ref/netstandard1.3/Microsoft.Win32.Registry.xml",
1169 "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml",
1170 "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml",
1171 "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml",
1172 "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml",
1173 "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml",
1174 "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml",
1175 "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml",
1176 "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml",
1177 "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml",
1178 "ref/netstandard2.0/Microsoft.Win32.Registry.dll",
1179 "ref/netstandard2.0/Microsoft.Win32.Registry.xml",
1180 "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll",
1181 "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.xml",
1182 "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll",
1183 "runtimes/win/lib/net461/Microsoft.Win32.Registry.dll",
1184 "runtimes/win/lib/net461/Microsoft.Win32.Registry.xml",
1185 "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll",
1186 "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll",
1187 "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.xml",
1188 "useSharedDesignerContext.txt",
1189 "version.txt"
1190 ]
1191 },
1192 "Microsoft.Win32.SystemEvents/4.7.0": {
1193 "sha512": "mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==",
1194 "type": "package",
1195 "path": "microsoft.win32.systemevents/4.7.0",
1196 "files": [
1197 ".nupkg.metadata",
1198 ".signature.p7s",
1199 "LICENSE.TXT",
1200 "THIRD-PARTY-NOTICES.TXT",
1201 "lib/net461/Microsoft.Win32.SystemEvents.dll",
1202 "lib/net461/Microsoft.Win32.SystemEvents.xml",
1203 "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll",
1204 "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml",
1205 "microsoft.win32.systemevents.4.7.0.nupkg.sha512",
1206 "microsoft.win32.systemevents.nuspec",
1207 "ref/net461/Microsoft.Win32.SystemEvents.dll",
1208 "ref/net461/Microsoft.Win32.SystemEvents.xml",
1209 "ref/net472/Microsoft.Win32.SystemEvents.dll",
1210 "ref/net472/Microsoft.Win32.SystemEvents.xml",
1211 "ref/netstandard2.0/Microsoft.Win32.SystemEvents.dll",
1212 "ref/netstandard2.0/Microsoft.Win32.SystemEvents.xml",
1213 "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.dll",
1214 "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.xml",
1215 "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll",
1216 "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.xml",
1217 "useSharedDesignerContext.txt",
1218 "version.txt"
1219 ]
1220 },
1221 "Npgsql/4.1.0": {
1222 "sha512": "c1qdtewUjM8XC0uPntSNIw1ZhIK7nTUwUH7libNQLNUFyEgMPuK0cgtZtIlw6xhraDv31M8dYzUFCdut4BwVvg==",
1223 "type": "package",
1224 "path": "npgsql/4.1.0",
1225 "files": [
1226 ".nupkg.metadata",
1227 ".signature.p7s",
1228 "lib/net461/Npgsql.dll",
1229 "lib/net461/Npgsql.pdb",
1230 "lib/net461/Npgsql.xml",
1231 "lib/netcoreapp3.0/Npgsql.dll",
1232 "lib/netcoreapp3.0/Npgsql.pdb",
1233 "lib/netcoreapp3.0/Npgsql.xml",
1234 "lib/netstandard2.0/Npgsql.dll",
1235 "lib/netstandard2.0/Npgsql.pdb",
1236 "lib/netstandard2.0/Npgsql.xml",
1237 "lib/netstandard2.1/Npgsql.dll",
1238 "lib/netstandard2.1/Npgsql.pdb",
1239 "lib/netstandard2.1/Npgsql.xml",
1240 "npgsql.4.1.0.nupkg.sha512",
1241 "npgsql.nuspec",
1242 "postgresql.png"
1243 ]
1244 },
1245 "Npgsql.EntityFrameworkCore.PostgreSQL/3.0.0": {
1246 "sha512": "BrWVUVq9+J3Cn6txwulwlDfPweKwXIlHXUEdHGXhn8zZULwF/HljPOuSXBNitJhTJmEi0gSK5kIyb5jHUEV1kg==",
1247 "type": "package",
1248 "path": "npgsql.entityframeworkcore.postgresql/3.0.0",
1249 "files": [
1250 ".nupkg.metadata",
1251 ".signature.p7s",
1252 "lib/netstandard2.1/Npgsql.EntityFrameworkCore.PostgreSQL.dll",
1253 "lib/netstandard2.1/Npgsql.EntityFrameworkCore.PostgreSQL.pdb",
1254 "npgsql.entityframeworkcore.postgresql.3.0.0.nupkg.sha512",
1255 "npgsql.entityframeworkcore.postgresql.nuspec"
1256 ]
1257 },
1258 "runtime.native.System.Data.SqlClient.sni/4.7.0": {
1259 "sha512": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==",
1260 "type": "package",
1261 "path": "runtime.native.system.data.sqlclient.sni/4.7.0",
1262 "files": [
1263 ".nupkg.metadata",
1264 ".signature.p7s",
1265 "LICENSE.TXT",
1266 "THIRD-PARTY-NOTICES.TXT",
1267 "runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512",
1268 "runtime.native.system.data.sqlclient.sni.nuspec",
1269 "useSharedDesignerContext.txt",
1270 "version.txt"
1271 ]
1272 },
1273 "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
1274 "sha512": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==",
1275 "type": "package",
1276 "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0",
1277 "files": [
1278 ".nupkg.metadata",
1279 ".signature.p7s",
1280 "ThirdPartyNotices.txt",
1281 "dotnet_library_license.txt",
1282 "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
1283 "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.nuspec",
1284 "runtimes/win-arm64/native/sni.dll",
1285 "useSharedDesignerContext.txt",
1286 "version.txt"
1287 ]
1288 },
1289 "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
1290 "sha512": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==",
1291 "type": "package",
1292 "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0",
1293 "files": [
1294 ".nupkg.metadata",
1295 ".signature.p7s",
1296 "ThirdPartyNotices.txt",
1297 "dotnet_library_license.txt",
1298 "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
1299 "runtime.win-x64.runtime.native.system.data.sqlclient.sni.nuspec",
1300 "runtimes/win-x64/native/sni.dll",
1301 "useSharedDesignerContext.txt",
1302 "version.txt"
1303 ]
1304 },
1305 "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
1306 "sha512": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==",
1307 "type": "package",
1308 "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0",
1309 "files": [
1310 ".nupkg.metadata",
1311 ".signature.p7s",
1312 "ThirdPartyNotices.txt",
1313 "dotnet_library_license.txt",
1314 "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
1315 "runtime.win-x86.runtime.native.system.data.sqlclient.sni.nuspec",
1316 "runtimes/win-x86/native/sni.dll",
1317 "useSharedDesignerContext.txt",
1318 "version.txt"
1319 ]
1320 },
1321 "SSH.NET/2024.2.0": {
1322 "sha512": "9r+4UF2P51lTztpd+H7SJywk7WgmlWB//Cm2o96c6uGVZU5r58ys2/cD9pCgTk0zCdSkfflWL1WtqQ9I4IVO9Q==",
1323 "type": "package",
1324 "path": "ssh.net/2024.2.0",
1325 "files": [
1326 ".nupkg.metadata",
1327 ".signature.p7s",
1328 "README.md",
1329 "SS-NET-icon-h500.png",
1330 "lib/net462/Renci.SshNet.dll",
1331 "lib/net462/Renci.SshNet.xml",
1332 "lib/net6.0/Renci.SshNet.dll",
1333 "lib/net6.0/Renci.SshNet.xml",
1334 "lib/net7.0/Renci.SshNet.dll",
1335 "lib/net7.0/Renci.SshNet.xml",
1336 "lib/net8.0/Renci.SshNet.dll",
1337 "lib/net8.0/Renci.SshNet.xml",
1338 "lib/netstandard2.0/Renci.SshNet.dll",
1339 "lib/netstandard2.0/Renci.SshNet.xml",
1340 "lib/netstandard2.1/Renci.SshNet.dll",
1341 "lib/netstandard2.1/Renci.SshNet.xml",
1342 "ssh.net.2024.2.0.nupkg.sha512",
1343 "ssh.net.nuspec"
1344 ]
1345 },
1346 "System.Buffers/4.5.1": {
1347 "sha512": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
1348 "type": "package",
1349 "path": "system.buffers/4.5.1",
1350 "files": [
1351 ".nupkg.metadata",
1352 ".signature.p7s",
1353 "LICENSE.TXT",
1354 "System.Buffers.4.5.1.nupkg.sha512",
1355 "System.Buffers.nuspec",
1356 "THIRD-PARTY-NOTICES.TXT",
1357 "lib/net461/System.Buffers.dll",
1358 "lib/net461/System.Buffers.xml",
1359 "lib/netcoreapp2.0/_._",
1360 "lib/netstandard1.1/System.Buffers.dll",
1361 "lib/netstandard1.1/System.Buffers.xml",
1362 "lib/netstandard2.0/System.Buffers.dll",
1363 "lib/netstandard2.0/System.Buffers.xml",
1364 "lib/uap10.0.16299/_._",
1365 "ref/net45/System.Buffers.dll",
1366 "ref/net45/System.Buffers.xml",
1367 "ref/netcoreapp2.0/_._",
1368 "ref/netstandard1.1/System.Buffers.dll",
1369 "ref/netstandard1.1/System.Buffers.xml",
1370 "ref/netstandard2.0/System.Buffers.dll",
1371 "ref/netstandard2.0/System.Buffers.xml",
1372 "ref/uap10.0.16299/_._",
1373 "useSharedDesignerContext.txt",
1374 "version.txt"
1375 ]
1376 },
1377 "System.Collections.Immutable/5.0.0": {
1378 "sha512": "FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==",
1379 "type": "package",
1380 "path": "system.collections.immutable/5.0.0",
1381 "files": [
1382 ".nupkg.metadata",
1383 ".signature.p7s",
1384 "Icon.png",
1385 "LICENSE.TXT",
1386 "THIRD-PARTY-NOTICES.TXT",
1387 "lib/net461/System.Collections.Immutable.dll",
1388 "lib/net461/System.Collections.Immutable.xml",
1389 "lib/netstandard1.0/System.Collections.Immutable.dll",
1390 "lib/netstandard1.0/System.Collections.Immutable.xml",
1391 "lib/netstandard1.3/System.Collections.Immutable.dll",
1392 "lib/netstandard1.3/System.Collections.Immutable.xml",
1393 "lib/netstandard2.0/System.Collections.Immutable.dll",
1394 "lib/netstandard2.0/System.Collections.Immutable.xml",
1395 "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll",
1396 "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml",
1397 "system.collections.immutable.5.0.0.nupkg.sha512",
1398 "system.collections.immutable.nuspec",
1399 "useSharedDesignerContext.txt",
1400 "version.txt"
1401 ]
1402 },
1403 "System.ComponentModel.Annotations/5.0.0": {
1404 "sha512": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==",
1405 "type": "package",
1406 "path": "system.componentmodel.annotations/5.0.0",
1407 "files": [
1408 ".nupkg.metadata",
1409 ".signature.p7s",
1410 "Icon.png",
1411 "LICENSE.TXT",
1412 "THIRD-PARTY-NOTICES.TXT",
1413 "lib/MonoAndroid10/_._",
1414 "lib/MonoTouch10/_._",
1415 "lib/net45/_._",
1416 "lib/net461/System.ComponentModel.Annotations.dll",
1417 "lib/netcore50/System.ComponentModel.Annotations.dll",
1418 "lib/netstandard1.4/System.ComponentModel.Annotations.dll",
1419 "lib/netstandard2.0/System.ComponentModel.Annotations.dll",
1420 "lib/netstandard2.1/System.ComponentModel.Annotations.dll",
1421 "lib/netstandard2.1/System.ComponentModel.Annotations.xml",
1422 "lib/portable-net45+win8/_._",
1423 "lib/win8/_._",
1424 "lib/xamarinios10/_._",
1425 "lib/xamarinmac20/_._",
1426 "lib/xamarintvos10/_._",
1427 "lib/xamarinwatchos10/_._",
1428 "ref/MonoAndroid10/_._",
1429 "ref/MonoTouch10/_._",
1430 "ref/net45/_._",
1431 "ref/net461/System.ComponentModel.Annotations.dll",
1432 "ref/net461/System.ComponentModel.Annotations.xml",
1433 "ref/netcore50/System.ComponentModel.Annotations.dll",
1434 "ref/netcore50/System.ComponentModel.Annotations.xml",
1435 "ref/netcore50/de/System.ComponentModel.Annotations.xml",
1436 "ref/netcore50/es/System.ComponentModel.Annotations.xml",
1437 "ref/netcore50/fr/System.ComponentModel.Annotations.xml",
1438 "ref/netcore50/it/System.ComponentModel.Annotations.xml",
1439 "ref/netcore50/ja/System.ComponentModel.Annotations.xml",
1440 "ref/netcore50/ko/System.ComponentModel.Annotations.xml",
1441 "ref/netcore50/ru/System.ComponentModel.Annotations.xml",
1442 "ref/netcore50/zh-hans/System.ComponentModel.Annotations.xml",
1443 "ref/netcore50/zh-hant/System.ComponentModel.Annotations.xml",
1444 "ref/netstandard1.1/System.ComponentModel.Annotations.dll",
1445 "ref/netstandard1.1/System.ComponentModel.Annotations.xml",
1446 "ref/netstandard1.1/de/System.ComponentModel.Annotations.xml",
1447 "ref/netstandard1.1/es/System.ComponentModel.Annotations.xml",
1448 "ref/netstandard1.1/fr/System.ComponentModel.Annotations.xml",
1449 "ref/netstandard1.1/it/System.ComponentModel.Annotations.xml",
1450 "ref/netstandard1.1/ja/System.ComponentModel.Annotations.xml",
1451 "ref/netstandard1.1/ko/System.ComponentModel.Annotations.xml",
1452 "ref/netstandard1.1/ru/System.ComponentModel.Annotations.xml",
1453 "ref/netstandard1.1/zh-hans/System.ComponentModel.Annotations.xml",
1454 "ref/netstandard1.1/zh-hant/System.ComponentModel.Annotations.xml",
1455 "ref/netstandard1.3/System.ComponentModel.Annotations.dll",
1456 "ref/netstandard1.3/System.ComponentModel.Annotations.xml",
1457 "ref/netstandard1.3/de/System.ComponentModel.Annotations.xml",
1458 "ref/netstandard1.3/es/System.ComponentModel.Annotations.xml",
1459 "ref/netstandard1.3/fr/System.ComponentModel.Annotations.xml",
1460 "ref/netstandard1.3/it/System.ComponentModel.Annotations.xml",
1461 "ref/netstandard1.3/ja/System.ComponentModel.Annotations.xml",
1462 "ref/netstandard1.3/ko/System.ComponentModel.Annotations.xml",
1463 "ref/netstandard1.3/ru/System.ComponentModel.Annotations.xml",
1464 "ref/netstandard1.3/zh-hans/System.ComponentModel.Annotations.xml",
1465 "ref/netstandard1.3/zh-hant/System.ComponentModel.Annotations.xml",
1466 "ref/netstandard1.4/System.ComponentModel.Annotations.dll",
1467 "ref/netstandard1.4/System.ComponentModel.Annotations.xml",
1468 "ref/netstandard1.4/de/System.ComponentModel.Annotations.xml",
1469 "ref/netstandard1.4/es/System.ComponentModel.Annotations.xml",
1470 "ref/netstandard1.4/fr/System.ComponentModel.Annotations.xml",
1471 "ref/netstandard1.4/it/System.ComponentModel.Annotations.xml",
1472 "ref/netstandard1.4/ja/System.ComponentModel.Annotations.xml",
1473 "ref/netstandard1.4/ko/System.ComponentModel.Annotations.xml",
1474 "ref/netstandard1.4/ru/System.ComponentModel.Annotations.xml",
1475 "ref/netstandard1.4/zh-hans/System.ComponentModel.Annotations.xml",
1476 "ref/netstandard1.4/zh-hant/System.ComponentModel.Annotations.xml",
1477 "ref/netstandard2.0/System.ComponentModel.Annotations.dll",
1478 "ref/netstandard2.0/System.ComponentModel.Annotations.xml",
1479 "ref/netstandard2.1/System.ComponentModel.Annotations.dll",
1480 "ref/netstandard2.1/System.ComponentModel.Annotations.xml",
1481 "ref/portable-net45+win8/_._",
1482 "ref/win8/_._",
1483 "ref/xamarinios10/_._",
1484 "ref/xamarinmac20/_._",
1485 "ref/xamarintvos10/_._",
1486 "ref/xamarinwatchos10/_._",
1487 "system.componentmodel.annotations.5.0.0.nupkg.sha512",
1488 "system.componentmodel.annotations.nuspec",
1489 "useSharedDesignerContext.txt",
1490 "version.txt"
1491 ]
1492 },
1493 "System.Data.SqlClient/4.8.6": {
1494 "sha512": "2Ij/LCaTQRyAi5lAv7UUTV9R2FobC8xN9mE0fXBZohum/xLl8IZVmE98Rq5ugQHjCgTBRKqpXRb4ORulRdA6Ig==",
1495 "type": "package",
1496 "path": "system.data.sqlclient/4.8.6",
1497 "files": [
1498 ".nupkg.metadata",
1499 ".signature.p7s",
1500 "Icon.png",
1501 "LICENSE.TXT",
1502 "THIRD-PARTY-NOTICES.TXT",
1503 "lib/MonoAndroid10/_._",
1504 "lib/MonoTouch10/_._",
1505 "lib/net451/System.Data.SqlClient.dll",
1506 "lib/net46/System.Data.SqlClient.dll",
1507 "lib/net461/System.Data.SqlClient.dll",
1508 "lib/net461/System.Data.SqlClient.xml",
1509 "lib/netcoreapp2.1/System.Data.SqlClient.dll",
1510 "lib/netcoreapp2.1/System.Data.SqlClient.xml",
1511 "lib/netstandard1.2/System.Data.SqlClient.dll",
1512 "lib/netstandard1.2/System.Data.SqlClient.xml",
1513 "lib/netstandard1.3/System.Data.SqlClient.dll",
1514 "lib/netstandard1.3/System.Data.SqlClient.xml",
1515 "lib/netstandard2.0/System.Data.SqlClient.dll",
1516 "lib/netstandard2.0/System.Data.SqlClient.xml",
1517 "lib/xamarinios10/_._",
1518 "lib/xamarinmac20/_._",
1519 "lib/xamarintvos10/_._",
1520 "lib/xamarinwatchos10/_._",
1521 "ref/MonoAndroid10/_._",
1522 "ref/MonoTouch10/_._",
1523 "ref/net451/System.Data.SqlClient.dll",
1524 "ref/net46/System.Data.SqlClient.dll",
1525 "ref/net461/System.Data.SqlClient.dll",
1526 "ref/net461/System.Data.SqlClient.xml",
1527 "ref/netcoreapp2.1/System.Data.SqlClient.dll",
1528 "ref/netcoreapp2.1/System.Data.SqlClient.xml",
1529 "ref/netstandard1.2/System.Data.SqlClient.dll",
1530 "ref/netstandard1.2/System.Data.SqlClient.xml",
1531 "ref/netstandard1.2/de/System.Data.SqlClient.xml",
1532 "ref/netstandard1.2/es/System.Data.SqlClient.xml",
1533 "ref/netstandard1.2/fr/System.Data.SqlClient.xml",
1534 "ref/netstandard1.2/it/System.Data.SqlClient.xml",
1535 "ref/netstandard1.2/ja/System.Data.SqlClient.xml",
1536 "ref/netstandard1.2/ko/System.Data.SqlClient.xml",
1537 "ref/netstandard1.2/ru/System.Data.SqlClient.xml",
1538 "ref/netstandard1.2/zh-hans/System.Data.SqlClient.xml",
1539 "ref/netstandard1.2/zh-hant/System.Data.SqlClient.xml",
1540 "ref/netstandard1.3/System.Data.SqlClient.dll",
1541 "ref/netstandard1.3/System.Data.SqlClient.xml",
1542 "ref/netstandard1.3/de/System.Data.SqlClient.xml",
1543 "ref/netstandard1.3/es/System.Data.SqlClient.xml",
1544 "ref/netstandard1.3/fr/System.Data.SqlClient.xml",
1545 "ref/netstandard1.3/it/System.Data.SqlClient.xml",
1546 "ref/netstandard1.3/ja/System.Data.SqlClient.xml",
1547 "ref/netstandard1.3/ko/System.Data.SqlClient.xml",
1548 "ref/netstandard1.3/ru/System.Data.SqlClient.xml",
1549 "ref/netstandard1.3/zh-hans/System.Data.SqlClient.xml",
1550 "ref/netstandard1.3/zh-hant/System.Data.SqlClient.xml",
1551 "ref/netstandard2.0/System.Data.SqlClient.dll",
1552 "ref/netstandard2.0/System.Data.SqlClient.xml",
1553 "ref/xamarinios10/_._",
1554 "ref/xamarinmac20/_._",
1555 "ref/xamarintvos10/_._",
1556 "ref/xamarinwatchos10/_._",
1557 "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll",
1558 "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.xml",
1559 "runtimes/unix/lib/netstandard1.3/System.Data.SqlClient.dll",
1560 "runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll",
1561 "runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.xml",
1562 "runtimes/win/lib/net451/System.Data.SqlClient.dll",
1563 "runtimes/win/lib/net46/System.Data.SqlClient.dll",
1564 "runtimes/win/lib/net461/System.Data.SqlClient.dll",
1565 "runtimes/win/lib/net461/System.Data.SqlClient.xml",
1566 "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll",
1567 "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.xml",
1568 "runtimes/win/lib/netstandard1.3/System.Data.SqlClient.dll",
1569 "runtimes/win/lib/netstandard2.0/System.Data.SqlClient.dll",
1570 "runtimes/win/lib/netstandard2.0/System.Data.SqlClient.xml",
1571 "runtimes/win/lib/uap10.0.16299/System.Data.SqlClient.dll",
1572 "runtimes/win/lib/uap10.0.16299/System.Data.SqlClient.xml",
1573 "system.data.sqlclient.4.8.6.nupkg.sha512",
1574 "system.data.sqlclient.nuspec",
1575 "useSharedDesignerContext.txt",
1576 "version.txt"
1577 ]
1578 },
1579 "System.Diagnostics.DiagnosticSource/5.0.1": {
1580 "sha512": "uXQEYqav2V3zP6OwkOKtLv+qIi6z3m1hsGyKwXX7ZA7htT4shoVccGxnJ9kVRFPNAsi1ArZTq2oh7WOto6GbkQ==",
1581 "type": "package",
1582 "path": "system.diagnostics.diagnosticsource/5.0.1",
1583 "files": [
1584 ".nupkg.metadata",
1585 ".signature.p7s",
1586 "Icon.png",
1587 "LICENSE.TXT",
1588 "THIRD-PARTY-NOTICES.TXT",
1589 "lib/net45/System.Diagnostics.DiagnosticSource.dll",
1590 "lib/net45/System.Diagnostics.DiagnosticSource.xml",
1591 "lib/net46/System.Diagnostics.DiagnosticSource.dll",
1592 "lib/net46/System.Diagnostics.DiagnosticSource.xml",
1593 "lib/net5.0/System.Diagnostics.DiagnosticSource.dll",
1594 "lib/net5.0/System.Diagnostics.DiagnosticSource.xml",
1595 "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll",
1596 "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml",
1597 "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll",
1598 "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml",
1599 "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll",
1600 "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml",
1601 "system.diagnostics.diagnosticsource.5.0.1.nupkg.sha512",
1602 "system.diagnostics.diagnosticsource.nuspec",
1603 "useSharedDesignerContext.txt",
1604 "version.txt"
1605 ]
1606 },
1607 "System.Drawing.Common/4.7.3": {
1608 "sha512": "B3+wwhAeoUQ6KeshWSq3IRLQiMoqPEzSHzyVyxTI/EbYuqIp90lXrRISlip2AF+5tj74ycIVPpnRY4M424HahA==",
1609 "type": "package",
1610 "path": "system.drawing.common/4.7.3",
1611 "files": [
1612 ".nupkg.metadata",
1613 ".signature.p7s",
1614 "Icon.png",
1615 "LICENSE.TXT",
1616 "THIRD-PARTY-NOTICES.TXT",
1617 "lib/MonoAndroid10/_._",
1618 "lib/MonoTouch10/_._",
1619 "lib/net461/System.Drawing.Common.dll",
1620 "lib/netstandard2.0/System.Drawing.Common.dll",
1621 "lib/xamarinios10/_._",
1622 "lib/xamarinmac20/_._",
1623 "lib/xamarintvos10/_._",
1624 "lib/xamarinwatchos10/_._",
1625 "ref/MonoAndroid10/_._",
1626 "ref/MonoTouch10/_._",
1627 "ref/net461/System.Drawing.Common.dll",
1628 "ref/netcoreapp3.0/System.Drawing.Common.dll",
1629 "ref/netcoreapp3.0/System.Drawing.Common.xml",
1630 "ref/netstandard2.0/System.Drawing.Common.dll",
1631 "ref/xamarinios10/_._",
1632 "ref/xamarinmac20/_._",
1633 "ref/xamarintvos10/_._",
1634 "ref/xamarinwatchos10/_._",
1635 "runtimes/unix/lib/netcoreapp2.0/System.Drawing.Common.dll",
1636 "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll",
1637 "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.xml",
1638 "runtimes/win/lib/netcoreapp2.0/System.Drawing.Common.dll",
1639 "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll",
1640 "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.xml",
1641 "system.drawing.common.4.7.3.nupkg.sha512",
1642 "system.drawing.common.nuspec",
1643 "useSharedDesignerContext.txt",
1644 "version.txt"
1645 ]
1646 },
1647 "System.Drawing.Primitives/4.3.0": {
1648 "sha512": "1QU/c35gwdhvj77fkScXQQbjiVAqIL3fEYn/19NE0CV/ic5TN5PyWAft8HsrbRd4SBLEoErNCkWSzMDc0MmbRw==",
1649 "type": "package",
1650 "path": "system.drawing.primitives/4.3.0",
1651 "files": [
1652 ".nupkg.metadata",
1653 ".signature.p7s",
1654 "ThirdPartyNotices.txt",
1655 "dotnet_library_license.txt",
1656 "lib/MonoAndroid10/_._",
1657 "lib/MonoTouch10/_._",
1658 "lib/net45/System.Drawing.Primitives.dll",
1659 "lib/netstandard1.1/System.Drawing.Primitives.dll",
1660 "lib/xamarinios10/_._",
1661 "lib/xamarinmac20/_._",
1662 "lib/xamarintvos10/_._",
1663 "lib/xamarinwatchos10/_._",
1664 "ref/MonoAndroid10/_._",
1665 "ref/MonoTouch10/_._",
1666 "ref/net45/System.Drawing.Primitives.dll",
1667 "ref/netstandard1.1/System.Drawing.Primitives.dll",
1668 "ref/xamarinios10/_._",
1669 "ref/xamarinmac20/_._",
1670 "ref/xamarintvos10/_._",
1671 "ref/xamarinwatchos10/_._",
1672 "system.drawing.primitives.4.3.0.nupkg.sha512",
1673 "system.drawing.primitives.nuspec"
1674 ]
1675 },
1676 "System.Formats.Asn1/8.0.1": {
1677 "sha512": "XqKba7Mm/koKSjKMfW82olQdmfbI5yqeoLV/tidRp7fbh5rmHAQ5raDI/7SU0swTzv+jgqtUGkzmFxuUg0it1A==",
1678 "type": "package",
1679 "path": "system.formats.asn1/8.0.1",
1680 "files": [
1681 ".nupkg.metadata",
1682 ".signature.p7s",
1683 "Icon.png",
1684 "LICENSE.TXT",
1685 "THIRD-PARTY-NOTICES.TXT",
1686 "buildTransitive/net461/System.Formats.Asn1.targets",
1687 "buildTransitive/net462/_._",
1688 "buildTransitive/net6.0/_._",
1689 "buildTransitive/netcoreapp2.0/System.Formats.Asn1.targets",
1690 "lib/net462/System.Formats.Asn1.dll",
1691 "lib/net462/System.Formats.Asn1.xml",
1692 "lib/net6.0/System.Formats.Asn1.dll",
1693 "lib/net6.0/System.Formats.Asn1.xml",
1694 "lib/net7.0/System.Formats.Asn1.dll",
1695 "lib/net7.0/System.Formats.Asn1.xml",
1696 "lib/net8.0/System.Formats.Asn1.dll",
1697 "lib/net8.0/System.Formats.Asn1.xml",
1698 "lib/netstandard2.0/System.Formats.Asn1.dll",
1699 "lib/netstandard2.0/System.Formats.Asn1.xml",
1700 "system.formats.asn1.8.0.1.nupkg.sha512",
1701 "system.formats.asn1.nuspec",
1702 "useSharedDesignerContext.txt"
1703 ]
1704 },
1705 "System.Memory/4.5.5": {
1706 "sha512": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==",
1707 "type": "package",
1708 "path": "system.memory/4.5.5",
1709 "files": [
1710 ".nupkg.metadata",
1711 ".signature.p7s",
1712 "LICENSE.TXT",
1713 "THIRD-PARTY-NOTICES.TXT",
1714 "lib/net461/System.Memory.dll",
1715 "lib/net461/System.Memory.xml",
1716 "lib/netcoreapp2.1/_._",
1717 "lib/netstandard1.1/System.Memory.dll",
1718 "lib/netstandard1.1/System.Memory.xml",
1719 "lib/netstandard2.0/System.Memory.dll",
1720 "lib/netstandard2.0/System.Memory.xml",
1721 "ref/netcoreapp2.1/_._",
1722 "system.memory.4.5.5.nupkg.sha512",
1723 "system.memory.nuspec",
1724 "useSharedDesignerContext.txt",
1725 "version.txt"
1726 ]
1727 },
1728 "System.Runtime/4.3.0": {
1729 "sha512": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
1730 "type": "package",
1731 "path": "system.runtime/4.3.0",
1732 "files": [
1733 ".nupkg.metadata",
1734 ".signature.p7s",
1735 "ThirdPartyNotices.txt",
1736 "dotnet_library_license.txt",
1737 "lib/MonoAndroid10/_._",
1738 "lib/MonoTouch10/_._",
1739 "lib/net45/_._",
1740 "lib/net462/System.Runtime.dll",
1741 "lib/portable-net45+win8+wp80+wpa81/_._",
1742 "lib/win8/_._",
1743 "lib/wp80/_._",
1744 "lib/wpa81/_._",
1745 "lib/xamarinios10/_._",
1746 "lib/xamarinmac20/_._",
1747 "lib/xamarintvos10/_._",
1748 "lib/xamarinwatchos10/_._",
1749 "ref/MonoAndroid10/_._",
1750 "ref/MonoTouch10/_._",
1751 "ref/net45/_._",
1752 "ref/net462/System.Runtime.dll",
1753 "ref/netcore50/System.Runtime.dll",
1754 "ref/netcore50/System.Runtime.xml",
1755 "ref/netcore50/de/System.Runtime.xml",
1756 "ref/netcore50/es/System.Runtime.xml",
1757 "ref/netcore50/fr/System.Runtime.xml",
1758 "ref/netcore50/it/System.Runtime.xml",
1759 "ref/netcore50/ja/System.Runtime.xml",
1760 "ref/netcore50/ko/System.Runtime.xml",
1761 "ref/netcore50/ru/System.Runtime.xml",
1762 "ref/netcore50/zh-hans/System.Runtime.xml",
1763 "ref/netcore50/zh-hant/System.Runtime.xml",
1764 "ref/netstandard1.0/System.Runtime.dll",
1765 "ref/netstandard1.0/System.Runtime.xml",
1766 "ref/netstandard1.0/de/System.Runtime.xml",
1767 "ref/netstandard1.0/es/System.Runtime.xml",
1768 "ref/netstandard1.0/fr/System.Runtime.xml",
1769 "ref/netstandard1.0/it/System.Runtime.xml",
1770 "ref/netstandard1.0/ja/System.Runtime.xml",
1771 "ref/netstandard1.0/ko/System.Runtime.xml",
1772 "ref/netstandard1.0/ru/System.Runtime.xml",
1773 "ref/netstandard1.0/zh-hans/System.Runtime.xml",
1774 "ref/netstandard1.0/zh-hant/System.Runtime.xml",
1775 "ref/netstandard1.2/System.Runtime.dll",
1776 "ref/netstandard1.2/System.Runtime.xml",
1777 "ref/netstandard1.2/de/System.Runtime.xml",
1778 "ref/netstandard1.2/es/System.Runtime.xml",
1779 "ref/netstandard1.2/fr/System.Runtime.xml",
1780 "ref/netstandard1.2/it/System.Runtime.xml",
1781 "ref/netstandard1.2/ja/System.Runtime.xml",
1782 "ref/netstandard1.2/ko/System.Runtime.xml",
1783 "ref/netstandard1.2/ru/System.Runtime.xml",
1784 "ref/netstandard1.2/zh-hans/System.Runtime.xml",
1785 "ref/netstandard1.2/zh-hant/System.Runtime.xml",
1786 "ref/netstandard1.3/System.Runtime.dll",
1787 "ref/netstandard1.3/System.Runtime.xml",
1788 "ref/netstandard1.3/de/System.Runtime.xml",
1789 "ref/netstandard1.3/es/System.Runtime.xml",
1790 "ref/netstandard1.3/fr/System.Runtime.xml",
1791 "ref/netstandard1.3/it/System.Runtime.xml",
1792 "ref/netstandard1.3/ja/System.Runtime.xml",
1793 "ref/netstandard1.3/ko/System.Runtime.xml",
1794 "ref/netstandard1.3/ru/System.Runtime.xml",
1795 "ref/netstandard1.3/zh-hans/System.Runtime.xml",
1796 "ref/netstandard1.3/zh-hant/System.Runtime.xml",
1797 "ref/netstandard1.5/System.Runtime.dll",
1798 "ref/netstandard1.5/System.Runtime.xml",
1799 "ref/netstandard1.5/de/System.Runtime.xml",
1800 "ref/netstandard1.5/es/System.Runtime.xml",
1801 "ref/netstandard1.5/fr/System.Runtime.xml",
1802 "ref/netstandard1.5/it/System.Runtime.xml",
1803 "ref/netstandard1.5/ja/System.Runtime.xml",
1804 "ref/netstandard1.5/ko/System.Runtime.xml",
1805 "ref/netstandard1.5/ru/System.Runtime.xml",
1806 "ref/netstandard1.5/zh-hans/System.Runtime.xml",
1807 "ref/netstandard1.5/zh-hant/System.Runtime.xml",
1808 "ref/portable-net45+win8+wp80+wpa81/_._",
1809 "ref/win8/_._",
1810 "ref/wp80/_._",
1811 "ref/wpa81/_._",
1812 "ref/xamarinios10/_._",
1813 "ref/xamarinmac20/_._",
1814 "ref/xamarintvos10/_._",
1815 "ref/xamarinwatchos10/_._",
1816 "system.runtime.4.3.0.nupkg.sha512",
1817 "system.runtime.nuspec"
1818 ]
1819 },
1820 "System.Runtime.CompilerServices.Unsafe/4.6.0": {
1821 "sha512": "HxozeSlipUK7dAroTYwIcGwKDeOVpQnJlpVaOkBz7CM4TsE5b/tKlQBZecTjh6FzcSbxndYaxxpsBMz+wMJeyw==",
1822 "type": "package",
1823 "path": "system.runtime.compilerservices.unsafe/4.6.0",
1824 "files": [
1825 ".nupkg.metadata",
1826 ".signature.p7s",
1827 "LICENSE.TXT",
1828 "THIRD-PARTY-NOTICES.TXT",
1829 "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll",
1830 "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.xml",
1831 "lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll",
1832 "lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml",
1833 "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll",
1834 "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml",
1835 "ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll",
1836 "ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml",
1837 "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll",
1838 "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml",
1839 "system.runtime.compilerservices.unsafe.4.6.0.nupkg.sha512",
1840 "system.runtime.compilerservices.unsafe.nuspec",
1841 "useSharedDesignerContext.txt",
1842 "version.txt"
1843 ]
1844 },
1845 "System.Runtime.Extensions/4.3.0": {
1846 "sha512": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
1847 "type": "package",
1848 "path": "system.runtime.extensions/4.3.0",
1849 "files": [
1850 ".nupkg.metadata",
1851 ".signature.p7s",
1852 "ThirdPartyNotices.txt",
1853 "dotnet_library_license.txt",
1854 "lib/MonoAndroid10/_._",
1855 "lib/MonoTouch10/_._",
1856 "lib/net45/_._",
1857 "lib/net462/System.Runtime.Extensions.dll",
1858 "lib/portable-net45+win8+wp8+wpa81/_._",
1859 "lib/win8/_._",
1860 "lib/wp80/_._",
1861 "lib/wpa81/_._",
1862 "lib/xamarinios10/_._",
1863 "lib/xamarinmac20/_._",
1864 "lib/xamarintvos10/_._",
1865 "lib/xamarinwatchos10/_._",
1866 "ref/MonoAndroid10/_._",
1867 "ref/MonoTouch10/_._",
1868 "ref/net45/_._",
1869 "ref/net462/System.Runtime.Extensions.dll",
1870 "ref/netcore50/System.Runtime.Extensions.dll",
1871 "ref/netcore50/System.Runtime.Extensions.xml",
1872 "ref/netcore50/de/System.Runtime.Extensions.xml",
1873 "ref/netcore50/es/System.Runtime.Extensions.xml",
1874 "ref/netcore50/fr/System.Runtime.Extensions.xml",
1875 "ref/netcore50/it/System.Runtime.Extensions.xml",
1876 "ref/netcore50/ja/System.Runtime.Extensions.xml",
1877 "ref/netcore50/ko/System.Runtime.Extensions.xml",
1878 "ref/netcore50/ru/System.Runtime.Extensions.xml",
1879 "ref/netcore50/zh-hans/System.Runtime.Extensions.xml",
1880 "ref/netcore50/zh-hant/System.Runtime.Extensions.xml",
1881 "ref/netstandard1.0/System.Runtime.Extensions.dll",
1882 "ref/netstandard1.0/System.Runtime.Extensions.xml",
1883 "ref/netstandard1.0/de/System.Runtime.Extensions.xml",
1884 "ref/netstandard1.0/es/System.Runtime.Extensions.xml",
1885 "ref/netstandard1.0/fr/System.Runtime.Extensions.xml",
1886 "ref/netstandard1.0/it/System.Runtime.Extensions.xml",
1887 "ref/netstandard1.0/ja/System.Runtime.Extensions.xml",
1888 "ref/netstandard1.0/ko/System.Runtime.Extensions.xml",
1889 "ref/netstandard1.0/ru/System.Runtime.Extensions.xml",
1890 "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml",
1891 "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml",
1892 "ref/netstandard1.3/System.Runtime.Extensions.dll",
1893 "ref/netstandard1.3/System.Runtime.Extensions.xml",
1894 "ref/netstandard1.3/de/System.Runtime.Extensions.xml",
1895 "ref/netstandard1.3/es/System.Runtime.Extensions.xml",
1896 "ref/netstandard1.3/fr/System.Runtime.Extensions.xml",
1897 "ref/netstandard1.3/it/System.Runtime.Extensions.xml",
1898 "ref/netstandard1.3/ja/System.Runtime.Extensions.xml",
1899 "ref/netstandard1.3/ko/System.Runtime.Extensions.xml",
1900 "ref/netstandard1.3/ru/System.Runtime.Extensions.xml",
1901 "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml",
1902 "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml",
1903 "ref/netstandard1.5/System.Runtime.Extensions.dll",
1904 "ref/netstandard1.5/System.Runtime.Extensions.xml",
1905 "ref/netstandard1.5/de/System.Runtime.Extensions.xml",
1906 "ref/netstandard1.5/es/System.Runtime.Extensions.xml",
1907 "ref/netstandard1.5/fr/System.Runtime.Extensions.xml",
1908 "ref/netstandard1.5/it/System.Runtime.Extensions.xml",
1909 "ref/netstandard1.5/ja/System.Runtime.Extensions.xml",
1910 "ref/netstandard1.5/ko/System.Runtime.Extensions.xml",
1911 "ref/netstandard1.5/ru/System.Runtime.Extensions.xml",
1912 "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml",
1913 "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml",
1914 "ref/portable-net45+win8+wp8+wpa81/_._",
1915 "ref/win8/_._",
1916 "ref/wp80/_._",
1917 "ref/wpa81/_._",
1918 "ref/xamarinios10/_._",
1919 "ref/xamarinmac20/_._",
1920 "ref/xamarintvos10/_._",
1921 "ref/xamarinwatchos10/_._",
1922 "system.runtime.extensions.4.3.0.nupkg.sha512",
1923 "system.runtime.extensions.nuspec"
1924 ]
1925 },
1926 "System.Security.AccessControl/4.7.0": {
1927 "sha512": "JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==",
1928 "type": "package",
1929 "path": "system.security.accesscontrol/4.7.0",
1930 "files": [
1931 ".nupkg.metadata",
1932 ".signature.p7s",
1933 "LICENSE.TXT",
1934 "THIRD-PARTY-NOTICES.TXT",
1935 "lib/net46/System.Security.AccessControl.dll",
1936 "lib/net461/System.Security.AccessControl.dll",
1937 "lib/net461/System.Security.AccessControl.xml",
1938 "lib/netstandard1.3/System.Security.AccessControl.dll",
1939 "lib/netstandard2.0/System.Security.AccessControl.dll",
1940 "lib/netstandard2.0/System.Security.AccessControl.xml",
1941 "lib/uap10.0.16299/_._",
1942 "ref/net46/System.Security.AccessControl.dll",
1943 "ref/net461/System.Security.AccessControl.dll",
1944 "ref/net461/System.Security.AccessControl.xml",
1945 "ref/netstandard1.3/System.Security.AccessControl.dll",
1946 "ref/netstandard1.3/System.Security.AccessControl.xml",
1947 "ref/netstandard1.3/de/System.Security.AccessControl.xml",
1948 "ref/netstandard1.3/es/System.Security.AccessControl.xml",
1949 "ref/netstandard1.3/fr/System.Security.AccessControl.xml",
1950 "ref/netstandard1.3/it/System.Security.AccessControl.xml",
1951 "ref/netstandard1.3/ja/System.Security.AccessControl.xml",
1952 "ref/netstandard1.3/ko/System.Security.AccessControl.xml",
1953 "ref/netstandard1.3/ru/System.Security.AccessControl.xml",
1954 "ref/netstandard1.3/zh-hans/System.Security.AccessControl.xml",
1955 "ref/netstandard1.3/zh-hant/System.Security.AccessControl.xml",
1956 "ref/netstandard2.0/System.Security.AccessControl.dll",
1957 "ref/netstandard2.0/System.Security.AccessControl.xml",
1958 "ref/uap10.0.16299/_._",
1959 "runtimes/win/lib/net46/System.Security.AccessControl.dll",
1960 "runtimes/win/lib/net461/System.Security.AccessControl.dll",
1961 "runtimes/win/lib/net461/System.Security.AccessControl.xml",
1962 "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll",
1963 "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.xml",
1964 "runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll",
1965 "runtimes/win/lib/uap10.0.16299/_._",
1966 "system.security.accesscontrol.4.7.0.nupkg.sha512",
1967 "system.security.accesscontrol.nuspec",
1968 "useSharedDesignerContext.txt",
1969 "version.txt"
1970 ]
1971 },
1972 "System.Security.Cryptography.Cng/4.7.0": {
1973 "sha512": "4WQjFuypWtxb/bl/YwEE7LYGn4fgpsikFfBU6xwEm4YBYiRAhXAEJ62lILBu2JJSFbClIAntFTGfDZafn8yZTg==",
1974 "type": "package",
1975 "path": "system.security.cryptography.cng/4.7.0",
1976 "files": [
1977 ".nupkg.metadata",
1978 ".signature.p7s",
1979 "LICENSE.TXT",
1980 "THIRD-PARTY-NOTICES.TXT",
1981 "lib/MonoAndroid10/_._",
1982 "lib/MonoTouch10/_._",
1983 "lib/net46/System.Security.Cryptography.Cng.dll",
1984 "lib/net461/System.Security.Cryptography.Cng.dll",
1985 "lib/net461/System.Security.Cryptography.Cng.xml",
1986 "lib/net462/System.Security.Cryptography.Cng.dll",
1987 "lib/net462/System.Security.Cryptography.Cng.xml",
1988 "lib/net47/System.Security.Cryptography.Cng.dll",
1989 "lib/net47/System.Security.Cryptography.Cng.xml",
1990 "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll",
1991 "lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll",
1992 "lib/netcoreapp3.0/System.Security.Cryptography.Cng.xml",
1993 "lib/netstandard1.3/System.Security.Cryptography.Cng.dll",
1994 "lib/netstandard1.4/System.Security.Cryptography.Cng.dll",
1995 "lib/netstandard1.6/System.Security.Cryptography.Cng.dll",
1996 "lib/netstandard2.0/System.Security.Cryptography.Cng.dll",
1997 "lib/netstandard2.0/System.Security.Cryptography.Cng.xml",
1998 "lib/netstandard2.1/System.Security.Cryptography.Cng.dll",
1999 "lib/netstandard2.1/System.Security.Cryptography.Cng.xml",
2000 "lib/uap10.0.16299/_._",
2001 "lib/xamarinios10/_._",
2002 "lib/xamarinmac20/_._",
2003 "lib/xamarintvos10/_._",
2004 "lib/xamarinwatchos10/_._",
2005 "ref/MonoAndroid10/_._",
2006 "ref/MonoTouch10/_._",
2007 "ref/net46/System.Security.Cryptography.Cng.dll",
2008 "ref/net461/System.Security.Cryptography.Cng.dll",
2009 "ref/net461/System.Security.Cryptography.Cng.xml",
2010 "ref/net462/System.Security.Cryptography.Cng.dll",
2011 "ref/net462/System.Security.Cryptography.Cng.xml",
2012 "ref/net47/System.Security.Cryptography.Cng.dll",
2013 "ref/net47/System.Security.Cryptography.Cng.xml",
2014 "ref/netcoreapp2.0/System.Security.Cryptography.Cng.dll",
2015 "ref/netcoreapp2.0/System.Security.Cryptography.Cng.xml",
2016 "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll",
2017 "ref/netcoreapp2.1/System.Security.Cryptography.Cng.xml",
2018 "ref/netcoreapp3.0/System.Security.Cryptography.Cng.dll",
2019 "ref/netcoreapp3.0/System.Security.Cryptography.Cng.xml",
2020 "ref/netstandard1.3/System.Security.Cryptography.Cng.dll",
2021 "ref/netstandard1.4/System.Security.Cryptography.Cng.dll",
2022 "ref/netstandard1.6/System.Security.Cryptography.Cng.dll",
2023 "ref/netstandard2.0/System.Security.Cryptography.Cng.dll",
2024 "ref/netstandard2.0/System.Security.Cryptography.Cng.xml",
2025 "ref/netstandard2.1/System.Security.Cryptography.Cng.dll",
2026 "ref/netstandard2.1/System.Security.Cryptography.Cng.xml",
2027 "ref/uap10.0.16299/_._",
2028 "ref/xamarinios10/_._",
2029 "ref/xamarinmac20/_._",
2030 "ref/xamarintvos10/_._",
2031 "ref/xamarinwatchos10/_._",
2032 "runtimes/win/lib/net46/System.Security.Cryptography.Cng.dll",
2033 "runtimes/win/lib/net461/System.Security.Cryptography.Cng.dll",
2034 "runtimes/win/lib/net461/System.Security.Cryptography.Cng.xml",
2035 "runtimes/win/lib/net462/System.Security.Cryptography.Cng.dll",
2036 "runtimes/win/lib/net462/System.Security.Cryptography.Cng.xml",
2037 "runtimes/win/lib/net47/System.Security.Cryptography.Cng.dll",
2038 "runtimes/win/lib/net47/System.Security.Cryptography.Cng.xml",
2039 "runtimes/win/lib/netcoreapp2.0/System.Security.Cryptography.Cng.dll",
2040 "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll",
2041 "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll",
2042 "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Cng.xml",
2043 "runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll",
2044 "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll",
2045 "runtimes/win/lib/uap10.0.16299/_._",
2046 "system.security.cryptography.cng.4.7.0.nupkg.sha512",
2047 "system.security.cryptography.cng.nuspec",
2048 "useSharedDesignerContext.txt",
2049 "version.txt"
2050 ]
2051 },
2052 "System.Security.Cryptography.Pkcs/4.7.0": {
2053 "sha512": "0Srzh6YlhjuMxaqMyeCCdZs22cucaUAG6SKDd3gNHBJmre0VZ71ekzWu9rvLD4YXPetyNdPvV6Qst+8C++9v3Q==",
2054 "type": "package",
2055 "path": "system.security.cryptography.pkcs/4.7.0",
2056 "files": [
2057 ".nupkg.metadata",
2058 ".signature.p7s",
2059 "LICENSE.TXT",
2060 "THIRD-PARTY-NOTICES.TXT",
2061 "lib/net46/System.Security.Cryptography.Pkcs.dll",
2062 "lib/net461/System.Security.Cryptography.Pkcs.dll",
2063 "lib/net461/System.Security.Cryptography.Pkcs.xml",
2064 "lib/netcoreapp2.1/System.Security.Cryptography.Pkcs.dll",
2065 "lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll",
2066 "lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.xml",
2067 "lib/netstandard1.3/System.Security.Cryptography.Pkcs.dll",
2068 "lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll",
2069 "lib/netstandard2.0/System.Security.Cryptography.Pkcs.xml",
2070 "lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll",
2071 "lib/netstandard2.1/System.Security.Cryptography.Pkcs.xml",
2072 "ref/net46/System.Security.Cryptography.Pkcs.dll",
2073 "ref/net461/System.Security.Cryptography.Pkcs.dll",
2074 "ref/net461/System.Security.Cryptography.Pkcs.xml",
2075 "ref/netcoreapp2.1/System.Security.Cryptography.Pkcs.dll",
2076 "ref/netcoreapp2.1/System.Security.Cryptography.Pkcs.xml",
2077 "ref/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll",
2078 "ref/netcoreapp3.0/System.Security.Cryptography.Pkcs.xml",
2079 "ref/netstandard1.3/System.Security.Cryptography.Pkcs.dll",
2080 "ref/netstandard2.0/System.Security.Cryptography.Pkcs.dll",
2081 "ref/netstandard2.0/System.Security.Cryptography.Pkcs.xml",
2082 "ref/netstandard2.1/System.Security.Cryptography.Pkcs.dll",
2083 "ref/netstandard2.1/System.Security.Cryptography.Pkcs.xml",
2084 "runtimes/win/lib/net46/System.Security.Cryptography.Pkcs.dll",
2085 "runtimes/win/lib/net461/System.Security.Cryptography.Pkcs.dll",
2086 "runtimes/win/lib/net461/System.Security.Cryptography.Pkcs.xml",
2087 "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Pkcs.dll",
2088 "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll",
2089 "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.xml",
2090 "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Pkcs.dll",
2091 "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll",
2092 "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.Pkcs.xml",
2093 "runtimes/win/lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll",
2094 "runtimes/win/lib/netstandard2.1/System.Security.Cryptography.Pkcs.xml",
2095 "system.security.cryptography.pkcs.4.7.0.nupkg.sha512",
2096 "system.security.cryptography.pkcs.nuspec",
2097 "useSharedDesignerContext.txt",
2098 "version.txt"
2099 ]
2100 },
2101 "System.Security.Principal.Windows/4.7.0": {
2102 "sha512": "ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==",
2103 "type": "package",
2104 "path": "system.security.principal.windows/4.7.0",
2105 "files": [
2106 ".nupkg.metadata",
2107 ".signature.p7s",
2108 "LICENSE.TXT",
2109 "THIRD-PARTY-NOTICES.TXT",
2110 "lib/net46/System.Security.Principal.Windows.dll",
2111 "lib/net461/System.Security.Principal.Windows.dll",
2112 "lib/net461/System.Security.Principal.Windows.xml",
2113 "lib/netstandard1.3/System.Security.Principal.Windows.dll",
2114 "lib/netstandard2.0/System.Security.Principal.Windows.dll",
2115 "lib/netstandard2.0/System.Security.Principal.Windows.xml",
2116 "lib/uap10.0.16299/_._",
2117 "ref/net46/System.Security.Principal.Windows.dll",
2118 "ref/net461/System.Security.Principal.Windows.dll",
2119 "ref/net461/System.Security.Principal.Windows.xml",
2120 "ref/netcoreapp3.0/System.Security.Principal.Windows.dll",
2121 "ref/netcoreapp3.0/System.Security.Principal.Windows.xml",
2122 "ref/netstandard1.3/System.Security.Principal.Windows.dll",
2123 "ref/netstandard1.3/System.Security.Principal.Windows.xml",
2124 "ref/netstandard1.3/de/System.Security.Principal.Windows.xml",
2125 "ref/netstandard1.3/es/System.Security.Principal.Windows.xml",
2126 "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml",
2127 "ref/netstandard1.3/it/System.Security.Principal.Windows.xml",
2128 "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml",
2129 "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml",
2130 "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml",
2131 "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml",
2132 "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml",
2133 "ref/netstandard2.0/System.Security.Principal.Windows.dll",
2134 "ref/netstandard2.0/System.Security.Principal.Windows.xml",
2135 "ref/uap10.0.16299/_._",
2136 "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
2137 "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.xml",
2138 "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll",
2139 "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.xml",
2140 "runtimes/win/lib/net46/System.Security.Principal.Windows.dll",
2141 "runtimes/win/lib/net461/System.Security.Principal.Windows.dll",
2142 "runtimes/win/lib/net461/System.Security.Principal.Windows.xml",
2143 "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
2144 "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.xml",
2145 "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll",
2146 "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.xml",
2147 "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll",
2148 "runtimes/win/lib/uap10.0.16299/_._",
2149 "system.security.principal.windows.4.7.0.nupkg.sha512",
2150 "system.security.principal.windows.nuspec",
2151 "useSharedDesignerContext.txt",
2152 "version.txt"
2153 ]
2154 },
2155 "System.Text.Encoding.CodePages/4.7.1": {
2156 "sha512": "i2fOvznVVgOOTLUz8FgSap/MsR98I4Iaoz99VXcOW/e7Y2OdY42zhYpBYpZyivk5alYY/UsOWAVswhtjxceodA==",
2157 "type": "package",
2158 "path": "system.text.encoding.codepages/4.7.1",
2159 "files": [
2160 ".nupkg.metadata",
2161 ".signature.p7s",
2162 "Icon.png",
2163 "LICENSE.TXT",
2164 "THIRD-PARTY-NOTICES.TXT",
2165 "lib/MonoAndroid10/_._",
2166 "lib/MonoTouch10/_._",
2167 "lib/net46/System.Text.Encoding.CodePages.dll",
2168 "lib/net461/System.Text.Encoding.CodePages.dll",
2169 "lib/net461/System.Text.Encoding.CodePages.xml",
2170 "lib/netstandard1.3/System.Text.Encoding.CodePages.dll",
2171 "lib/netstandard2.0/System.Text.Encoding.CodePages.dll",
2172 "lib/netstandard2.0/System.Text.Encoding.CodePages.xml",
2173 "lib/xamarinios10/_._",
2174 "lib/xamarinmac20/_._",
2175 "lib/xamarintvos10/_._",
2176 "lib/xamarinwatchos10/_._",
2177 "ref/MonoAndroid10/_._",
2178 "ref/MonoTouch10/_._",
2179 "ref/xamarinios10/_._",
2180 "ref/xamarinmac20/_._",
2181 "ref/xamarintvos10/_._",
2182 "ref/xamarinwatchos10/_._",
2183 "runtimes/win/lib/net461/System.Text.Encoding.CodePages.dll",
2184 "runtimes/win/lib/net461/System.Text.Encoding.CodePages.xml",
2185 "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll",
2186 "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.xml",
2187 "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll",
2188 "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.dll",
2189 "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.xml",
2190 "system.text.encoding.codepages.4.7.1.nupkg.sha512",
2191 "system.text.encoding.codepages.nuspec",
2192 "useSharedDesignerContext.txt",
2193 "version.txt"
2194 ]
2195 }
2196 },
2197 "projectFileDependencyGroups": {
2198 ".NETCoreApp,Version=v3.1": [
2199 "EPPlus >= 7.0.9",
2200 "Microsoft.EntityFrameworkCore >= 5.0.9",
2201 "Npgsql >= 4.1.0",
2202 "Npgsql.EntityFrameworkCore.PostgreSQL >= 3.0.0",
2203 "SSH.NET >= 2024.2.0",
2204 "System.Data.SqlClient >= 4.8.6"
2205 ]
2206 },
2207 "packageFolders": {
2208 "C:\\Users\\ardit\\.nuget\\packages\\": {},
2209 "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
2210 },
2211 "project": {
2212 "version": "1.0.0",
2213 "restore": {
2214 "projectUniqueName": "C:\\Users\\ardit\\Desktop\\Ardit\\Bazi\\TrustShield\\TrustShield\\db_tsh\\db_tsh.csproj",
2215 "projectName": "db_tsh",
2216 "projectPath": "C:\\Users\\ardit\\Desktop\\Ardit\\Bazi\\TrustShield\\TrustShield\\db_tsh\\db_tsh.csproj",
2217 "packagesPath": "C:\\Users\\ardit\\.nuget\\packages\\",
2218 "outputPath": "C:\\Users\\ardit\\Desktop\\Ardit\\Bazi\\TrustShield\\TrustShield\\db_tsh\\obj\\",
2219 "projectStyle": "PackageReference",
2220 "fallbackFolders": [
2221 "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
2222 ],
2223 "configFilePaths": [
2224 "C:\\Users\\ardit\\AppData\\Roaming\\NuGet\\NuGet.Config",
2225 "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
2226 "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
2227 ],
2228 "originalTargetFrameworks": [
2229 "netcoreapp3.1"
2230 ],
2231 "sources": {
2232 "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
2233 "C:\\Program Files\\dotnet\\library-packs": {},
2234 "https://api.nuget.org/v3/index.json": {}
2235 },
2236 "frameworks": {
2237 "netcoreapp3.1": {
2238 "targetAlias": "netcoreapp3.1",
2239 "projectReferences": {}
2240 }
2241 },
2242 "warningProperties": {
2243 "warnAsError": [
2244 "NU1605"
2245 ]
2246 }
2247 },
2248 "frameworks": {
2249 "netcoreapp3.1": {
2250 "targetAlias": "netcoreapp3.1",
2251 "dependencies": {
2252 "EPPlus": {
2253 "target": "Package",
2254 "version": "[7.0.9, )"
2255 },
2256 "Microsoft.EntityFrameworkCore": {
2257 "target": "Package",
2258 "version": "[5.0.9, )"
2259 },
2260 "Npgsql": {
2261 "target": "Package",
2262 "version": "[4.1.0, )"
2263 },
2264 "Npgsql.EntityFrameworkCore.PostgreSQL": {
2265 "target": "Package",
2266 "version": "[3.0.0, )"
2267 },
2268 "SSH.NET": {
2269 "target": "Package",
2270 "version": "[2024.2.0, )"
2271 },
2272 "System.Data.SqlClient": {
2273 "target": "Package",
2274 "version": "[4.8.6, )"
2275 }
2276 },
2277 "imports": [
2278 "net461",
2279 "net462",
2280 "net47",
2281 "net471",
2282 "net472",
2283 "net48"
2284 ],
2285 "assetTargetFallback": true,
2286 "warn": true,
2287 "downloadDependencies": [
2288 {
2289 "name": "Microsoft.NETCore.App.Host.win-x64",
2290 "version": "[3.1.25, 3.1.25]"
2291 }
2292 ],
2293 "frameworkReferences": {
2294 "Microsoft.AspNetCore.App": {
2295 "privateAssets": "none"
2296 },
2297 "Microsoft.NETCore.App": {
2298 "privateAssets": "all"
2299 }
2300 },
2301 "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.408\\RuntimeIdentifierGraph.json"
2302 }
2303 }
2304 }
2305}
Note: See TracBrowser for help on using the repository browser.