Skip to content

Commit b70a15f

Browse files
authored
Correct VS instructions (#22541)
1 parent 53b1fc8 commit b70a15f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/deploying/single-file.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ Visual Studio creates reusable publishing profiles that control how your applica
162162

163163
01. In the **Profile settings** dialog, set the following options:
164164

165-
- Set **Deployment mode** to **Self-contained**.
166-
- Set **Target runtime** to the platform you want to publish to.
165+
- Set **Deployment mode** to **Self-contained** or **Framework-dependent**.
166+
- Set **Target runtime** to the platform you want to publish to. (Must be something other than **Portable**.)
167167
- Select **Produce single file**.
168168

169169
Choose **Save** to save the settings and return to the **Publish** dialog.

0 commit comments

Comments
 (0)