Description
ASP.NET Core 3.1 projects can compile against the matching reference assemblies. It is useful for maintaining older web applications that still target that framework.
Compile-time support does not make an old web stack safe for new deployments. Prefer supported frameworks when exposing services to users.