Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Improve comment.
  • Loading branch information
rolfbjarne committed Jan 12, 2026
commit af00277e22568d946afb758b25305f88245e3b8a
3 changes: 2 additions & 1 deletion dotnet/targets/Microsoft.Sdk.Mobile.targets
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@

Target that queries available devices and simulators.
This target is called by 'dotnet run' to support device selection.
Returns @(Devices) items with metadata: ???????
Returns @(Devices) items that always has these metadata: Description, Type, OSVersion, UDID, RuntimeIdentifier
(but others might be present too, for debug purposes, depending on whether it's a simulator or a device)

See: https://github.com/dotnet/sdk/blob/2b9fc02a265c735f2132e4e3626e94962e48bdf5/documentation/specs/dotnet-run-for-maui.md
***********************************************************************************************
Expand Down