Skip to content

Commit 71fc75f

Browse files
authored
fix option name (#29695)
1 parent ba6d7a9 commit 71fc75f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/core/compatibility/sdk/6.0/runtimeidentifier-self-contained.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,14 @@ The default without specifying a `RuntimeIdentifier` is to generate a framework-
4141

4242
## Recommended action
4343

44-
- Specify a boolean value in your project file for `SelfContained`.
45-
- Or, add `--sc` with a value to your build or publish command.
44+
- Specify a Boolean value in your project file for `SelfContained`.
45+
- Or, add `--self-contained` with a value to your build or publish command.
4646

4747
## Affected APIs
4848

4949
N/A
50+
51+
## See also
52+
53+
- [dotnet build command](../../../tools/dotnet-build.md)
54+
- [dotnet publish command](../../../tools/dotnet-publish.md)

0 commit comments

Comments
 (0)