Question
Which ASP.NET Core versions does Plesk support?
Answer
-
ASP.NET Core 5.x
ASP.NET Core 5.0 is supported starting from Plesk Obsidian 18.0.32 (can be added now to all Obsidian installations).
-
ASP.NET Core 3.x
ASP.NET Core 3.0 and ASP.NET Core 3.1 are supported starting from Plesk Obsidian.
-
ASP.NET Core 2.x
ASP.NET Core 2.2 and ASP.NET Core 2.1 are supported starting from Plesk Obsidian.
ASP.NET Core 2.0 is supported starting from Plesk Onyx 17.8. -
ASP.NET Core 1.x
Support for ASP.NET 1.0 and 1.1 has been dropped in Plesk Obsidian.
Use Plesk Installer to install the component “Microsoft ASP.NET Core hosting features” and then upload your ASP.NET Core app manually into hosting using FTP, Visual Studio, etc.
Other ASP.NET Core versions are not shipped with Plesk but can be installed on a server with Plesk. Install the required version manually using the installer downloaded from the .NET Core website.
To list all installed ASP.NET versions, run the following command in a command prompt:
C:> dotnet –info
Plesk does not support ASP.NET Core on Linux.
Download and install ASP.NET Core manually on a Linux server with Plesk using the instructions from the .NET Core website.