Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 4 additions & 2 deletions client-sdks/reference/dotnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@ import LocalOnly from '/snippets/local-only-escape.mdx';
The PowerSync .NET SDK supports:

* **.NET Versions**: 6, 8, and 9
* **.NET Framework**: Version 4.8 (requires additional configuration)
* **MAUI**: Cross-platform support for Android, iOS, and Windows
* **.NET Standard**: 2.0 (for compatibility with older libraries and frameworks)
* **.NET Framework**: Version 4.8 (requires additional configuration — see the package [README](https://github.com/powersync-ja/powersync-dotnet/tree/main?tab=readme-ov-file))
* **MAUI**: Cross-platform support for Android, iOS, and Windows (targeting `net8.0` and `net9.0` mobile frameworks)
* **WPF**: Windows desktop applications
* **Console/CLI**: Windows (x64, ARM), macOS (x64, ARM), and Linux (x64, ARM)

**Current Limitations**:
* Blazor (web) platforms are not yet supported.
Expand Down
7 changes: 4 additions & 3 deletions resources/supported-platforms.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,11 @@ description: "Supported platforms and feature availability for each PowerSync Cl
| Platform / Feature | Supported? | Notes |
| --- | --- | --- |
| WPF | Yes | |
| MAUI | Yes | |
| MAUI | Yes | Android, iOS, and Windows |
| Winforms | YMMV - not tested | |
| CLI Windows | Yes | |
| CLI Mac | Yes | |
| CLI Windows | Yes (x64, ARM) | |
| CLI Mac | Yes (x64, ARM) | |
| CLI Linux | Yes (x64, ARM) | |
| Avalonia UI | YMMV - not tested | |
| HTTP connection method | Yes | |
| WebSocket connection method | No | |
Expand Down