Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

#208 make STJ conditional so only included for < net 6 #209

Merged
merged 4 commits into from
Apr 18, 2024

Conversation

thompson-tomo
Copy link
Contributor

This will make System.Text.Json only necessary on frameworks older than net 6 and hence improve mantainability

Closes #208

@thompson-tomo thompson-tomo requested a review from a team as a code owner April 16, 2024 22:35
@thompson-tomo thompson-tomo changed the title #208 make STJ conditional do only included for < net 6 #208 make STJ conditional so only included for < net 6 Apr 17, 2024
Copy link
Member

@andrueastman andrueastman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this @thompson-tomo

Could you please update the changelog at the repository root as well bump the version so that we release this too?

@thompson-tomo
Copy link
Contributor Author

thompson-tomo commented Apr 17, 2024

@andrueastman all done. I have just done the license expression via #211

@thompson-tomo thompson-tomo force-pushed the chore/#208_MakeSTJConditional branch from 5a118f4 to 7699e57 Compare April 17, 2024 08:14
@thompson-tomo thompson-tomo requested a review from baywet April 18, 2024 05:16
Copy link
Member

@andrueastman andrueastman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before merge lets bump abstractions dependency with microsoft/kiota-dotnet#220 to avoid any conflicting behaviour

@thompson-tomo
Copy link
Contributor Author

thompson-tomo commented Apr 18, 2024

Agree, we should also ensure license expression is set on abstractions. Which has been done via microsoft/kiota-dotnet#221

Copy link
Member

@baywet baywet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for making the changes!

@baywet baywet merged commit 1c1c3ce into microsoft:main Apr 18, 2024
7 checks passed
@thompson-tomo thompson-tomo deleted the chore/#208_MakeSTJConditional branch April 18, 2024 11:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Remove STJ dependency for net 6+
3 participants