Is your feature request related to a problem? Please describe.
When running dotnet workload list/dotnet workload --info we need to ensure that users can see
- the version of workloads installed in the current context (which is dictated by global.json)
- if influenced by a global.json we should show that
- the version(s) of workloads installed for all 'contexts' (essentially a view of the install state)
Currently, users only see the latest installed workloads based on the global.json:

Describe the solution you'd like
A flag on workload list/workload --info that provides all versions of each workload installed across the install state, and clarifies where global.json has influenced the selection of some of those versions.