You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the intent is that STS links should not include LTS releases, which I personally disagree with, then I'd assume https://aka.ms/dotnet/lts/sdk-productversion.txt would return .NET 8. It still returns .NET 6.
My conclusion is that some build step for .NET 8 isn't setting those links properly, not that it's intentional with STS. LTS is definitely wrong regardless.
Describe the bug
https://aka.ms/dotnet/sts/sdk-productversion.txt is supposed to return the latest STS release. Reasonably that should be .NET SDK 8 now with its release but it's still .NET 7.
If the intent is that STS links should not include LTS releases, which I personally disagree with, then I'd assume https://aka.ms/dotnet/lts/sdk-productversion.txt would return .NET 8. It still returns .NET 6.
My conclusion is that some build step for .NET 8 isn't setting those links properly, not that it's intentional with STS. LTS is definitely wrong regardless.
To Reproduce
Open https://aka.ms/dotnet/sts/sdk-productversion.txt or https://aka.ms/dotnet/lts/sdk-productversion.txt and notice it saying .NET 7 and .NET 6 respectively.
The text was updated successfully, but these errors were encountered: