Parallel install of different .net versions

Alexander P 20 Reputation points
2023-05-11T05:49:06.85+00:00

I have a question regarding .net framework and .net 6 desktop runtime.

We have a lot of applications that run on .net framework 4.8 and older.

A newer version of one application requires .net 6 desktop runtime to run.

Now my question would be if the other applications (running .net framework) will continue to work while .net 6 desktop runtime is additionally installed on all machines.

Thanks in advance for your help.

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,834 questions
.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,156 questions
0 comments No comments
{count} votes

Accepted answer
  1. Minxin Yu 11,586 Reputation points Microsoft Vendor
    2023-05-11T06:12:57.7866667+00:00

    Hi, @Alexander P

    will continue to work

    Yes.
    .NET Framework and .NET runtime are designed to be side-by-side compatible, which means that multiple versions of the .NET runtime can be installed on the same machine without interfering with each other or with applications built on other versions.

    Best regards,

    Minxin Yu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Trevor Fellman 0 Reputation points Microsoft Employee
    2024-08-12T23:45:05.25+00:00

    “Unlike .NET Framework, .NET isn't installed and tied to your version of Windows. You can only have a single version of .NET Framework installed on Windows. .NET can be installed anywhere on your computer and some apps might include their own copy of .NET.”

    Install .NET on Windows - .NET | Microsoft Learn

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.