You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My recommendation is to get rid of ReferenceFromRuntime items that point to CoreLib and replace them with P2Ps. The P2P would either point to coreclr's or mono's CoreLib.
To make P2P work CoreLib would have to state all its TargetFrameworks and cross-compile by those and not rely on any global properties from a vertical build to determine its content. Is that what you had in mind @ViktorHofer?
Following up on the discussion here: #36126 (comment).
My recommendation is to get rid of
ReferenceFromRuntime
items that point to CoreLib and replace them with P2Ps. The P2P would either point to coreclr's or mono's CoreLib.cc @safern @ericstj @GrabYourPitchforks
The text was updated successfully, but these errors were encountered: