Downgrading dotnet aspire #2829
|
I used Aspire Daily build to explore Mongo Express feature. Now I am trying to install the version 4, I am getting the following error. David Fowler (@davidfowl) Can you help? |
Replies: 3 comments
|
It looks like you added the package source for early builds, but later removed it, which led to a condition where Nuget can't find this build. I would suggest re-adding the early builds nuget source and try uninstalling the aspire workload again. If that doesn't work, there's the nuclear option: |
|
It didn't worked for me. I don't have a And here is the |

It didn't worked for me. I don't have a
workloadsfolder under%USERPROFILE%\.dotnet. I had to rollback the installation using the following command -dotnet workload update --source https://api.nuget.org/v3/index.json --from-rollback-file .\aspire-rollback.txtAnd here is the
aspire-rollback.txt