This repository was archived by the owner on Dec 18, 2017. It is now read-only.
This repository was archived by the owner on Dec 18, 2017. It is now read-only.
Implicit DNX min version check #2197
Closed
Description
If any of the packages in project.json depend on a particular DNX and this is not less than the DNX version we're currently using, we can detect and throw on the app start. This would prevent some of the issues described in this bug: dotnet/aspnetcore#312 (comment)