@krwq @tarekgh @eerhardt added a dependency on Microsoft.DotNet.PlatformAbstractions to CoreFx.TestUtilities in dotnet/corefx#24531. That cause a cycle in our build-from-source efforts so we have to figure out a solution to break that cycle.
For now I'm going to break the cycle by pinning to an existing version but we cannot do that in general because it requires us to have an existing binary which is bad for new-distro bring-up.
@eerhardt what is your thoughts on bring Microsoft.DotNet.PlatformAbstractions into corefx?