Delete Microsoft.Windows.Compatibility from runtime#84013
Delete Microsoft.Windows.Compatibility from runtime#84013ViktorHofer merged 1 commit intodotnet:mainfrom
Conversation
dotnet/winforms#8909 moves the M.W.C package into windowsdesktop. Deleting the source from runtime and the package versions that aren't used anymore.
|
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries Issue Detailsdotnet/winforms#8909 moves the M.W.C package into windowsdesktop. Deleting the source from runtime and the package versions that aren't used anymore.
|
carlossanlop
left a comment
There was a problem hiding this comment.
Assuming the CI has unrelated failures, LGTM.
| <SystemSecurityCryptographyOpenSslVersion>5.0.0</SystemSecurityCryptographyOpenSslVersion> | ||
| <SystemSecurityPrincipalWindowsVersion>5.0.0</SystemSecurityPrincipalWindowsVersion> | ||
| <SystemSecurityPermissionsVersion>7.0.0</SystemSecurityPermissionsVersion> | ||
| <SystemServiceModelPrimitivesVersion>4.9.0</SystemServiceModelPrimitivesVersion> |
There was a problem hiding this comment.
Are these the packages you mention in the PR description?
and the package versions that aren't used anymore.
I am missing context. Are these related to M.W.C? Or just removing them as an unrelated improvement?
There was a problem hiding this comment.
Those versions were referenced only by M.W.C. Now that M.W.C doesn't exist in runtime anymore, delete them as they are dead code.
Closes #77557
Blocked by dotnet/windowsdesktop#3516
dotnet/windowsdesktop#3516 moves the M.W.C package into windowsdesktop. Deleting the source from runtime and the package versions that aren't used anymore.