Skip to content

Add .NET 10 support, remove support for versions before .NET 8#79

Draft
LucDeCaf wants to merge 8 commits into
mainfrom
dotnet-10
Draft

Add .NET 10 support, remove support for versions before .NET 8#79
LucDeCaf wants to merge 8 commits into
mainfrom
dotnet-10

Conversation

@LucDeCaf

Copy link
Copy Markdown
Contributor

Per our Supported Platforms policy, we aim to support the LTS + Current versions of the platforms we target. This means supporting .NET 8, 9, and 10. As a result, this PR adds support for .NET 10 and drops support for .NET 8 mobile targets and all targets prior to .NET 8.

We initially designed this SDK with netstandard2.0 and net6.0 support, but AFAIK there aren't many people using the SDK on those targets and having to support old versions sometimes causes issues in the code. If a large enough number of people are still using .NET Framework or .NET Core <= 6.0 with the PowerSync SDK, I'll revert the changes in this PR and look for workarounds to continue supporting the old platforms as well as .NET 10.

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