System.AppDomain 2.0.3
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 made a lot of changes in RC2. So I'm going to make sure this code is more future proof.
.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)