Skip to content

feat: Allow Newtonsoft.Json >= 13.0.2 (from =13.0.3)#199

Open
dhunt-xsolla wants to merge 1 commit into
supabase-community:masterfrom
dhunt-xsolla:feat/allow-newtonsoft-13-0-2-plus
Open

feat: Allow Newtonsoft.Json >= 13.0.2 (from =13.0.3)#199
dhunt-xsolla wants to merge 1 commit into
supabase-community:masterfrom
dhunt-xsolla:feat/allow-newtonsoft-13-0-2-plus

Conversation

@dhunt-xsolla

Copy link
Copy Markdown

What kind of change does this PR introduce?

feat!: Allow Newtonsoft.Json >= 13.0.2 (from =13.0.3)

What is the current behavior?

Disallows client-server parity due to the current Unity LTS limitations

Unity 6 LTS uses max 13.0.2, currently

What is the new behavior?

Allows Unity 6 LTS backwards compatibility, useful for client-server parity

Additional context

Just a minor version diff. Since it allows .2+, it's not breaking

- Allowing Unity 6 LTS backwards compatibility, useful for client-server parity
@Tr00d Tr00d self-assigned this Jul 1, 2026
@Tr00d

Tr00d commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

@dhunt-xsolla Hi, I'm the new maintainer for the Supabase C# SDK.
I'll have a look at your PR, as it's ineffective on its own: other sub-packages still define a hard 13.0.3 floor. I will need to cascade the change for every package to make sure we allow 13.0.2 and above.

I'll get back to you soon enough. Thanks!

@Tr00d Tr00d added fix Something isn't working newtonsoft labels Jul 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix Something isn't working newtonsoft

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants