See #3658 (comment)
Basically, when the F# compiler runs on .NET CoreApp 2.0 it effectively requires that all System.Type have an implementation of IReflectableTYpe. But we have no reasonable way to implement that interface. That requirement seems to be coming from uses of GetTypeInfo in FSharp.Core.dll (though hopefully not anywhere else)
Specifically, if we enable netcoreapp2.0 as a test target here: https://github.com/fsprojects/FSharp.TypeProviders.SDK/pull/132/files#diff-ac663ab43267f2bdb3a22e804b6c9af6R4 then tests fail
