bin/netstandard2.0/PSCompression.deps.json

{
  "runtimeTarget": {
    "name": ".NETStandard,Version=v2.0/",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETStandard,Version=v2.0": {},
    ".NETStandard,Version=v2.0/": {
      "PSCompression/3.0.0": {
        "dependencies": {
          "BrotliSharpLib": "0.3.3",
          "Microsoft.SourceLink.GitHub": "8.0.0",
          "NETStandard.Library": "2.0.3",
          "PowerShellStandard.Library": "5.1.1",
          "SharpCompress": "0.39.0",
          "SharpZipLib": "1.4.2"
        },
        "runtime": {
          "PSCompression.dll": {}
        }
      },
      "BrotliSharpLib/0.3.3": {
        "dependencies": {
          "System.Runtime.CompilerServices.Unsafe": "6.1.0"
        },
        "runtime": {
          "lib/netstandard2.0/BrotliSharpLib.dll": {
            "assemblyVersion": "0.3.2.0",
            "fileVersion": "0.3.3.0"
          }
        }
      },
      "Microsoft.Bcl.AsyncInterfaces/8.0.0": {
        "dependencies": {
          "System.Threading.Tasks.Extensions": "4.5.4"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.23.53103"
          }
        }
      },
      "Microsoft.Build.Tasks.Git/8.0.0": {},
      "Microsoft.NETCore.Platforms/1.1.0": {},
      "Microsoft.SourceLink.Common/8.0.0": {},
      "Microsoft.SourceLink.GitHub/8.0.0": {
        "dependencies": {
          "Microsoft.Build.Tasks.Git": "8.0.0",
          "Microsoft.SourceLink.Common": "8.0.0"
        }
      },
      "NETStandard.Library/2.0.3": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.1.0"
        }
      },
      "PowerShellStandard.Library/5.1.1": {},
      "SharpCompress/0.39.0": {
        "dependencies": {
          "Microsoft.Bcl.AsyncInterfaces": "8.0.0",
          "System.Buffers": "4.6.0",
          "System.Memory": "4.6.0",
          "System.Text.Encoding.CodePages": "8.0.0",
          "ZstdSharp.Port": "0.8.4"
        },
        "runtime": {
          "lib/netstandard2.0/SharpCompress.dll": {
            "assemblyVersion": "0.39.0.0",
            "fileVersion": "0.39.0.0"
          }
        }
      },
      "SharpZipLib/1.4.2": {
        "dependencies": {
          "System.Memory": "4.6.0",
          "System.Threading.Tasks.Extensions": "4.5.4"
        },
        "runtime": {
          "lib/netstandard2.0/ICSharpCode.SharpZipLib.dll": {
            "assemblyVersion": "1.4.2.13",
            "fileVersion": "1.4.2.13"
          }
        }
      },
      "System.Buffers/4.6.0": {
        "runtime": {
          "lib/netstandard2.0/System.Buffers.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.600.24.56208"
          }
        }
      },
      "System.Memory/4.6.0": {
        "dependencies": {
          "System.Buffers": "4.6.0",
          "System.Numerics.Vectors": "4.6.0",
          "System.Runtime.CompilerServices.Unsafe": "6.1.0"
        },
        "runtime": {
          "lib/netstandard2.0/System.Memory.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.600.24.56208"
          }
        }
      },
      "System.Numerics.Vectors/4.6.0": {
        "runtime": {
          "lib/netstandard2.0/System.Numerics.Vectors.dll": {
            "assemblyVersion": "4.1.3.0",
            "fileVersion": "4.600.24.56208"
          }
        }
      },
      "System.Runtime.CompilerServices.Unsafe/6.1.0": {
        "runtime": {
          "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.100.24.56208"
          }
        }
      },
      "System.Text.Encoding.CodePages/8.0.0": {
        "dependencies": {
          "System.Memory": "4.6.0",
          "System.Runtime.CompilerServices.Unsafe": "6.1.0"
        },
        "runtime": {
          "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.23.53103"
          }
        }
      },
      "System.Threading.Tasks.Extensions/4.5.4": {
        "dependencies": {
          "System.Runtime.CompilerServices.Unsafe": "6.1.0"
        },
        "runtime": {
          "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": {
            "assemblyVersion": "4.2.0.1",
            "fileVersion": "4.6.28619.1"
          }
        }
      },
      "ZstdSharp.Port/0.8.4": {
        "dependencies": {
          "Microsoft.Bcl.AsyncInterfaces": "8.0.0",
          "System.Memory": "4.6.0",
          "System.Runtime.CompilerServices.Unsafe": "6.1.0"
        },
        "runtime": {
          "lib/netstandard2.0/ZstdSharp.dll": {
            "assemblyVersion": "0.8.4.0",
            "fileVersion": "0.8.4.0"
          }
        }
      }
    }
  },
  "libraries": {
    "PSCompression/3.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "BrotliSharpLib/0.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/z74VNg6etlQK/N1mSD5Tz2qQUZqc3RMiuv2F8Q/MOfvg4l7a6lDYhQQTPd9s9saSokh1GqUD7JTuunOiQid8w==",
      "path": "brotlisharplib/0.3.3",
      "hashPath": "brotlisharplib.0.3.3.nupkg.sha512"
    },
    "Microsoft.Bcl.AsyncInterfaces/8.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3WA9q9yVqJp222P3x1wYIGDAkpjAku0TMUaaQV22g6L67AI0LdOIrVS7Ht2vJfLHGSPVuqN94vIr15qn+HEkHw==",
      "path": "microsoft.bcl.asyncinterfaces/8.0.0",
      "hashPath": "microsoft.bcl.asyncinterfaces.8.0.0.nupkg.sha512"
    },
    "Microsoft.Build.Tasks.Git/8.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-bZKfSIKJRXLTuSzLudMFte/8CempWjVamNUR5eHJizsy+iuOuO/k2gnh7W0dHJmYY0tBf+gUErfluCv5mySAOQ==",
      "path": "microsoft.build.tasks.git/8.0.0",
      "hashPath": "microsoft.build.tasks.git.8.0.0.nupkg.sha512"
    },
    "Microsoft.NETCore.Platforms/1.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
      "path": "microsoft.netcore.platforms/1.1.0",
      "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
    },
    "Microsoft.SourceLink.Common/8.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-dk9JPxTCIevS75HyEQ0E4OVAFhB2N+V9ShCXf8Q6FkUQZDkgLI12y679Nym1YqsiSysuQskT7Z+6nUf3yab6Vw==",
      "path": "microsoft.sourcelink.common/8.0.0",
      "hashPath": "microsoft.sourcelink.common.8.0.0.nupkg.sha512"
    },
    "Microsoft.SourceLink.GitHub/8.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-G5q7OqtwIyGTkeIOAc3u2ZuV/kicQaec5EaRnc0pIeSnh9LUjj+PYQrJYBURvDt7twGl2PKA7nSN0kz1Zw5bnQ==",
      "path": "microsoft.sourcelink.github/8.0.0",
      "hashPath": "microsoft.sourcelink.github.8.0.0.nupkg.sha512"
    },
    "NETStandard.Library/2.0.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==",
      "path": "netstandard.library/2.0.3",
      "hashPath": "netstandard.library.2.0.3.nupkg.sha512"
    },
    "PowerShellStandard.Library/5.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-e31xJjG+Kjbv6YF3Yq6D4Dl3or8v7LrNF41k3CXrWozW6hR1zcOe5KYuZJaGSiAgLnwP8wcW+I3+IWEzMPZKXQ==",
      "path": "powershellstandard.library/5.1.1",
      "hashPath": "powershellstandard.library.5.1.1.nupkg.sha512"
    },
    "SharpCompress/0.39.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-0esqIUDlg68Z7+Weuge4QzEvNtawUO4obTJFL7xuf4DBHMxVRr+wbNgiX9arMrj3kGXQSvLe0zbZG3oxpkwJOA==",
      "path": "sharpcompress/0.39.0",
      "hashPath": "sharpcompress.0.39.0.nupkg.sha512"
    },
    "SharpZipLib/1.4.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-yjj+3zgz8zgXpiiC3ZdF/iyTBbz2fFvMxZFEBPUcwZjIvXOf37Ylm+K58hqMfIBt5JgU/Z2uoUS67JmTLe973A==",
      "path": "sharpziplib/1.4.2",
      "hashPath": "sharpziplib.1.4.2.nupkg.sha512"
    },
    "System.Buffers/4.6.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-lN6tZi7Q46zFzAbRYXTIvfXcyvQQgxnY7Xm6C6xQ9784dEL1amjM6S6Iw4ZpsvesAKnRVsM4scrDQaDqSClkjA==",
      "path": "system.buffers/4.6.0",
      "hashPath": "system.buffers.4.6.0.nupkg.sha512"
    },
    "System.Memory/4.6.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-OEkbBQoklHngJ8UD8ez2AERSk2g+/qpAaSWWCBFbpH727HxDq5ydVkuncBaKcKfwRqXGWx64dS6G1SUScMsitg==",
      "path": "system.memory/4.6.0",
      "hashPath": "system.memory.4.6.0.nupkg.sha512"
    },
    "System.Numerics.Vectors/4.6.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-t+SoieZsRuEyiw/J+qXUbolyO219tKQQI0+2/YI+Qv7YdGValA6WiuokrNKqjrTNsy5ABWU11bdKOzUdheteXg==",
      "path": "system.numerics.vectors/4.6.0",
      "hashPath": "system.numerics.vectors.4.6.0.nupkg.sha512"
    },
    "System.Runtime.CompilerServices.Unsafe/6.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-5o/HZxx6RVqYlhKSq8/zronDkALJZUT2Vz0hx43f0gwe8mwlM0y2nYlqdBwLMzr262Bwvpikeb/yEwkAa5PADg==",
      "path": "system.runtime.compilerservices.unsafe/6.1.0",
      "hashPath": "system.runtime.compilerservices.unsafe.6.1.0.nupkg.sha512"
    },
    "System.Text.Encoding.CodePages/8.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-OZIsVplFGaVY90G2SbpgU7EnCoOO5pw1t4ic21dBF3/1omrJFpAGoNAVpPyMVOC90/hvgkGG3VFqR13YgZMQfg==",
      "path": "system.text.encoding.codepages/8.0.0",
      "hashPath": "system.text.encoding.codepages.8.0.0.nupkg.sha512"
    },
    "System.Threading.Tasks.Extensions/4.5.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
      "path": "system.threading.tasks.extensions/4.5.4",
      "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
    },
    "ZstdSharp.Port/0.8.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-eieSXq3kakCUXbgdxkKaRqWS6hF0KBJcqok9LlDCs60GOyrynLvPOcQ0pRw7shdPF7lh/VepJ9cP9n9HHc759g==",
      "path": "zstdsharp.port/0.8.4",
      "hashPath": "zstdsharp.port.0.8.4.nupkg.sha512"
    }
  }
}