### Features - Move webroot out of project.json for Dnu publish ([#3035](https://github.com/aspnet/dnx/issues/3035)) - Support Main entrypoint on CoreCLR ([#3020](https://github.com/aspnet/dnx/issues/3020)) - Rename Microsoft.Framework.\* to Microsoft.Extensions.\* ([#2871](https://github.com/aspnet/dnx/issues/2871)) - Skip strong name signing on Mono until Roslyn supports it ([#2558](https://github.com/aspnet/dnx/issues/2558)) - Add RuntimePath to IRuntimeEnvironment ([#2534](https://github.com/aspnet/dnx/issues/2534)) - Support consuming and producing nuget packages with native binaries ([#402](https://github.com/aspnet/dnx/issues/402)) ### Bugs Fixed - Dnu publish --runtime is wrong from windows to OSX ([#3167](https://github.com/aspnet/dnx/issues/3167)) - TaskCancelledException discovering tests ([#2982](https://github.com/aspnet/dnx/issues/2982)) - KeyNotFoundException when running dnu restore with Contentful.NET package ([#2970](https://github.com/aspnet/dnx/issues/2970)) - dnu publish on xproj referencing a csproj fails ([#2954](https://github.com/aspnet/dnx/issues/2954)) - dnx fails to load assembly if it has cultureinfo but does not have any resources ([#2902](https://github.com/aspnet/dnx/issues/2902)) - OS version should be the one reported by the OS ([#2895](https://github.com/aspnet/dnx/issues/2895)) - Stack traces for Roslyn compilation errors aren't supressed ([#2887](https://github.com/aspnet/dnx/issues/2887)) - Publish over aggressively deletes package contents ([#2850](https://github.com/aspnet/dnx/issues/2850)) - project.json parser can't handle unicode escape sequences ([#2843](https://github.com/aspnet/dnx/issues/2843)) - Debug.Assert crash the host (dnx.exe has stopped working) ([#2778](https://github.com/aspnet/dnx/issues/2778)) - Flow additional project.json properties into the assembly ([#2715](https://github.com/aspnet/dnx/issues/2715)) - Don't return -1 exit code from managed code ([#2707](https://github.com/aspnet/dnx/issues/2707)) - Rationalize type and function usage in native parts of DNX ([#1603](https://github.com/aspnet/dnx/issues/1603))