What is the difference between a .NET Core 3.1 application and a .NET 5.0 application?
If I convert my .NET Core 3.1 application to .NET 5, will it still be a .NET Core application? I'm trying to understand if going from .NET Core 3.1 to .NET 5 is a Framework change or if it's just the new name for .NET Core and .NET Framework combined.