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

Update platform functions to use major and minor version number on FreeBSD #3320

Open
wfurt opened this issue Oct 24, 2018 · 2 comments
Open
Labels
Milestone

Comments

@wfurt
Copy link
Member

wfurt commented Oct 24, 2018

this is follow-up on dotnet/core-setup#3228.

right now we get this on FreeBSD running dotnet --info

Runtime Environment:
OS Name: FreeBSD
OS Version: 11
OS Platform: FreeBSD
RID: freebsd.11-x64

To be consistent with other platforms this should be updated to retune something like 11.2 for version (or 12.0) and rid should be freebsd.11.2-64

cc: @bartonjs

@wfurt wfurt self-assigned this Oct 24, 2018
@dagood
Copy link
Member

dagood commented Feb 22, 2019

Based on dotnet/core-setup#3228, this is a host change. (Setting label.)

@msftgits msftgits transferred this issue from dotnet/core-setup Jan 30, 2020
@msftgits msftgits added this to the Future milestone Jan 30, 2020
@maryamariyan maryamariyan added the untriaged New issue has not been triaged by the area owner label Feb 23, 2020
@jeffschwMSFT jeffschwMSFT removed the untriaged New issue has not been triaged by the area owner label Feb 24, 2020
@arrowd
Copy link
Contributor

arrowd commented Oct 2, 2021

Haskell Stack doesn't discriminate between minor version. Neither should .NET, because minor releases are guaranteed to be ABI compatible.

@wfurt wfurt removed their assignment Dec 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

6 participants