Skip to content

Commit 9faf5dc

Browse files
Copilotadegeo
andcommitted
Clarify .NET Framework 4.x versioning with 3.5 note
Co-authored-by: adegeo <[email protected]>
1 parent a20e48f commit 9faf5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard/choosing-core-framework-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ There are two supported [.NET implementations](glossary.md#implementation-of-net
4545

4646
The .NET implementation supports side-by-side installations of different versions of the .NET runtime on the same machine. That capability allows multiple services on the same server, each on its own version of .NET. It also lowers risks and saves money in application upgrades and IT operations.
4747

48-
Side-by-side installation isn't possible with .NET Framework. It's a Windows component, and only one version can exist on a machine at a time: each version of .NET Framework replaces the previous version. If you install a new app that targets a later version of .NET Framework, you might break existing apps that run on the machine because the previous version was replaced.
48+
Side-by-side installation isn't possible with .NET Framework 4.x. It's a Windows component, and only one version of .NET Framework 4.x can exist on a machine at a time (.NET Framework 3.5 is separate and optional): each version of .NET Framework 4.x replaces the previous version. If you install a new app that targets a later version of .NET Framework, you might break existing apps that run on the machine because the previous version was replaced.
4949

5050
- **Is more secure.**
5151

0 commit comments

Comments
 (0)