Closed
Description
I pushed a fix to corefx (dotnet/corefx@68c0368) to add support for some additional runtimes. I am trying to build core-setup now and it still isn't picking up the additional runtimes. My builds fail with some variant of:
System.Threading.Timer 4.3.0-preview1-24508-08 provides a compile-time reference assembly for System.Threading.Timer on .NETCoreApp,Version=v1.0, but there is no run-time assembly compatible with rhel.7.3-x64.
Can you please point me to some doc or an example of how do add support for an additional runtime to core-setup? Does it involving bumping the versions of corefx being used? Or is there some way to teach core-setup to augment the runtime ids some other way?
Apologies in advance if this is a really basic question but I couldn't find an answer to it.