Skip to content

Commit e4f0463

Browse files
committed
Document frameworks
1 parent e5dedc7 commit e4f0463

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ Demo applications are located in the [`demos/`](./demos/) directory. Also see ou
2626

2727
# Supported Frameworks
2828

29-
This PowerSync SDK currently targets the following .NET versions:
29+
## Target Frameworks
30+
31+
This PowerSync SDK supports the following target frameworks:
3032
- **.NET 9** - [Latest version](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)
3133
- **.NET 8** - [Current LTS Version, used for development of this project](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
32-
- **.NET 6** - supported for compatibility with older projects)
34+
- **.NET 6** - supported for compatibility with older projects
3335
- **.NET Standard 2.0** - for compatibility with older libraries and frameworks, tested/verified older versions will be listed below.
3436

3537
- .NET Framework 4.8:
@@ -67,6 +69,12 @@ This PowerSync SDK currently targets the following .NET versions:
6769

6870
When running commands such as `dotnet run` or `dotnet test`, you may need to specify the target framework explicitly using the `--framework` flag.
6971

72+
## Application Frameworks
73+
- MAUI - Cross-platform native apps for mobile and desktop
74+
- Platforms: iOS, Android, Windows
75+
- WPF - Windows desktop applications
76+
- Console Applications - Command-line and binary apps
77+
7078
# Development
7179

7280
Download PowerSync extension

0 commit comments

Comments
 (0)