Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mono detection to RuntimeInformation #17430

Closed
BrennanConroy opened this issue May 27, 2016 · 3 comments
Closed

Add mono detection to RuntimeInformation #17430

BrennanConroy opened this issue May 27, 2016 · 3 comments
Labels
area-System.Runtime enhancement Product code improvement that does NOT require public API changes/additions
Milestone

Comments

@BrennanConroy
Copy link
Member

Currently the RuntimeInformation class has a FrameworkDescription which will display .NET Framework 4.0.0.0 on Mono. There should be a different value for Mono so that is easier to tell if you are running on Mono

@AlexGhiondea
Copy link
Contributor

@Priya91 is this something we still want to do in 1.2?

@Priya91
Copy link
Contributor

Priya91 commented Dec 6, 2016

@BrennanConroy This is implemented in Mono, executing RuntimeInformation.FrameworkDescription on Mono runtime gives this output:

FrameworkDescription=4.6.2 (Visual Studio built mono)

@Priya91
Copy link
Contributor

Priya91 commented Dec 6, 2016

Closing the issue, please reopen if there are additional requirements.

@Priya91 Priya91 closed this as completed Dec 6, 2016
@Priya91 Priya91 removed their assignment Dec 6, 2016
@msftgits msftgits transferred this issue from dotnet/corefx Jan 31, 2020
@msftgits msftgits added this to the 2.0.0 milestone Jan 31, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Runtime enhancement Product code improvement that does NOT require public API changes/additions
Projects
None yet
Development

No branches or pull requests

4 participants