dotnet / sdk

Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
https://dot.net/core
MIT License
2.67k stars 1.06k forks source link

dotnet --list-sdks should warn about out-of-date sdk versions #11205

Open IanET opened 4 years ago

IanET commented 4 years ago

Just realized I had a bunch of old sdks installed that should have been deleted. It would be great if --list-sdks could warn about anything old, potential vulnerable.

marcpopMSFT commented 4 years ago

Similar ask to some tooling that @joeloff is looking into.