Per @marcpopMSFT / @joeloff, it looks like when creating the zips / tars for .NET 11 previews, the workload manifests are using a stable feature band (11.0.100) instead of a preview feature band (11.0.100-preview.3).
This should be fixed so that we don't use workload manifests across previews (ie preview 3 shouldn't pick up or update to preview 4 manifests) and for consistency with the MSI installation.
Note that when we do this we'll break side-by-side installs with previous previews, since the stable feature band will be preferred over the preview feature band.
Per @marcpopMSFT / @joeloff, it looks like when creating the zips / tars for .NET 11 previews, the workload manifests are using a stable feature band (11.0.100) instead of a preview feature band (11.0.100-preview.3).
This should be fixed so that we don't use workload manifests across previews (ie preview 3 shouldn't pick up or update to preview 4 manifests) and for consistency with the MSI installation.
Note that when we do this we'll break side-by-side installs with previous previews, since the stable feature band will be preferred over the preview feature band.