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

Installing .NET 7.0 Preview 7 SDK, .NET Runtime version is Preview6 #14107

Closed
v-gaolisa opened this issue Jul 12, 2022 · 4 comments
Closed

Installing .NET 7.0 Preview 7 SDK, .NET Runtime version is Preview6 #14107

v-gaolisa opened this issue Jul 12, 2022 · 4 comments

Comments

@v-gaolisa
Copy link

Repro steps:
Download and install .NET 7 SDK (7.0.100-preview.7.22361.1) from main(7.0.x Runtime)" column in https://github.com/dotnet/installer

Expected Result
The .NET Runtime version should be 7.0.100-preview.7.xxx.

Actual Result
image

@balachir
Copy link

@joperezr mentioned that this is fixed by dotnet/runtime#71770. But, that fix seems to have been merged 5 days ago. Is it because we are behind on runtime flowing to the sdk and getting builds out with this fix?

@marcpopMSFT @mmitche

@joperezr
Copy link
Member

Is it because we are behind on runtime flowing to the sdk and getting builds out with this fix?

Yup, that's it. As of today, the latest installer build still has a 7-day-old dotnet/runtime build so it doesn't have this change yet. Once the dependency flow is fixed, this issue will be resolved. To be clear, the sdk does contain preview 7 bits from dotnet/runtime already, it is just the branding that was missed, which is why it seems to still be preview 6.

@marcpopMSFT
Copy link
Member

Main PR went in (just in time to be RC1) but preview 7 is still delayed: #14124

@v-gaolisa
Copy link
Author

This issue does not reproduce when installing 7.0.100-Preview.7.22368.11, so I will close this issue.

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

No branches or pull requests

4 participants