Suppress System.Drawing.Common dependency from System.Windows.Extensions#88157
Suppress System.Drawing.Common dependency from System.Windows.Extensions#88157ericstj merged 2 commits intodotnet:mainfrom
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