### Description https://dotnetcli.blob.core.windows.net/dotnet/Runtime/9.0/latest.version url is returning 9.0.0-rc.2.24473.5 instead of 9.0.0 ### Reproduction Steps Just open the provided Microsoft website url. ### Expected behavior It should return the latest stable release number (9.0.0), just like https://dotnetcli.blob.core.windows.net/dotnet/Runtime/8.0/latest.version that returns 8.0.11 ### Actual behavior It returns 9.0.0-rc.2.24473.5 ### Regression? Works fine on .NET 8 ### Known Workarounds I tried to workaround the cache (if any) by passing a random query string, but it didn't work ### Configuration _No response_ ### Other information _No response_