Open
Description
Describe the bug
NETSDK1138
is currently not generated for .NET 6 when using the .NET 9 SDK. It went EOL when .NET 9 was released. https://learn.microsoft.com/de-de/dotnet/core/tools/sdk-errors/netsdk1138 is showing that .NET 6 is considered EOL, so I would have expected to receive this warning.
Please check if this is intentional. It was also not changed for .NET 10 Preview 1 so far.
To Reproduce
- Create a new console application
- Change target framework to
net6.0
- Compile
Exceptions (if any)
None, would have expected to see NETSDK1138
nowadays. It's currently only blocked explicitly for net6.0-android
through https://github.com/dotnet/android/blob/main/src/Xamarin.Android.Build.Tasks/Microsoft.Android.Sdk/Sdk/Eol.targets
Or is this expected to happen at a later point in time? I see in the history that .NET 7 was added in September 2024 when it went EOL in May 2024.