Open
Description
Build: 9.0.100-rc.1.24452.12 on win-x64
- install net9 rc1 sdk on win-x64
- dotnet workload install aspire
- mkdir test
- cd test
- dotnet new globaljson and add update it with below contents
{
"sdk": {
"workloadversion": "9.0.100-rc.1.24453.3"
}
}
5.dotnet workload update
6.dotnet workload --info
Expected Result:
The output of dotnet workload --info display correctly
Actual Result:
The string "loose manifest" is displayed not "workload set"
Note:
if we go back to the previous level of test directory and do below operation, and then go to test which contains globaljson, it will display normally.
Dotnet workload config --update-mode workload-set
Dotnet workload update