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 53b1fc8 commit b70a15fCopy full SHA for b70a15f
docs/core/deploying/single-file.md
@@ -162,8 +162,8 @@ Visual Studio creates reusable publishing profiles that control how your applica
162
163
01. In the **Profile settings** dialog, set the following options:
164
165
- - Set **Deployment mode** to **Self-contained**.
166
- - Set **Target runtime** to the platform you want to publish to.
+ - Set **Deployment mode** to **Self-contained** or **Framework-dependent**.
+ - Set **Target runtime** to the platform you want to publish to. (Must be something other than **Portable**.)
167
- Select **Produce single file**.
168
169
Choose **Save** to save the settings and return to the **Publish** dialog.
0 commit comments