System.AppDomain 1.1.1
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.
Mostly internal changes. Some documentation changes. Removed support for .NET Framework since this isn't needed there.
.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.Linq (>= 4.1.0-rc2-24027)
- System.Runtime.InteropServices (>= 4.1.0-rc2-24027)
- System.Resources.ResourceManager (>= 4.0.1-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)