Description
Older ASP.NET Core web applications can run with the 3.1 runtime package. It is useful for maintaining legacy web services that have not yet moved to a supported .NET release.
Legacy web runtimes are risky for public services. Prefer upgrading and isolate exposed applications behind strong patching, monitoring, and access controls.