Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary dependencies in System.Text.Json #85640

Merged
merged 3 commits into from
May 2, 2023

Conversation

ViktorHofer
Copy link
Member

@ViktorHofer ViktorHofer commented May 2, 2023

The System.ValueTuple dependency is already provided in-box in .NET Standard and therefore the down-level applicable package doesn't need to be referenced.

Also remove the unneeded System.Numerics.Vectors dependency.

The `System.ValueTuple` dependency is already provided in-box in .NET Standard and therefore the down-level applicable package doesn't need to be referenced.
@ghost
Copy link

ghost commented May 2, 2023

Tagging subscribers to this area: @dotnet/area-system-text-json, @gregsdennis
See info in area-owners.md if you want to be subscribed.

Issue Details

The System.ValueTuple dependency is already provided in-box in .NET Standard and therefore the down-level applicable package doesn't need to be referenced.

Author: ViktorHofer
Assignees: -
Labels:

area-System.Text.Json

Milestone: -

@ViktorHofer ViktorHofer merged commit 91a572d into main May 2, 2023
@ViktorHofer ViktorHofer deleted the ViktorHofer-patch-4 branch May 2, 2023 14:28
@ghost ghost locked as resolved and limited conversation to collaborators Jun 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants