Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions includes/cli-no-self-contained.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
ms.date: 10/01/2025
ms.date: 12/03/2025
ms.topic: include
---
**`--no-self-contained`**

Equivalent to `--self-contained false`.
Publish your application as a framework dependent application. A compatible .NET runtime must be installed on the target machine to run your application.
4 changes: 2 additions & 2 deletions includes/cli-self-contained.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
ms.date: 10/01/2025
ms.date: 12/03/2025
ms.topic: include
---
**`--sc|--self-contained`**

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