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
This issue will track removing all the temporary workarounds we add to #121853 in order to target .NET 11 with the .NET 10 SDK.
Use .NET 10 pruning data when targeting .NET 11.
Note: a potentially better fix would be to pre-generate the live pruning data before restore and use this instead of the SDK's targeting pack data. We were missing this in .NET 10 too. I looked into doing this, but it may not be sufficient for net11 retargeting since we have other subsets that don't consume the live targeting pack.