Closed
Description
As we are switching away from package dependencies for CoreClr and CoreFx we should discuss remaining consumers of the private transport packages:
I quickly talked with @dagood about this. The SharedFramework.Sdk requires crossgen from the CoreClr package and some OOB packages from the CoreFx one. We should probably package crossgen up and add it to BAR. For the OOB ones we already have a package which references all the OOB packages: Microsoft.Private.CoreFx.OOB
which could probably be used instead.
cc @dotnet/runtime-infrastructure