We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e711e82 commit e2aa717Copy full SHA for e2aa717
1 file changed
demos/MAUITodo/README.md
@@ -48,3 +48,8 @@ Specifying an Android emulator
48
dotnet build -t:Run -f:net8.0-android -p:_DeviceName=emulator-5554
49
```
50
51
+### MacCatalyst
52
+
53
+```sh
54
+dotnet build -t:Run -f:net8.0-maccatalyst
55
+```
0 commit comments