Skip to content

Conversation

@gregg-miskelly
Copy link
Contributor

@gregg-miskelly gregg-miskelly commented Nov 30, 2016

This adds support for Ubuntu 16.10, Fedora 24 and openSUSE 42.1. To do this we are moving the debugger packages to .NET Core 1.1.

Testing: Verified this works on Windows, OSX and Ubuntu 14.04.

This adds support for Ubuntu 16.10, Fedora 24 and openSUSE 42.1. To do this we are moving the debugger packages to .NET Core 1.1.
@gregg-miskelly
Copy link
Contributor Author

@rajkumar42 please review

@gregg-miskelly gregg-miskelly added this to the 1.6 milestone Nov 30, 2016
return opensuse_13_2;
if (distributionVersion.startsWith("13.")) {
return opensuse_13_2;
} else if (distributionVersion.startsWith("42.")) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should fully qualify the version 13.2 and 42.1, since coreclr seems to exactly match the version.

Copy link
Contributor

@rajkumar42 rajkumar42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants