Skip to content

Instantly share code, notes, and snippets.

@mattleibow
Created August 19, 2021 13:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattleibow/15b362b28663e12bf689c4233cf45504 to your computer and use it in GitHub Desktop.
Save mattleibow/15b362b28663e12bf689c4233cf45504 to your computer and use it in GitHub Desktop.

Path to Success

  1. Uninstall any .NET 6 workload previews using this script:
    https://github.com/Redth/dotnet-maui-check/blob/main/Clean-Old-DotNet6-Previews.ps1
  2. Uninstall any .NET 6 versions you can just to be safe
  3. Install .NET 6 RC 1
    I just use maui-check to install .NET, but not the workloads. Run and then when it asks to install .NET, go ahead and then when it asks to install workloads, just cancel.
  4. Install maui: dotnet workload maui
  5. Profit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment