Skip to content

feat: add MAUI platform targets (android, ios, windows, maccatalyst)#1

Closed
mephist-cne wants to merge 1 commit into
developfrom
feat/add-maui-targets
Closed

feat: add MAUI platform targets (android, ios, windows, maccatalyst)#1
mephist-cne wants to merge 1 commit into
developfrom
feat/add-maui-targets

Conversation

@mephist-cne

@mephist-cne mephist-cne commented Apr 16, 2026

Copy link
Copy Markdown
Contributor

Closed — Superseded by Issue #5

This PR proposed adding MAUI-specific target frameworks (net10.0-android, net10.0-ios, net10.0-maccatalyst, net10.0-windows).

Decision: Issue #5 takes the opposite approach — simplifying to netstandard2.0 only. This provides better cross-platform compatibility for MAUI consumers while simplifying CI and maintenance.

netstandard2.0 is fully compatible with MAUI apps on Android, iOS, and Windows through the Plugin.BLE library already in use.

See: Issue #5 — Simplify to netstandard2.0 only

- TargetFrameworks: netstandard2.0, net10.0, net10.0-windows, net10.0-android, net10.0-ios, net10.0-maccatalyst
- Version bump: 0.0.1 → 1.0.0-beta.2
- BLETransport/TCPTransport use Plugin.BLE — no platform conditionals needed
- CI: fix csproj paths, add net10.0-windows target, standardize dotnet-version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant