Skip to content

.NET 11 Preview workload manifests use wrong feature band in .NET SDK archives #53234

@dsplaisted

Description

@dsplaisted

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).

Image

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.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions