-
Notifications
You must be signed in to change notification settings - Fork 84
Azure Endpoint for .NET 8 WindowsDesktop Runtime Points to Outdated Version #395
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
Labels
Comments
It's not just WindowsDesktop / 8.0, it also affects 7.0, e.g. https://dotnetcli.azureedge.net/dotnet/Sdk/STS/latest.version is still at |
Hi @Sewer56, I am looking at this issue. |
Yep, works fine now, can be closed 👍 |
Thank you for your cooperation with us :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not sure of the exact place to report it; so I apologize if this is not the right place.
I'll keep it simple.
The Azure endpoint used by the dotnet-install scripts is pointing to the wrong version of the runtime for the WindowsDesktop
FrameworkName
. Which means that the install script will fetch an outdated version of this runtime if requested. For the same reason, various libraries such as my own NetCoreInstallChecker are affected.Link: https://dotnetcli.azureedge.net/dotnet/WindowsDesktop/8.0/latest.version
The URLs for main runtime and ASP.NET are up to date as expected, it's just WindowsDesktop.
This should be at RC1 instead of Preview 7, however 4 days have elapsed since RC1 release; and this endpoint has not yet unfortunately been updated; so I'm formally opening a ticket for this.
The text was updated successfully, but these errors were encountered: