project.assets.json 35 KB
Newer Older
Mattia's avatar
Mattia committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699
{
  "version": 3,
  "targets": {
    ".NETStandard,Version=v2.0": {
      "Microsoft.NETCore.Platforms/1.1.0": {
        "type": "package",
        "compile": {
          "lib/netstandard1.0/_._": {}
        },
        "runtime": {
          "lib/netstandard1.0/_._": {}
        }
      },
      "NETStandard.Library/2.0.3": {
        "type": "package",
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0"
        },
        "compile": {
          "lib/netstandard1.0/_._": {}
        },
        "runtime": {
          "lib/netstandard1.0/_._": {}
        },
        "build": {
          "build/netstandard2.0/NETStandard.Library.targets": {}
        }
      },
      "System.Numerics.Vectors/4.5.0": {
        "type": "package",
        "compile": {
          "ref/netstandard2.0/System.Numerics.Vectors.dll": {}
        },
        "runtime": {
          "lib/netstandard2.0/System.Numerics.Vectors.dll": {}
        }
      },
      "Xamarin.Essentials/1.5.3.2": {
        "type": "package",
        "dependencies": {
          "System.Numerics.Vectors": "4.5.0"
        },
        "compile": {
          "lib/netstandard2.0/Xamarin.Essentials.dll": {}
        },
        "runtime": {
          "lib/netstandard2.0/Xamarin.Essentials.dll": {}
        }
      },
      "Xamarin.Forms/4.8.0.1451": {
        "type": "package",
        "compile": {
          "lib/netstandard2.0/Xamarin.Forms.Core.dll": {},
          "lib/netstandard2.0/Xamarin.Forms.Platform.dll": {},
          "lib/netstandard2.0/Xamarin.Forms.Xaml.dll": {}
        },
        "runtime": {
          "lib/netstandard2.0/Xamarin.Forms.Core.dll": {},
          "lib/netstandard2.0/Xamarin.Forms.Platform.dll": {},
          "lib/netstandard2.0/Xamarin.Forms.Xaml.dll": {}
        },
        "build": {
          "buildTransitive/Xamarin.Forms.props": {},
          "buildTransitive/Xamarin.Forms.targets": {}
        }
      }
    }
  },
  "libraries": {
    "Microsoft.NETCore.Platforms/1.1.0": {
      "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
      "type": "package",
      "path": "microsoft.netcore.platforms/1.1.0",
      "files": [
        ".nupkg.metadata",
        ".signature.p7s",
        "ThirdPartyNotices.txt",
        "dotnet_library_license.txt",
        "lib/netstandard1.0/_._",
        "microsoft.netcore.platforms.1.1.0.nupkg.sha512",
        "microsoft.netcore.platforms.nuspec",
        "runtime.json"
      ]
    },
    "NETStandard.Library/2.0.3": {
      "sha512": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==",
      "type": "package",
      "path": "netstandard.library/2.0.3",
      "files": [
        ".nupkg.metadata",
        ".signature.p7s",
        "LICENSE.TXT",
        "THIRD-PARTY-NOTICES.TXT",
        "build/netstandard2.0/NETStandard.Library.targets",
        "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll",
        "build/netstandard2.0/ref/System.AppContext.dll",
        "build/netstandard2.0/ref/System.Collections.Concurrent.dll",
        "build/netstandard2.0/ref/System.Collections.NonGeneric.dll",
        "build/netstandard2.0/ref/System.Collections.Specialized.dll",
        "build/netstandard2.0/ref/System.Collections.dll",
        "build/netstandard2.0/ref/System.ComponentModel.Composition.dll",
        "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll",
        "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll",
        "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll",
        "build/netstandard2.0/ref/System.ComponentModel.dll",
        "build/netstandard2.0/ref/System.Console.dll",
        "build/netstandard2.0/ref/System.Core.dll",
        "build/netstandard2.0/ref/System.Data.Common.dll",
        "build/netstandard2.0/ref/System.Data.dll",
        "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll",
        "build/netstandard2.0/ref/System.Diagnostics.Debug.dll",
        "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll",
        "build/netstandard2.0/ref/System.Diagnostics.Process.dll",
        "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll",
        "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll",
        "build/netstandard2.0/ref/System.Diagnostics.Tools.dll",
        "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll",
        "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll",
        "build/netstandard2.0/ref/System.Drawing.Primitives.dll",
        "build/netstandard2.0/ref/System.Drawing.dll",
        "build/netstandard2.0/ref/System.Dynamic.Runtime.dll",
        "build/netstandard2.0/ref/System.Globalization.Calendars.dll",
        "build/netstandard2.0/ref/System.Globalization.Extensions.dll",
        "build/netstandard2.0/ref/System.Globalization.dll",
        "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll",
        "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll",
        "build/netstandard2.0/ref/System.IO.Compression.dll",
        "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll",
        "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll",
        "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll",
        "build/netstandard2.0/ref/System.IO.FileSystem.dll",
        "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll",
        "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll",
        "build/netstandard2.0/ref/System.IO.Pipes.dll",
        "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll",
        "build/netstandard2.0/ref/System.IO.dll",
        "build/netstandard2.0/ref/System.Linq.Expressions.dll",
        "build/netstandard2.0/ref/System.Linq.Parallel.dll",
        "build/netstandard2.0/ref/System.Linq.Queryable.dll",
        "build/netstandard2.0/ref/System.Linq.dll",
        "build/netstandard2.0/ref/System.Net.Http.dll",
        "build/netstandard2.0/ref/System.Net.NameResolution.dll",
        "build/netstandard2.0/ref/System.Net.NetworkInformation.dll",
        "build/netstandard2.0/ref/System.Net.Ping.dll",
        "build/netstandard2.0/ref/System.Net.Primitives.dll",
        "build/netstandard2.0/ref/System.Net.Requests.dll",
        "build/netstandard2.0/ref/System.Net.Security.dll",
        "build/netstandard2.0/ref/System.Net.Sockets.dll",
        "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll",
        "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll",
        "build/netstandard2.0/ref/System.Net.WebSockets.dll",
        "build/netstandard2.0/ref/System.Net.dll",
        "build/netstandard2.0/ref/System.Numerics.dll",
        "build/netstandard2.0/ref/System.ObjectModel.dll",
        "build/netstandard2.0/ref/System.Reflection.Extensions.dll",
        "build/netstandard2.0/ref/System.Reflection.Primitives.dll",
        "build/netstandard2.0/ref/System.Reflection.dll",
        "build/netstandard2.0/ref/System.Resources.Reader.dll",
        "build/netstandard2.0/ref/System.Resources.ResourceManager.dll",
        "build/netstandard2.0/ref/System.Resources.Writer.dll",
        "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll",
        "build/netstandard2.0/ref/System.Runtime.Extensions.dll",
        "build/netstandard2.0/ref/System.Runtime.Handles.dll",
        "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll",
        "build/netstandard2.0/ref/System.Runtime.InteropServices.dll",
        "build/netstandard2.0/ref/System.Runtime.Numerics.dll",
        "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll",
        "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll",
        "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll",
        "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll",
        "build/netstandard2.0/ref/System.Runtime.Serialization.dll",
        "build/netstandard2.0/ref/System.Runtime.dll",
        "build/netstandard2.0/ref/System.Security.Claims.dll",
        "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll",
        "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll",
        "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll",
        "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll",
        "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll",
        "build/netstandard2.0/ref/System.Security.Principal.dll",
        "build/netstandard2.0/ref/System.Security.SecureString.dll",
        "build/netstandard2.0/ref/System.ServiceModel.Web.dll",
        "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll",
        "build/netstandard2.0/ref/System.Text.Encoding.dll",
        "build/netstandard2.0/ref/System.Text.RegularExpressions.dll",
        "build/netstandard2.0/ref/System.Threading.Overlapped.dll",
        "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll",
        "build/netstandard2.0/ref/System.Threading.Tasks.dll",
        "build/netstandard2.0/ref/System.Threading.Thread.dll",
        "build/netstandard2.0/ref/System.Threading.ThreadPool.dll",
        "build/netstandard2.0/ref/System.Threading.Timer.dll",
        "build/netstandard2.0/ref/System.Threading.dll",
        "build/netstandard2.0/ref/System.Transactions.dll",
        "build/netstandard2.0/ref/System.ValueTuple.dll",
        "build/netstandard2.0/ref/System.Web.dll",
        "build/netstandard2.0/ref/System.Windows.dll",
        "build/netstandard2.0/ref/System.Xml.Linq.dll",
        "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll",
        "build/netstandard2.0/ref/System.Xml.Serialization.dll",
        "build/netstandard2.0/ref/System.Xml.XDocument.dll",
        "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll",
        "build/netstandard2.0/ref/System.Xml.XPath.dll",
        "build/netstandard2.0/ref/System.Xml.XmlDocument.dll",
        "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll",
        "build/netstandard2.0/ref/System.Xml.dll",
        "build/netstandard2.0/ref/System.dll",
        "build/netstandard2.0/ref/mscorlib.dll",
        "build/netstandard2.0/ref/netstandard.dll",
        "build/netstandard2.0/ref/netstandard.xml",
        "lib/netstandard1.0/_._",
        "netstandard.library.2.0.3.nupkg.sha512",
        "netstandard.library.nuspec"
      ]
    },
    "System.Numerics.Vectors/4.5.0": {
      "sha512": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
      "type": "package",
      "path": "system.numerics.vectors/4.5.0",
      "files": [
        ".nupkg.metadata",
        ".signature.p7s",
        "LICENSE.TXT",
        "THIRD-PARTY-NOTICES.TXT",
        "lib/MonoAndroid10/_._",
        "lib/MonoTouch10/_._",
        "lib/net46/System.Numerics.Vectors.dll",
        "lib/net46/System.Numerics.Vectors.xml",
        "lib/netcoreapp2.0/_._",
        "lib/netstandard1.0/System.Numerics.Vectors.dll",
        "lib/netstandard1.0/System.Numerics.Vectors.xml",
        "lib/netstandard2.0/System.Numerics.Vectors.dll",
        "lib/netstandard2.0/System.Numerics.Vectors.xml",
        "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll",
        "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml",
        "lib/uap10.0.16299/_._",
        "lib/xamarinios10/_._",
        "lib/xamarinmac20/_._",
        "lib/xamarintvos10/_._",
        "lib/xamarinwatchos10/_._",
        "ref/MonoAndroid10/_._",
        "ref/MonoTouch10/_._",
        "ref/net45/System.Numerics.Vectors.dll",
        "ref/net45/System.Numerics.Vectors.xml",
        "ref/net46/System.Numerics.Vectors.dll",
        "ref/net46/System.Numerics.Vectors.xml",
        "ref/netcoreapp2.0/_._",
        "ref/netstandard1.0/System.Numerics.Vectors.dll",
        "ref/netstandard1.0/System.Numerics.Vectors.xml",
        "ref/netstandard2.0/System.Numerics.Vectors.dll",
        "ref/netstandard2.0/System.Numerics.Vectors.xml",
        "ref/uap10.0.16299/_._",
        "ref/xamarinios10/_._",
        "ref/xamarinmac20/_._",
        "ref/xamarintvos10/_._",
        "ref/xamarinwatchos10/_._",
        "system.numerics.vectors.4.5.0.nupkg.sha512",
        "system.numerics.vectors.nuspec",
        "useSharedDesignerContext.txt",
        "version.txt"
      ]
    },
    "Xamarin.Essentials/1.5.3.2": {
      "sha512": "BSLgDJUOPFRwTpQaftM+s4qb/MsTjrqXulEYDOcK6KF3i0Orf75zo3RwRfqnQ8WfpoEFxW/v0jgcPWCvOMgHxg==",
      "type": "package",
      "path": "xamarin.essentials/1.5.3.2",
      "files": [
        ".nupkg.metadata",
        ".signature.p7s",
        "LICENSE",
        "icon.png",
        "lib/monoandroid10.0/Xamarin.Essentials.dll",
        "lib/monoandroid10.0/Xamarin.Essentials.pdb",
        "lib/monoandroid10.0/Xamarin.Essentials.xml",
        "lib/monoandroid80/Xamarin.Essentials.dll",
        "lib/monoandroid80/Xamarin.Essentials.pdb",
        "lib/monoandroid80/Xamarin.Essentials.xml",
        "lib/monoandroid81/Xamarin.Essentials.dll",
        "lib/monoandroid81/Xamarin.Essentials.pdb",
        "lib/monoandroid81/Xamarin.Essentials.xml",
        "lib/monoandroid90/Xamarin.Essentials.dll",
        "lib/monoandroid90/Xamarin.Essentials.pdb",
        "lib/monoandroid90/Xamarin.Essentials.xml",
        "lib/netstandard1.0/Xamarin.Essentials.dll",
        "lib/netstandard1.0/Xamarin.Essentials.pdb",
        "lib/netstandard1.0/Xamarin.Essentials.xml",
        "lib/netstandard2.0/Xamarin.Essentials.dll",
        "lib/netstandard2.0/Xamarin.Essentials.pdb",
        "lib/netstandard2.0/Xamarin.Essentials.xml",
        "lib/tizen40/Xamarin.Essentials.dll",
        "lib/tizen40/Xamarin.Essentials.pdb",
        "lib/tizen40/Xamarin.Essentials.xml",
        "lib/uap10.0.16299/Xamarin.Essentials.dll",
        "lib/uap10.0.16299/Xamarin.Essentials.pdb",
        "lib/uap10.0.16299/Xamarin.Essentials.pri",
        "lib/uap10.0.16299/Xamarin.Essentials.xml",
        "lib/xamarinios10/Xamarin.Essentials.dll",
        "lib/xamarinios10/Xamarin.Essentials.pdb",
        "lib/xamarinios10/Xamarin.Essentials.xml",
        "lib/xamarintvos10/Xamarin.Essentials.dll",
        "lib/xamarintvos10/Xamarin.Essentials.pdb",
        "lib/xamarintvos10/Xamarin.Essentials.xml",
        "lib/xamarinwatchos10/Xamarin.Essentials.dll",
        "lib/xamarinwatchos10/Xamarin.Essentials.pdb",
        "lib/xamarinwatchos10/Xamarin.Essentials.xml",
        "readme.txt",
        "xamarin.essentials.1.5.3.2.nupkg.sha512",
        "xamarin.essentials.nuspec"
      ]
    },
    "Xamarin.Forms/4.8.0.1451": {
      "sha512": "3RUzBpcaBxOjufLLqJnuZRGLhzAbVyfe/Pyp0AFY/H1MkCHYxXIRzgB8h6yC9NTs39NLK2SgGiaMbvC4TJ/zFA==",
      "type": "package",
      "path": "xamarin.forms/4.8.0.1451",
      "files": [
        ".nupkg.metadata",
        ".signature.p7s",
        "Assets/xamarin_128x128.png",
        "build/MonoAndroid10/proguard.cfg",
        "build/XCODE10/Xamarin.Forms.Platform.iOS.dll",
        "build/XCODE10/Xamarin.Forms.Platform.iOS.pdb",
        "build/XCODE10/Xamarin.Forms.Platform.macOS.dll",
        "build/XCODE11/Xamarin.Forms.Platform.iOS.dll",
        "build/XCODE11/Xamarin.Forms.Platform.iOS.pdb",
        "build/XCODE11/Xamarin.Forms.Platform.macOS.dll",
        "build/Xamarin.Forms.DefaultItems.props",
        "build/Xamarin.Forms.DefaultItems.targets",
        "build/Xamarin.Forms.props",
        "build/Xamarin.Forms.targets",
        "build/net46/Mono.Cecil.Mdb.dll",
        "build/net46/Mono.Cecil.Pdb.dll",
        "build/net46/Mono.Cecil.Rocks.dll",
        "build/net46/Mono.Cecil.dll",
        "build/net46/System.ValueTuple.dll",
        "build/net46/Xamarin.Forms.Build.Tasks.dll",
        "build/net46/Xamarin.Forms.Core.dll",
        "build/net46/Xamarin.Forms.Xaml.dll",
        "build/netstandard2.0/Mono.Cecil.Mdb.dll",
        "build/netstandard2.0/Mono.Cecil.Pdb.dll",
        "build/netstandard2.0/Mono.Cecil.Rocks.dll",
        "build/netstandard2.0/Mono.Cecil.dll",
        "build/netstandard2.0/System.CodeDom.dll",
        "build/netstandard2.0/Xamarin.Forms.Build.Tasks.dll",
        "build/netstandard2.0/Xamarin.Forms.Core.dll",
        "build/netstandard2.0/Xamarin.Forms.Xaml.dll",
        "buildTransitive/MonoAndroid10/proguard.cfg",
        "buildTransitive/XCODE10/Xamarin.Forms.Platform.iOS.dll",
        "buildTransitive/XCODE10/Xamarin.Forms.Platform.iOS.pdb",
        "buildTransitive/XCODE10/Xamarin.Forms.Platform.macOS.dll",
        "buildTransitive/XCODE11/Xamarin.Forms.Platform.iOS.dll",
        "buildTransitive/XCODE11/Xamarin.Forms.Platform.iOS.pdb",
        "buildTransitive/XCODE11/Xamarin.Forms.Platform.macOS.dll",
        "buildTransitive/Xamarin.Forms.DefaultItems.props",
        "buildTransitive/Xamarin.Forms.DefaultItems.targets",
        "buildTransitive/Xamarin.Forms.props",
        "buildTransitive/Xamarin.Forms.targets",
        "buildTransitive/net46/Mono.Cecil.Mdb.dll",
        "buildTransitive/net46/Mono.Cecil.Pdb.dll",
        "buildTransitive/net46/Mono.Cecil.Rocks.dll",
        "buildTransitive/net46/Mono.Cecil.dll",
        "buildTransitive/net46/System.ValueTuple.dll",
        "buildTransitive/net46/Xamarin.Forms.Build.Tasks.dll",
        "buildTransitive/net46/Xamarin.Forms.Core.dll",
        "buildTransitive/net46/Xamarin.Forms.Xaml.dll",
        "buildTransitive/netstandard2.0/Mono.Cecil.Mdb.dll",
        "buildTransitive/netstandard2.0/Mono.Cecil.Pdb.dll",
        "buildTransitive/netstandard2.0/Mono.Cecil.Rocks.dll",
        "buildTransitive/netstandard2.0/Mono.Cecil.dll",
        "buildTransitive/netstandard2.0/System.CodeDom.dll",
        "buildTransitive/netstandard2.0/Xamarin.Forms.Build.Tasks.dll",
        "buildTransitive/netstandard2.0/Xamarin.Forms.Core.dll",
        "buildTransitive/netstandard2.0/Xamarin.Forms.Xaml.dll",
        "lib/MonoAndroid10.0/Design/Xamarin.Forms.Core.Design.dll",
        "lib/MonoAndroid10.0/Design/Xamarin.Forms.Xaml.Design.dll",
        "lib/MonoAndroid10.0/FormsViewGroup.dll",
        "lib/MonoAndroid10.0/FormsViewGroup.pdb",
        "lib/MonoAndroid10.0/Xamarin.Forms.Core.dll",
        "lib/MonoAndroid10.0/Xamarin.Forms.Core.pdb",
        "lib/MonoAndroid10.0/Xamarin.Forms.Core.xml",
        "lib/MonoAndroid10.0/Xamarin.Forms.Platform.Android.dll",
        "lib/MonoAndroid10.0/Xamarin.Forms.Platform.Android.pdb",
        "lib/MonoAndroid10.0/Xamarin.Forms.Platform.dll",
        "lib/MonoAndroid10.0/Xamarin.Forms.Xaml.dll",
        "lib/MonoAndroid10.0/Xamarin.Forms.Xaml.pdb",
        "lib/MonoAndroid10.0/Xamarin.Forms.Xaml.xml",
        "lib/MonoAndroid10.0/de/Xamarin.Forms.Core.xml",
        "lib/MonoAndroid10.0/de/Xamarin.Forms.Xaml.xml",
        "lib/MonoAndroid10.0/es/Xamarin.Forms.Core.xml",
        "lib/MonoAndroid10.0/es/Xamarin.Forms.Xaml.xml",
        "lib/MonoAndroid10.0/fr/Xamarin.Forms.Core.xml",
        "lib/MonoAndroid10.0/fr/Xamarin.Forms.Xaml.xml",
        "lib/MonoAndroid10.0/it/Xamarin.Forms.Core.xml",
        "lib/MonoAndroid10.0/it/Xamarin.Forms.Xaml.xml",
        "lib/MonoAndroid10.0/ja/Xamarin.Forms.Core.xml",
        "lib/MonoAndroid10.0/ja/Xamarin.Forms.Xaml.xml",
        "lib/MonoAndroid10.0/ko/Xamarin.Forms.Core.xml",
        "lib/MonoAndroid10.0/ko/Xamarin.Forms.Xaml.xml",
        "lib/MonoAndroid10.0/pt-BR/Xamarin.Forms.Core.xml",
        "lib/MonoAndroid10.0/pt-BR/Xamarin.Forms.Xaml.xml",
        "lib/MonoAndroid10.0/ru/Xamarin.Forms.Core.xml",
        "lib/MonoAndroid10.0/ru/Xamarin.Forms.Xaml.xml",
        "lib/MonoAndroid10.0/zh-Hans/Xamarin.Forms.Core.xml",
        "lib/MonoAndroid10.0/zh-Hans/Xamarin.Forms.Xaml.xml",
        "lib/MonoAndroid10.0/zh-Hant/Xamarin.Forms.Core.xml",
        "lib/MonoAndroid10.0/zh-Hant/Xamarin.Forms.Xaml.xml",
        "lib/MonoAndroid90/Design/Xamarin.Forms.Core.Design.dll",
        "lib/MonoAndroid90/Design/Xamarin.Forms.Xaml.Design.dll",
        "lib/MonoAndroid90/FormsViewGroup.dll",
        "lib/MonoAndroid90/FormsViewGroup.pdb",
        "lib/MonoAndroid90/Xamarin.Forms.Core.dll",
        "lib/MonoAndroid90/Xamarin.Forms.Core.pdb",
        "lib/MonoAndroid90/Xamarin.Forms.Core.xml",
        "lib/MonoAndroid90/Xamarin.Forms.Platform.Android.dll",
        "lib/MonoAndroid90/Xamarin.Forms.Platform.Android.pdb",
        "lib/MonoAndroid90/Xamarin.Forms.Platform.dll",
        "lib/MonoAndroid90/Xamarin.Forms.Xaml.dll",
        "lib/MonoAndroid90/Xamarin.Forms.Xaml.pdb",
        "lib/MonoAndroid90/Xamarin.Forms.Xaml.xml",
        "lib/MonoAndroid90/de/Xamarin.Forms.Core.xml",
        "lib/MonoAndroid90/de/Xamarin.Forms.Xaml.xml",
        "lib/MonoAndroid90/es/Xamarin.Forms.Core.xml",
        "lib/MonoAndroid90/es/Xamarin.Forms.Xaml.xml",
        "lib/MonoAndroid90/fr/Xamarin.Forms.Core.xml",
        "lib/MonoAndroid90/fr/Xamarin.Forms.Xaml.xml",
        "lib/MonoAndroid90/it/Xamarin.Forms.Core.xml",
        "lib/MonoAndroid90/it/Xamarin.Forms.Xaml.xml",
        "lib/MonoAndroid90/ja/Xamarin.Forms.Core.xml",
        "lib/MonoAndroid90/ja/Xamarin.Forms.Xaml.xml",
        "lib/MonoAndroid90/ko/Xamarin.Forms.Core.xml",
        "lib/MonoAndroid90/ko/Xamarin.Forms.Xaml.xml",
        "lib/MonoAndroid90/pt-BR/Xamarin.Forms.Core.xml",
        "lib/MonoAndroid90/pt-BR/Xamarin.Forms.Xaml.xml",
        "lib/MonoAndroid90/ru/Xamarin.Forms.Core.xml",
        "lib/MonoAndroid90/ru/Xamarin.Forms.Xaml.xml",
        "lib/MonoAndroid90/zh-Hans/Xamarin.Forms.Core.xml",
        "lib/MonoAndroid90/zh-Hans/Xamarin.Forms.Xaml.xml",
        "lib/MonoAndroid90/zh-Hant/Xamarin.Forms.Core.xml",
        "lib/MonoAndroid90/zh-Hant/Xamarin.Forms.Xaml.xml",
        "lib/Xamarin.Mac/Design/Xamarin.Forms.Core.Design.dll",
        "lib/Xamarin.Mac/Design/Xamarin.Forms.Xaml.Design.dll",
        "lib/Xamarin.Mac/Xamarin.Forms.Core.dll",
        "lib/Xamarin.Mac/Xamarin.Forms.Platform.dll",
        "lib/Xamarin.Mac/Xamarin.Forms.Xaml.dll",
        "lib/Xamarin.iOS10/Design/Xamarin.Forms.Core.Design.dll",
        "lib/Xamarin.iOS10/Design/Xamarin.Forms.Xaml.Design.dll",
        "lib/Xamarin.iOS10/Xamarin.Forms.Core.dll",
        "lib/Xamarin.iOS10/Xamarin.Forms.Core.pdb",
        "lib/Xamarin.iOS10/Xamarin.Forms.Core.xml",
        "lib/Xamarin.iOS10/Xamarin.Forms.Platform.dll",
        "lib/Xamarin.iOS10/Xamarin.Forms.Xaml.dll",
        "lib/Xamarin.iOS10/Xamarin.Forms.Xaml.pdb",
        "lib/Xamarin.iOS10/Xamarin.Forms.Xaml.xml",
        "lib/Xamarin.iOS10/ar/Xamarin.Forms.Platform.iOS.resources.dll",
        "lib/Xamarin.iOS10/ca/Xamarin.Forms.Platform.iOS.resources.dll",
        "lib/Xamarin.iOS10/cs/Xamarin.Forms.Platform.iOS.resources.dll",
        "lib/Xamarin.iOS10/da/Xamarin.Forms.Platform.iOS.resources.dll",
        "lib/Xamarin.iOS10/de/Xamarin.Forms.Core.xml",
        "lib/Xamarin.iOS10/de/Xamarin.Forms.Platform.iOS.resources.dll",
        "lib/Xamarin.iOS10/de/Xamarin.Forms.Xaml.xml",
        "lib/Xamarin.iOS10/el/Xamarin.Forms.Platform.iOS.resources.dll",
        "lib/Xamarin.iOS10/es/Xamarin.Forms.Core.xml",
        "lib/Xamarin.iOS10/es/Xamarin.Forms.Platform.iOS.resources.dll",
        "lib/Xamarin.iOS10/es/Xamarin.Forms.Xaml.xml",
        "lib/Xamarin.iOS10/fi/Xamarin.Forms.Platform.iOS.resources.dll",
        "lib/Xamarin.iOS10/fr/Xamarin.Forms.Core.xml",
        "lib/Xamarin.iOS10/fr/Xamarin.Forms.Platform.iOS.resources.dll",
        "lib/Xamarin.iOS10/fr/Xamarin.Forms.Xaml.xml",
        "lib/Xamarin.iOS10/he/Xamarin.Forms.Platform.iOS.resources.dll",
        "lib/Xamarin.iOS10/hi/Xamarin.Forms.Platform.iOS.resources.dll",
        "lib/Xamarin.iOS10/hr/Xamarin.Forms.Platform.iOS.resources.dll",
        "lib/Xamarin.iOS10/hu/Xamarin.Forms.Platform.iOS.resources.dll",
        "lib/Xamarin.iOS10/id/Xamarin.Forms.Platform.iOS.resources.dll",
        "lib/Xamarin.iOS10/it/Xamarin.Forms.Core.xml",
        "lib/Xamarin.iOS10/it/Xamarin.Forms.Platform.iOS.resources.dll",
        "lib/Xamarin.iOS10/it/Xamarin.Forms.Xaml.xml",
        "lib/Xamarin.iOS10/ja/Xamarin.Forms.Core.xml",
        "lib/Xamarin.iOS10/ja/Xamarin.Forms.Platform.iOS.resources.dll",
        "lib/Xamarin.iOS10/ja/Xamarin.Forms.Xaml.xml",
        "lib/Xamarin.iOS10/ko/Xamarin.Forms.Core.xml",
        "lib/Xamarin.iOS10/ko/Xamarin.Forms.Platform.iOS.resources.dll",
        "lib/Xamarin.iOS10/ko/Xamarin.Forms.Xaml.xml",
        "lib/Xamarin.iOS10/ms/Xamarin.Forms.Platform.iOS.resources.dll",
        "lib/Xamarin.iOS10/nb/Xamarin.Forms.Platform.iOS.resources.dll",
        "lib/Xamarin.iOS10/nl/Xamarin.Forms.Platform.iOS.resources.dll",
        "lib/Xamarin.iOS10/pl/Xamarin.Forms.Platform.iOS.resources.dll",
        "lib/Xamarin.iOS10/pt-BR/Xamarin.Forms.Core.xml",
        "lib/Xamarin.iOS10/pt-BR/Xamarin.Forms.Platform.iOS.resources.dll",
        "lib/Xamarin.iOS10/pt-BR/Xamarin.Forms.Xaml.xml",
        "lib/Xamarin.iOS10/pt/Xamarin.Forms.Platform.iOS.resources.dll",
        "lib/Xamarin.iOS10/ro/Xamarin.Forms.Platform.iOS.resources.dll",
        "lib/Xamarin.iOS10/ru/Xamarin.Forms.Core.xml",
        "lib/Xamarin.iOS10/ru/Xamarin.Forms.Platform.iOS.resources.dll",
        "lib/Xamarin.iOS10/ru/Xamarin.Forms.Xaml.xml",
        "lib/Xamarin.iOS10/sk/Xamarin.Forms.Platform.iOS.resources.dll",
        "lib/Xamarin.iOS10/sv/Xamarin.Forms.Platform.iOS.resources.dll",
        "lib/Xamarin.iOS10/th/Xamarin.Forms.Platform.iOS.resources.dll",
        "lib/Xamarin.iOS10/tr/Xamarin.Forms.Platform.iOS.resources.dll",
        "lib/Xamarin.iOS10/uk/Xamarin.Forms.Platform.iOS.resources.dll",
        "lib/Xamarin.iOS10/vi/Xamarin.Forms.Platform.iOS.resources.dll",
        "lib/Xamarin.iOS10/zh-HK/Xamarin.Forms.Platform.iOS.resources.dll",
        "lib/Xamarin.iOS10/zh-Hans/Xamarin.Forms.Core.xml",
        "lib/Xamarin.iOS10/zh-Hans/Xamarin.Forms.Platform.iOS.resources.dll",
        "lib/Xamarin.iOS10/zh-Hans/Xamarin.Forms.Xaml.xml",
        "lib/Xamarin.iOS10/zh-Hant/Xamarin.Forms.Core.xml",
        "lib/Xamarin.iOS10/zh-Hant/Xamarin.Forms.Platform.iOS.resources.dll",
        "lib/Xamarin.iOS10/zh-Hant/Xamarin.Forms.Xaml.xml",
        "lib/netstandard1.0/Design/Xamarin.Forms.Core.Design.dll",
        "lib/netstandard1.0/Design/Xamarin.Forms.Xaml.Design.dll",
        "lib/netstandard1.0/Xamarin.Forms.Core.dll",
        "lib/netstandard1.0/Xamarin.Forms.Core.pdb",
        "lib/netstandard1.0/Xamarin.Forms.Core.xml",
        "lib/netstandard1.0/Xamarin.Forms.Platform.dll",
        "lib/netstandard1.0/Xamarin.Forms.Xaml.dll",
        "lib/netstandard1.0/Xamarin.Forms.Xaml.pdb",
        "lib/netstandard1.0/Xamarin.Forms.Xaml.xml",
        "lib/netstandard2.0/Design/Xamarin.Forms.Core.Design.dll",
        "lib/netstandard2.0/Design/Xamarin.Forms.Xaml.Design.dll",
        "lib/netstandard2.0/Xamarin.Forms.Core.dll",
        "lib/netstandard2.0/Xamarin.Forms.Core.pdb",
        "lib/netstandard2.0/Xamarin.Forms.Core.xml",
        "lib/netstandard2.0/Xamarin.Forms.Platform.dll",
        "lib/netstandard2.0/Xamarin.Forms.Xaml.dll",
        "lib/netstandard2.0/Xamarin.Forms.Xaml.pdb",
        "lib/netstandard2.0/Xamarin.Forms.Xaml.xml",
        "lib/netstandard2.0/de/Xamarin.Forms.Core.xml",
        "lib/netstandard2.0/de/Xamarin.Forms.Xaml.xml",
        "lib/netstandard2.0/es/Xamarin.Forms.Core.xml",
        "lib/netstandard2.0/es/Xamarin.Forms.Xaml.xml",
        "lib/netstandard2.0/fr/Xamarin.Forms.Core.xml",
        "lib/netstandard2.0/fr/Xamarin.Forms.Xaml.xml",
        "lib/netstandard2.0/it/Xamarin.Forms.Core.xml",
        "lib/netstandard2.0/it/Xamarin.Forms.Xaml.xml",
        "lib/netstandard2.0/ja/Xamarin.Forms.Core.xml",
        "lib/netstandard2.0/ja/Xamarin.Forms.Xaml.xml",
        "lib/netstandard2.0/ko/Xamarin.Forms.Core.xml",
        "lib/netstandard2.0/ko/Xamarin.Forms.Xaml.xml",
        "lib/netstandard2.0/pt-BR/Xamarin.Forms.Core.xml",
        "lib/netstandard2.0/pt-BR/Xamarin.Forms.Xaml.xml",
        "lib/netstandard2.0/ru/Xamarin.Forms.Core.xml",
        "lib/netstandard2.0/ru/Xamarin.Forms.Xaml.xml",
        "lib/netstandard2.0/zh-Hans/Xamarin.Forms.Core.xml",
        "lib/netstandard2.0/zh-Hans/Xamarin.Forms.Xaml.xml",
        "lib/netstandard2.0/zh-Hant/Xamarin.Forms.Core.xml",
        "lib/netstandard2.0/zh-Hant/Xamarin.Forms.Xaml.xml",
        "lib/tizen40/Design/Xamarin.Forms.Core.Design.dll",
        "lib/tizen40/Design/Xamarin.Forms.Xaml.Design.dll",
        "lib/tizen40/Xamarin.Forms.Core.dll",
        "lib/tizen40/Xamarin.Forms.Core.pdb",
        "lib/tizen40/Xamarin.Forms.Core.xml",
        "lib/tizen40/Xamarin.Forms.Platform.Tizen.dll",
        "lib/tizen40/Xamarin.Forms.Platform.Tizen.pdb",
        "lib/tizen40/Xamarin.Forms.Platform.dll",
        "lib/tizen40/Xamarin.Forms.Xaml.dll",
        "lib/tizen40/Xamarin.Forms.Xaml.pdb",
        "lib/tizen40/Xamarin.Forms.Xaml.xml",
        "lib/uap10.0.14393/Design/Xamarin.Forms.Core.Design.dll",
        "lib/uap10.0.14393/Design/Xamarin.Forms.Xaml.Design.dll",
        "lib/uap10.0.14393/Properties/Xamarin.Forms.Platform.UAP.rd.xml",
        "lib/uap10.0.14393/Xamarin.Forms.Core.dll",
        "lib/uap10.0.14393/Xamarin.Forms.Core.pdb",
        "lib/uap10.0.14393/Xamarin.Forms.Core.xml",
        "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP.dll",
        "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP.pdb",
        "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP.pri",
        "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/CollectionView/ItemsViewStyles.xaml",
        "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/FormsAutoSuggestBoxStyle.xaml",
        "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/FormsCheckBoxStyle.xaml",
        "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/FormsCommandBarStyle.xaml",
        "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/FormsEmbeddedPageWrapper.xaml",
        "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/FormsFlyout.xaml",
        "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/FormsProgressBarStyle.xaml",
        "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xaml",
        "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/MasterDetailControlStyle.xaml",
        "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/Microsoft.UI.Xaml/DensityStyles/Compact.xaml",
        "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/Microsoft.UI.Xaml/Themes/generic.xaml",
        "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/PageControlStyle.xaml",
        "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/PickerStyle.xaml",
        "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/PromptDialog.xaml",
        "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/Resources.xaml",
        "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/Shell/ShellPageWrapper.xaml",
        "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/SliderStyle.xaml",
        "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/StepperControl.xaml",
        "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/TabbedPageStyle.xaml",
        "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/Xamarin.Forms.Platform.UAP.xr.xml",
        "lib/uap10.0.14393/Xamarin.Forms.Platform.dll",
        "lib/uap10.0.14393/Xamarin.Forms.Xaml.dll",
        "lib/uap10.0.14393/Xamarin.Forms.Xaml.pdb",
        "lib/uap10.0.14393/Xamarin.Forms.Xaml.xml",
        "lib/uap10.0.16299/Design/Xamarin.Forms.Core.Design.dll",
        "lib/uap10.0.16299/Design/Xamarin.Forms.Xaml.Design.dll",
        "lib/uap10.0.16299/Properties/Xamarin.Forms.Platform.UAP.rd.xml",
        "lib/uap10.0.16299/Xamarin.Forms.Core.dll",
        "lib/uap10.0.16299/Xamarin.Forms.Core.pdb",
        "lib/uap10.0.16299/Xamarin.Forms.Core.xml",
        "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP.dll",
        "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP.pdb",
        "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP.pri",
        "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/CollectionView/ItemsViewStyles.xaml",
        "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/FormsAutoSuggestBoxStyle.xaml",
        "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/FormsCheckBoxStyle.xaml",
        "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/FormsCommandBarStyle.xaml",
        "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/FormsEmbeddedPageWrapper.xaml",
        "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/FormsFlyout.xaml",
        "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/FormsProgressBarStyle.xaml",
        "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xaml",
        "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/MasterDetailControlStyle.xaml",
        "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/Microsoft.UI.Xaml/DensityStyles/Compact.xaml",
        "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/Microsoft.UI.Xaml/Themes/generic.xaml",
        "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/PageControlStyle.xaml",
        "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/PickerStyle.xaml",
        "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/PromptDialog.xaml",
        "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/Resources.xaml",
        "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/Shell/ShellPageWrapper.xaml",
        "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/Shell/ShellStyles.xaml",
        "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/SliderStyle.xaml",
        "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/StepperControl.xaml",
        "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/TabbedPageStyle.xaml",
        "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/Xamarin.Forms.Platform.UAP.xr.xml",
        "lib/uap10.0.16299/Xamarin.Forms.Platform.dll",
        "lib/uap10.0.16299/Xamarin.Forms.Xaml.dll",
        "lib/uap10.0.16299/Xamarin.Forms.Xaml.pdb",
        "lib/uap10.0.16299/Xamarin.Forms.Xaml.xml",
        "xamarin.forms.4.8.0.1451.nupkg.sha512",
        "xamarin.forms.nuspec"
      ]
    }
  },
  "projectFileDependencyGroups": {
    ".NETStandard,Version=v2.0": [
      "NETStandard.Library >= 2.0.3",
      "Xamarin.Essentials >= 1.5.3.2",
      "Xamarin.Forms >= 4.8.0.1451"
    ]
  },
  "packageFolders": {
    "/Users/mattia/.nuget/packages/": {}
  },
  "project": {
    "version": "1.0.0",
    "restore": {
      "projectUniqueName": "/Users/mattia/Documents/ShowcaseAppXamarin/SampleApp/SampleApp.csproj",
      "projectName": "SampleApp",
      "projectPath": "/Users/mattia/Documents/ShowcaseAppXamarin/SampleApp/SampleApp.csproj",
      "packagesPath": "/Users/mattia/.nuget/packages/",
      "outputPath": "/Users/mattia/Documents/ShowcaseAppXamarin/SampleApp/obj/",
      "projectStyle": "PackageReference",
      "configFilePaths": [
        "/Users/mattia/.config/NuGet/NuGet.Config"
      ],
      "originalTargetFrameworks": [
        "netstandard2.0"
      ],
      "sources": {
        "https://api.nuget.org/v3/index.json": {}
      },
      "frameworks": {
        "netstandard2.0": {
          "targetAlias": "netstandard2.0",
          "projectReferences": {}
        }
      },
      "warningProperties": {
        "warnAsError": [
          "NU1605"
        ]
      }
    },
    "frameworks": {
      "netstandard2.0": {
        "targetAlias": "netstandard2.0",
        "dependencies": {
          "NETStandard.Library": {
            "suppressParent": "All",
            "target": "Package",
            "version": "[2.0.3, )",
            "autoReferenced": true
          },
          "Xamarin.Essentials": {
            "target": "Package",
            "version": "[1.5.3.2, )"
          },
          "Xamarin.Forms": {
            "target": "Package",
            "version": "[4.8.0.1451, )"
          }
        },
        "imports": [
          "net461",
          "net462",
          "net47",
          "net471",
          "net472",
          "net48"
        ],
        "assetTargetFallback": true,
        "warn": true,
        "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/5.0.100/RuntimeIdentifierGraph.json"
      }
    }
  }
}