-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Bump System.Text.Json toolset version #113384
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
|
/backport to release/9.0-staging |
|
Started backporting to release/9.0-staging: https://github.com/dotnet/runtime/actions/runs/13794006273 |
|
I assume updating the toolset of S.T.J. does not have the same cascading effect on other repos as the regular S.T.J. package has, correct? cc @ericstj |
|
No cascading effect as STJ with the toolset version doesn't get redistributed or promoted to a package dependency. It's a compile-only dependency. The only constraint is that the version used isn't newer than what ships inbox in VS (based on the VS images that we use in our CI). |
|
Also if we happen to ship any of the tasks built here, that the minimum version of VS required by the SDK also has the update. |
Resolves CG alert