Hello,
We are using this CDN url https://builds.dotnet.microsoft.com/dotnet/Sdk/$(release)/latest.version to determine the latest version of the specific dotnet releases.
Now both LTS and
STS are pointing to dotnet 9 version as latest version.
Is this correct to show the dotnet 9 latest version as the LTS version? Shouldn't the LTS url point to current dotnet LTS release version which is dotnet 8.
Hello,
We are using this CDN url
https://builds.dotnet.microsoft.com/dotnet/Sdk/$(release)/latest.versionto determine the latest version of the specific dotnet releases.Now both LTS and
STS are pointing to dotnet 9 version as latest version.
Is this correct to show the dotnet 9 latest version as the LTS version? Shouldn't the LTS url point to current dotnet LTS release version which is dotnet 8.