-
I'd like to know if ASP.NET Core - specifically version 2.1 - is still supported if it is running on the .NET Framework runtime. With "supported" I only mean "is still getting security fixes" in the context of this question. According to the .NET Core and .NET 5 Support Policy:
The first link (ASP.NET Support) says this:
Although there is no "following" list, I assume they mean the packages link. That page lists ASP.NET Core packages, e.g. the "main" package "Microsoft.AspNetCore". So all of this seems to indicate that ASP.NET Core 2.1 on .NET Framework is still supported. But the last released AspNetCore package is 2.1.7 from January 2019, whereas the current 2.1.x version of .NET Core is 2.1.24 from January 2021. If it's still supported, doesn't this also mean that ASP.NET Core 2.1 on .NET Framework is supported as long as the .NET Framework itself is supported - which bascially means as long as the Windows version it's running on is supported? So even after .NET Core 2.1 support ends on August 21, 2021, ASP.NET Core 2.1 on .NET Framework should still get security updates, right? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes it is.
@Pilchie ?
Yep. The ones that we deem important enough to back port to 2.1. That's correct. cc @DamianEdwards @Pilchie to check my answers |
Beta Was this translation helpful? Give feedback.
Yes it is.
@Pilchie ?
Yep. The ones that we deem important enough to back port to 2.1. That's correct.
cc @DamianEdwards @Pilchie to check my answers