Get the Member:

Inspect buildOptions:

dir -Recurse project.json | % { gc -Raw $_ | convertfrom-json | gm buildOptions }

Inspect runtimes:

dir -Recurse project.json | % { gc -Raw $_ | convertfrom-json | gm buildOptions }

Select the Member:

Inspect buildOptions:

dir -Recurse project.json | % { gc -Raw $_ | convertfrom-json | gm buildOptions }

Inspect runtimes:

dir -Recurse project.json | % { gc -Raw $_ | convertfrom-json | gm buildOptions }