Skip to content

Commit 290e1d8

Browse files
committed
More bookmark changes
1 parent 125f652 commit 290e1d8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/core/compatibility/sdk/6.0/apphost-generated-for-macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.date: 07/13/2021
55
---
66
# Generate apphost for macOS
77

8-
When building on macOS, the .NET SDK now [produces an executable](../../../deploying/index.md#produce-an-executable) for app projects.
8+
When building on macOS, the .NET SDK now produces an executable for app projects.
99

1010
Since .NET Core 3.0, the .NET SDK has created an executable for app projects when building on non-macOS operating systems. However, it did not create an executable on macOS since we weren't signing this binary. That resulted in an app that was recognized as dangerous by the OS, which made it hard for the user to run it. The .NET 6 SDK can sign the app executable, so it now produces the executable by default.
1111

docs/core/docker/build-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ The `ENTRYPOINT` instruction sets `dotnet` as the host for the `DotNet.Docker.dl
300300
ENTRYPOINT ["./DotNet.Docker"]
301301
```
302302

303-
This causes the app to be executed directly, without `dotnet`, and instead relies on the app host and the underlying OS. For more information on deploying cross-platform binaries, see [Produce a cross-platform binary](../deploying/index.md#produce-an-executable).
303+
This causes the app to be executed directly, without `dotnet`, and instead relies on the app host and the underlying OS. For more information on publishing cross-platform binaries, see [Cross-platform DLL deployment](../deploying/index.md#cross-platform-dll-deployment).
304304

305305
To build the container, from your terminal, run the following command:
306306

docs/core/project-sdk/msbuild-props.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1623,7 +1623,7 @@ The following MSBuild properties are documented in this section:
16231623

16241624
### AppHostDotNetSearch
16251625

1626-
The `AppHostDotNetSearch` property configures how [the native executable](../deploying/index.md#produce-an-executable) produced for an application will search for a .NET installation. This property only impacts the executable produced on publish, not build.
1626+
The `AppHostDotNetSearch` property configures how [the native executable](../deploying/index.md#configure-net-install-search-behavior) produced for an application will search for a .NET installation. This property only impacts the executable produced on publish, not build.
16271627

16281628
```xml
16291629
<PropertyGroup>

0 commit comments

Comments
 (0)