8000 OS version should be the one reported by the OS · Issue #2895 · aspnet/dnx · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
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.
OS version should be the one reported by the OS #2895
Closed
@victorhurdugaci

Description

@victorhurdugaci

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.

cc @moozzyk @davidfowl

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0