Skip to content

Commit 528a0bf

Browse files
authored
Update reference to netcoreapp3.1 (#25601)
1 parent 860d026 commit 528a0bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tutorials/publishing-with-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ In the following steps, you'll look at the files created by the publish process.
8787
1. Open a command prompt and navigate to the *publish* folder. To do that, enter `cd` and then paste the full path. For example:
8888

8989
```console
90-
cd C:\Projects\HelloWorld\bin\Release\netcoreapp3.1\publish\
90+
cd C:\Projects\HelloWorld\bin\Release\net5.0\publish\
9191
```
9292

9393
1. Run the app by using the executable:

0 commit comments

Comments
 (0)