diff --git a/includes/cli-no-self-contained.md b/includes/cli-no-self-contained.md index 4d9b3ffdc79e5..6f14a87a33313 100644 --- a/includes/cli-no-self-contained.md +++ b/includes/cli-no-self-contained.md @@ -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. diff --git a/includes/cli-self-contained.md b/includes/cli-self-contained.md index 8e612392e1f2e..8d38bd561f60a 100644 --- a/includes/cli-self-contained.md +++ b/includes/cli-self-contained.md @@ -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.