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

Installed .NET 6.0 and RuntimeInformation.FrameworkDescription property is returning incorrect version. #61330

Closed
speed2048 opened this issue Nov 8, 2021 · 2 comments
Labels
area-Infrastructure-coreclr untriaged New issue has not been triaged by the area owner

Comments

@speed2048
Copy link

Description

I installed GA of .net 6.0 and the I returned the RunTimeInformation.FramworkDescription property and contains the incorrect rtm version of the runtime. This issue occurs on other platforms as well.

Reproduction Steps

Console.WriteLine($"Runtime = {RuntimeInformation.FrameworkDescription}");

Expected behavior

Should return .NET 6.0.0

Actual behavior

Api call returned : .NET 6.0.0-rtm.21522.10

Regression?

Worked correctly in rc1 and rc2 of .net 6

Known Workarounds

no workaround.

Configuration

dotnet --info returned...
Host (useful for support):
Version: 6.0.0
Commit: 4822e3c

.NET SDKs installed:
No SDKs were found.

.NET runtimes installed:
Microsoft.NETCore.App 6.0.0 [/usr/share/dotnet/shared/Microsoft.NETCore.App]

To install additional .NET runtimes or SDKs:
https://aka.ms/dotnet-download

Other information

No response

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Nov 8, 2021
@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

@jkotas
Copy link
Member

jkotas commented Nov 9, 2021

Thank you for reporting this. It is scheduled to be fixed in 6.0.1 update (#61240).

Duplicate of #45812

@jkotas jkotas closed this as completed Nov 9, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Dec 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Infrastructure-coreclr untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

No branches or pull requests

2 participants