bin/PSParquet.deps.json

{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v8.0",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v8.0": {
      "PSParquet/1.0.0": {
        "dependencies": {
          "Parquet.Net": "4.24.0",
          "PowerShellStandard.Library": "5.1.1"
        },
        "runtime": {
          "PSParquet.dll": {}
        }
      },
      "Apache.Arrow/11.0.0": {
        "runtime": {
          "lib/netcoreapp3.1/Apache.Arrow.dll": {
            "assemblyVersion": "11.0.0.0",
            "fileVersion": "11.0.0.0"
          }
        }
      },
      "IronCompress/1.5.2": {
        "dependencies": {
          "Snappier": "1.1.6",
          "ZstdSharp.Port": "0.8.1"
        },
        "runtime": {
          "lib/net8.0/IronCompress.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.5.2.0"
          }
        },
        "runtimeTargets": {
          "runtimes/linux-arm64/native/libnironcompress.so": {
            "rid": "linux-arm64",
            "assetType": "native",
            "fileVersion": "0.0.0.0"
          },
          "runtimes/linux-x64/native/libnironcompress.so": {
            "rid": "linux-x64",
            "assetType": "native",
            "fileVersion": "0.0.0.0"
          },
          "runtimes/osx-arm64/native/libnironcompress.dylib": {
            "rid": "osx-arm64",
            "assetType": "native",
            "fileVersion": "0.0.0.0"
          },
          "runtimes/win-x64/native/nironcompress.dll": {
            "rid": "win-x64",
            "assetType": "native",
            "fileVersion": "0.0.0.0"
          }
        }
      },
      "Microsoft.Data.Analysis/0.21.1": {
        "dependencies": {
          "Apache.Arrow": "11.0.0",
          "Microsoft.ML.DataView": "3.0.1",
          "System.Buffers": "4.5.1",
          "System.Memory": "4.5.5",
          "System.Runtime.CompilerServices.Unsafe": "6.0.0"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Data.Analysis.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "0.2100.124.6804"
          }
        }
      },
      "Microsoft.IO.RecyclableMemoryStream/3.0.0": {
        "runtime": {
          "lib/net6.0/Microsoft.IO.RecyclableMemoryStream.dll": {
            "assemblyVersion": "3.0.0.0",
            "fileVersion": "3.0.0.0"
          }
        }
      },
      "Microsoft.ML.DataView/3.0.1": {
        "dependencies": {
          "System.Collections.Immutable": "1.5.0",
          "System.Memory": "4.5.5"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.ML.DataView.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "3.0.124.6804"
          }
        }
      },
      "Parquet.Net/4.24.0": {
        "dependencies": {
          "IronCompress": "1.5.2",
          "Microsoft.Data.Analysis": "0.21.1",
          "Microsoft.IO.RecyclableMemoryStream": "3.0.0"
        },
        "runtime": {
          "lib/net8.0/Parquet.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.24.0.0"
          }
        }
      },
      "PowerShellStandard.Library/5.1.1": {
        "runtime": {
          "lib/netstandard2.0/System.Management.Automation.dll": {
            "assemblyVersion": "3.0.0.0",
            "fileVersion": "5.1.1.0"
          }
        }
      },
      "Snappier/1.1.6": {
        "runtime": {
          "lib/net8.0/Snappier.dll": {
            "assemblyVersion": "1.1.6.0",
            "fileVersion": "1.1.6.0"
          }
        }
      },
      "System.Buffers/4.5.1": {},
      "System.Collections.Immutable/1.5.0": {},
      "System.Memory/4.5.5": {},
      "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
      "ZstdSharp.Port/0.8.1": {
        "runtime": {
          "lib/net8.0/ZstdSharp.dll": {
            "assemblyVersion": "0.8.1.0",
            "fileVersion": "0.8.1.0"
          }
        }
      }
    }
  },
  "libraries": {
    "PSParquet/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Apache.Arrow/11.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Pc5Mh8JKnJrszFUm1i1cwzCcoudY06TNPVy4VnSPAgfwZWReJkIduANjn6wrIekgpH/o9B9HyyraDPQXNXg8Ww==",
      "path": "apache.arrow/11.0.0",
      "hashPath": "apache.arrow.11.0.0.nupkg.sha512"
    },
    "IronCompress/1.5.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ZjWIOrO1a1/xBcpzp0sOxU0JuuajqRjiuhYuDJn3F5sM8R0vZ5K2pxm8b+ck1+OS8RUW1QxNgG3qtbC8uGXm6A==",
      "path": "ironcompress/1.5.2",
      "hashPath": "ironcompress.1.5.2.nupkg.sha512"
    },
    "Microsoft.Data.Analysis/0.21.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-bcvvIkthkOWqH2HRdGZEfyxbtZOBq6AK8Oa1prdSefDCyQsPWRSCZRRqt1Txr8oGZgfdxERT0+BXRYUEKKApPQ==",
      "path": "microsoft.data.analysis/0.21.1",
      "hashPath": "microsoft.data.analysis.0.21.1.nupkg.sha512"
    },
    "Microsoft.IO.RecyclableMemoryStream/3.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-irv0HuqoH8Ig5i2fO+8dmDNdFdsrO+DoQcedwIlb810qpZHBNQHZLW7C/AHBQDgLLpw2T96vmMAy/aE4Yj55Sg==",
      "path": "microsoft.io.recyclablememorystream/3.0.0",
      "hashPath": "microsoft.io.recyclablememorystream.3.0.0.nupkg.sha512"
    },
    "Microsoft.ML.DataView/3.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-mkZt1r6Nx5CAoD3klhC7VMQFzwWMHHjoYpv3X9u+GMvTMbSRaDdiA88HUoOzT7kCeq4/L1nKctmrByhLK28Xjw==",
      "path": "microsoft.ml.dataview/3.0.1",
      "hashPath": "microsoft.ml.dataview.3.0.1.nupkg.sha512"
    },
    "Parquet.Net/4.24.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-30XaI5kj3llACxFUdCj9TNZkJGqJ3QMjB1ySaHhEMior9cT6C3SygyftzF7eS2I460M07DK6VbGFBWTWRjod8g==",
      "path": "parquet.net/4.24.0",
      "hashPath": "parquet.net.4.24.0.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"
    },
    "Snappier/1.1.6": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-aLJu7Q0mVk0e9QwjJLEh70tXQ0Url8fHITrHXwqF+eq7N20jGMOhkmTXUUjpPim+rCm0I4fARcVBRzJPSipN+w==",
      "path": "snappier/1.1.6",
      "hashPath": "snappier.1.1.6.nupkg.sha512"
    },
    "System.Buffers/4.5.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
      "path": "system.buffers/4.5.1",
      "hashPath": "system.buffers.4.5.1.nupkg.sha512"
    },
    "System.Collections.Immutable/1.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-EXKiDFsChZW0RjrZ4FYHu9aW6+P4MCgEDCklsVseRfhoO0F+dXeMSsMRAlVXIo06kGJ/zv+2w1a2uc2+kxxSaQ==",
      "path": "system.collections.immutable/1.5.0",
      "hashPath": "system.collections.immutable.1.5.0.nupkg.sha512"
    },
    "System.Memory/4.5.5": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==",
      "path": "system.memory/4.5.5",
      "hashPath": "system.memory.4.5.5.nupkg.sha512"
    },
    "System.Runtime.CompilerServices.Unsafe/6.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
      "path": "system.runtime.compilerservices.unsafe/6.0.0",
      "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
    },
    "ZstdSharp.Port/0.8.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-19tNz33kn2EkyViFXuxfVn338UJaRmkwBphVqP2dVJIYQUQgFrgG5h061mxkRRg1Ax6r+6WOj1FxaFZ5qaWqqg==",
      "path": "zstdsharp.port/0.8.1",
      "hashPath": "zstdsharp.port.0.8.1.nupkg.sha512"
    }
  }
}