-
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
Microsoft.NETCore.Platforms: fix graph not being updated on pack. #82204
Conversation
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries Issue DetailsFixes #82125. Regressed in #76068. @ViktorHofer @wfurt ptal.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the quick fix
Can you please check is 6.0 and 7.0 are also impacted? |
Yes, the issue is also on the 7.0 branch. This change can be backported to it. I need to take a closer look at what happens on the 6.0 branch, some changes were made as well. |
yes, 6.0 was working for me, 7.0 did not. I plan to sync & put up PR for Ubuntu 23 RID. (for 7.0 I just manually backported the changes from 6.0) |
/backport to release/7.0 |
Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/4307289296 |
Fixes #82125.
Regressed in #76068.
@ViktorHofer @wfurt ptal.