-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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 EOL package references #76073
Conversation
@jaredpar can someone on your team please take a look at the |
Now that #76076 is merged, I rebased on top of it. The changes here remove package references and package versions that aren't necessary anymore because the assembly got moved inbox. The xunit version used in roslyn now targets netstandard2.0 as well so workaround can be removed for that as well. |
Microsoft.IO.Redist, System.Bufferes, System.Memory and more recently shipped from the dotnet/maintenance-packages repository.
This change might be considered a breaking change as packages like System.Memory are being updated which are considered highly impactful and might also require coordination with VS.
Tries to unblock dotnet/sdk#45042