.net 6 is completely separate from .net 4,*. It installs in different folders and runs side by side. Even different versions of .net core have no effect on each other.
Is it Safe to Install .NET 6 Runtimes While there are Apps Running on .NET 4.x ?
Abdurhman Alsobhi
21
Reputation points
We have very critical applications running on .NET 4.5, We want to deploy a new application built for .NET 6, Is it safe to install .NET 6 ?, The currently running applications should never stop running.
Thank you.
Developer technologies | .NET | .NET Runtime
1,272 questions
Developer technologies | C#
11,579 questions
Accepted answer
-
Bruce (SqlWork.com) 78,086 Reputation points Volunteer Moderator
2022-03-19T19:58:33.423+00:00
1 additional answer
Sort by: Most helpful
-
Karen Payne MVP 35,586 Reputation points Volunteer Moderator
2022-03-19T22:06:00.543+00:00 .NET Framework 1.0 through 4.8 is not compatible with and version of .NET Core and .NET Core is not compatible with .NET Framework 1.0 through 4.8.