Skip to content

Instantly share code, notes, and snippets.

@tonytins
Last active October 12, 2022 21:49
Show Gist options
  • Save tonytins/7e0724c570283c6160dc49095e9b5708 to your computer and use it in GitHub Desktop.
Save tonytins/7e0724c570283c6160dc49095e9b5708 to your computer and use it in GitHub Desktop.
.NET Workloads
#!/bin/bash
sudo dotnet workload install maui
sudo dotnet workload install maui-maccatalyst maui-ios maui-android
sudo dotnet workload install wasm-tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment