Comment by debugnik

7 days ago

The .NET that comes with Windows is the ridiculously outdated .NET Framework 4.8. But most greenfield projects should have been using the newer .NET (previously .NET Core) for several years now, which is installed separately or deployed as self-contained apps.

The majority of software runs on old outdated .net framework and no one is going to take the time to port it to .net 10 even though it only takes a short time to do so itself, but keep in mind a lot of this isn't the porting it's the testing, release which includes 20 year old enterprise clients who are stingy about change and paying for any updated anything.

  • I know, and those can keep using Framework 4.8, but the topic here is attracting developers to Windows, and the primary toolchain for that today definitely isn't Framework 4.8, so the top comment is moot.