Description
Projects can compile against .NET Core 3.1 reference assemblies through the targeting pack. It is useful for building code that targets that older framework version.
Targeting packs are compile-time support, not the runtime itself. Use only for legacy targets and prefer supported frameworks for new work.