Last active
October 12, 2022 21:49
-
-
Save tonytins/7e0724c570283c6160dc49095e9b5708 to your computer and use it in GitHub Desktop.
.NET Workloads
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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