We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba6d7a9 commit 71fc75fCopy full SHA for 71fc75f
docs/core/compatibility/sdk/6.0/runtimeidentifier-self-contained.md
@@ -41,9 +41,14 @@ The default without specifying a `RuntimeIdentifier` is to generate a framework-
41
42
## Recommended action
43
44
-- Specify a boolean value in your project file for `SelfContained`.
45
-- Or, add `--sc` with a value to your build or publish command.
+- Specify a Boolean value in your project file for `SelfContained`.
+- Or, add `--self-contained` with a value to your build or publish command.
46
47
## Affected APIs
48
49
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