Skip to content

Commit a65d53a

Browse files
CopilotadegeoCopilotBillWagner
authored
Clarify .NET Framework 4.x versioning in side-by-side installation docs (#49868)
* Initial plan * Clarify .NET Framework 4.x versioning with 3.5 note Co-authored-by: adegeo <[email protected]> * Update choosing-core-framework-server.md * Update docs/standard/choosing-core-framework-server.md Co-authored-by: Copilot <[email protected]> * Apply suggestion from @BillWagner Co-authored-by: Bill Wagner <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: adegeo <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: Bill Wagner <[email protected]>
1 parent 51aae93 commit a65d53a

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. It's a Windows component, and only one version of .NET Framework 4 can exist on a machine at a time: each version of .NET Framework 4 replaces the previous version. (.NET Framework 3.5 is separate and optional.)
4949

5050
- **Is more secure.**
5151

0 commit comments

Comments
 (0)