Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How different workload versions can be installed side by side? #33245

Closed
En3Tho opened this issue Jun 14, 2023 · 1 comment
Closed

How different workload versions can be installed side by side? #33245

En3Tho opened this issue Jun 14, 2023 · 1 comment
Labels
Area-Workloads untriaged Request triage from a team member

Comments

@En3Tho
Copy link

En3Tho commented Jun 14, 2023

I have a maui app and I want to target net7.0-android31.0. By default .Net 7 comes with workload for net7.0-android33.0
There is no information on how can I just install the workload I need with specific version. dotnet workload search does not list versions.
How do I just install the workload I need specifically for my task? I spent quite a lot of time searching and trying things and I just don't get why it is so hard with maui/workloads compared to working with sdk/runtime (just pick a version and be happy).

To better illustrate what I expected from this feature (imaginary output from dotnet --info):

.NET SDKs installed:
...

.Net runtimes installed:
...

.Net workloads installed:
net7-android31.0
net7-android33.0
...
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Workloads untriaged Request triage from a team member labels Jun 14, 2023
@En3Tho
Copy link
Author

En3Tho commented Jun 14, 2023

I see that the same request is tracked here: #30008

@En3Tho En3Tho closed this as completed Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Workloads untriaged Request triage from a team member
Projects
None yet
Development

No branches or pull requests

1 participant