Skip to content

Commit 9efc1a6

Browse files
Remove indication that self-contained option accepts true/false (#50335)
* remove indication that self-contained option accepts true/false * Update includes/cli-no-self-contained.md Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent 9485841 commit 9efc1a6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

includes/cli-no-self-contained.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
ms.date: 10/01/2025
2+
ms.date: 12/03/2025
33
ms.topic: include
44
---
55
**`--no-self-contained`**
66

7-
Equivalent to `--self-contained false`.
7+
Publish your application as a framework-dependent application. A compatible .NET runtime must be installed on the target machine to run your application.

includes/cli-self-contained.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
ms.date: 10/01/2025
2+
ms.date: 12/03/2025
33
ms.topic: include
44
---
55
**`--sc|--self-contained`**
66

7-
Publish the .NET runtime with your application so the runtime doesn't need to be installed on the target machine. The default is `true`.
7+
Publish the .NET runtime with your application so the runtime doesn't need to be installed on the target machine.

0 commit comments

Comments
 (0)