Skip to content

Commit 9e87121

Browse files
authored
Update dotnet-publish.md (#45430)
1 parent 60715bb commit 9e87121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tools/dotnet-publish.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The following MSBuild properties change the output of `dotnet publish`.
9494

9595
- `PublishSingleFile`
9696

97-
Packages the app into a platform-specific single-file executable. For more information about single-file publishing, see the [single-file bundler design document](https://github.com/dotnet/designs/blob/main/accepted/2020/single-file/design.md).
97+
Packages the app into a platform-specific single-file executable. For more information about single-file publishing, see the [single-file bundler design document](https://github.com/dotnet/designs/blob/main/accepted/2020/single-file/design.md). When this property is set to `true`, the `PublishSelfContained` property is implicitly set to `true`.
9898

9999
We recommend that you specify this option in the project file rather than on the command line.
100100

0 commit comments

Comments
 (0)