8000 Update maintenance-packages pruning versions by ericstj · Pull Request #49092 · dotnet/sdk · GitHub
[go: up one dir, main page]

Skip to content

Update maintenance-packages pruning versions #49092

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

Merged
merged 2 commits into from
Jul 22, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update ValueTuple for netstandard2.0
Versions 4.4.0 and later for this package all have a placeholder for
`netstandard2.0` so it's safe to prune as it doesn't expose any
reference.
  • Loading branch information
ericstj committed May 21, 2025
commit eaabd74ef8cc64b665c89b2968fd2821add3bc21
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ internal static class NETStandard20
{ "System.Threading.Thread", "4.3.0" },
{ "System.Threading.ThreadPool", "4.3.0" },
{ "System.Threading.Timer", "4.3.0" },
{ "System.ValueTuple", "4.4.0" },
{ "System.ValueTuple", "4.6.1" },
{ "System.Xml.ReaderWriter", "4.3.1" },
{ "System.Xml.XDocument", "4.0.11" },
{ "System.Xml.XmlDocument", "4.3.0" },
Expand Down
Loading
0