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.
Closed
Description
We changed the way IRuntimeEnvironment
handles OS version. It used to return the kernel version as returned by GetVersionEx
/uname
.
Now we do some transformations and return something else like "7.0" for win 7 instead of "6.1.x.x".
The transformation should be an util/extension method because only DNX cares about it and IRuntimeEnvironment should return the string as given by the OS.