Skip to content

Commit 25dc695

Browse files
committed
Fix bugs
1 parent f69d032 commit 25dc695

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/deploying/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ dotnet publish -c Release -r <RID>
7878

7979
- [!INCLUDE [cli-c-release](includes/cli-c-release.md)]
8080

81-
- [!INCLUDE [cli-r-rid-native-deps](includes/cli-r-rid-native-deps.md)]
81+
- [!INCLUDE [cli-r-rid](includes/cli-r-rid.md)]
8282

8383
::: zone-end
8484

@@ -360,7 +360,7 @@ Native AOT publishing must be configured in the project file. You cannot enable
360360
01. Set **Target Runtime** to your desired platform (for example, **win-x64** for 64-bit Windows).
361361
01. Click **Save** and then **Publish**.
362362

363-
For more information about the `PublishAot` property, see [MSBuild properties for Microsoft.NET.Sdk](../project-sdk/msbuild-props.md#publishaot).
363+
For more information about Native AOT deployment, see [Native AOT deployment](native-aot/index.md).
364364

365365
::: zone-end
366366

0 commit comments

Comments
 (0)