.NET SDK On Core?
Are there any plans to move the .NET SDK from .NET 3.5 to a modern version of .NET, specifically one supported by .NET Core? .NET 3.5 is 11 years old at this point and while still supported, as far as I can tell .NET 3.5 is considered to be a legacy component which is only installed if needed, along with other old .NET runtimes.
Moving to a newer version would both bring whatever runtime improvements have been added in the last 10 years as well as allow development without having Visual Studio installed, as there is no other way I know of to get the .NET 3.5 SDK unless you use an old, unsupported version of Mono (ca. 3 years ago, before support for old versions of .NET was removed.)

