-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Suppress System.Drawing.Common dependency from System.Windows.Extensions #88157
Conversation
Added When you commit this breaking change:
Tagging @dotnet/compat for awareness of the breaking change. |
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries Issue DetailsDropping the package reference for System.Drawing.Common from System.Windows.Extensions. This retains the type-forwards to avoid binary breaking changes but drops the package reference in the shipping product. Related: dotnet/msbuild#8962
|
Tagging subscribers to this area: @dotnet/area-microsoft-win32 Issue DetailsDropping the package reference for System.Drawing.Common from System.Windows.Extensions. This retains the type-forwards to avoid binary breaking changes but drops the package reference in the shipping product. Related: dotnet/msbuild#8962
|
runtime-dev-innerloop failure is #88172 |
Dropping the package reference for System.Drawing.Common from System.Windows.Extensions.
This retains the type-forwards to avoid binary breaking changes but drops the package reference in the shipping product.
Related: dotnet/msbuild#8962