File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff 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
6870When 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
7280Download PowerSync extension
You can’t perform that action at this time.
0 commit comments