Skip to content
Discussion options

You must be logged in to vote

The only way to do it is to use these rollback files... (we're working on making it better)

Create:

aspire-rollback.txt

{
  "microsoft.net.sdk.aspire": "8.0.0-preview.5.24201.12/8.0.100"
}

Then run these commands.

# Run dotnet workload update command
dotnet workload update --from-rollback-file .\aspire-rollback.txt

# Run dotnet workload install command
dotnet workload install aspire --from-rollback-file .\aspire-rollback.txt

cc @joperezr

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@laurentkempe
Comment options

@davidfowl
Comment options

Answer selected by laurentkempe
@laurentkempe
Comment options

@laurentkempe
Comment options

Comment options

You must be logged in to vote
1 reply
@laurentkempe
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants