Skip to content

Commit 51b410c

Browse files
committed
Remove my temp code
1 parent 23801e6 commit 51b410c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/deploying/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The following table provides quick examples of how to publish your app.
111111
| [ReadyToRun deployment](#readytorun-deployment) | `dotnet publish -c Release [-r <RID>] -p:PublishReadyToRun=true` |
112112

113113
::: zone-end
114-
[](#framework-dependent-deployment)
114+
115115
## Framework-dependent deployment
116116

117117
Framework-dependent deployment is the default mode when you publish from either the CLI or Visual Studio. In this mode, a platform-specific executable host is created to host your cross-platform app. The host executable filename varies per platform and is named something similar to `<PROJECT-FILE>.exe`. You can run this executable directly instead of calling `dotnet <PROJECT-FILE>.dll`, which is still an acceptable way to run the app.

0 commit comments

Comments
 (0)