.NET Core 3.1 apps with the .NET 5 Hosting Bundle are supported to work?

Tomonori Taniguchi 16 Reputation points
2020-11-26T01:54:26.47+00:00

Hi.

When I installed the Hosting Bundle for .NET 5, the Hosting Bundle for .NET Core 3.1 disappeared.

I checked this folder.
C:\Program Files\IIS\Asp.Net Core Module\V2

.NET Core 3.1 apps with the .NET 5 Hosting Bundle are supported to work?
In addition, I would like to know if there is any mention of this in the official documentation.

  • Background
    I have multiple .NET Core 3.1 apps running on a single windows server.
    I have converted one of them to .NET 5 and would like to continue running .NET Core 3.1 apps on the same server.

Thanks,

.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,125 questions
0 comments No comments
{count} vote

6 answers

Sort by: Most helpful
  1. Tomonori Taniguchi 16 Reputation points
    2022-08-07T11:28:28.107+00:00

    Thank you all.

    I found in the official document that it is supported if LTS.
    https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/aspnet-core-module?view=aspnetcore-6.0

    "The ASP.NET Core Module is forward and backward compatible with LTS releases of .NET."