Question
Which ASP.NET Core versions does Plesk support?
Answer
ASP.NET Core in Plesk for Windows Server
-
ASP.NET Core 8.0
ASP.NET Core 7.0 is supported starting from Plesk Obsidian 18.0.57
-
ASP.NET Core 7.x
ASP.NET Core 7.0 is supported starting from Plesk Obsidian 18.0.49
-
ASP.NET Core 6.x
ASP.NET Core 6.0 is supported starting from Plesk Obsidian 18.0.41
-
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
ASP.NET Core in Plesk for Linux
It is possible to install ASP.NET Core by using the extension .NET Toolkit starting from Plesk Obsidian 18.0.45.0.
Note: In general, the extension installs the latest available version (6.0, at the moment). However, it is possible to install and use older versions manually by following the official instructions.