System.AppDomain 2.0.2
Exposes the hidden System.AppDomain in .NET Core. Currently exposes AppDomain.CurrentDomain, AppDomain.BaseDirectory, AppDomain.AssemblyResolve, AppDomain.TypeResolve, AppDomain.ResourceResolve, and AppDomain.UnhandledException. Required supporting classes are also exposed.
Apparently they removed UnhandledException in RC2. So now on RC2 that event is still 'exposed' but will never fire.
.NET Standard 1.5
- System.Linq.Expressions (>= 4.0.11-rc2-24027)
- System.Reflection (>= 4.1.0-rc2-24027)
- System.Reflection.TypeExtensions (>= 4.1.0-rc2-24027)
- System.Runtime.InteropServices (>= 4.1.0-rc2-24027)
- System.Resources.ResourceManager (>= 4.0.1-rc2-24027)
- System.Linq (>= 4.1.0-rc2-24027)
DNXCore 5.0
- System.Linq (>= 4.0.0)
- System.Reflection (>= 4.0.10)
- System.Runtime.InteropServices (>= 4.0.10)
- System.Linq.Expressions (>= 4.0.0)
- System.Reflection.TypeExtensions (>= 4.0.1-beta-23409)