You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
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):
The text was updated successfully, but these errors were encountered: