You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core/deploying/macos.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Before you publish your .NET application for macOS, ensure you have the followin
22
22
23
23
## Publish your app
24
24
25
-
Use one of the methods described in the [.NET application publishing overview](index.md) to produce an application. You can create either a framework-dependent or self-contained application.
25
+
Use one of the methods described in the [.NET application publishing overview](/dotnet/core/deploying/) to produce an application. You can create either a framework-dependent or self-contained application.
26
26
27
27
## Apphost and entry point
28
28
@@ -45,7 +45,7 @@ The following entitlements enable additional debugging and diagnostic capabiliti
45
45
46
46
## Sign and notarize
47
47
48
-
Use Apple's developer documentation to sign and notarize the binary.
48
+
Use [Apple's developer documentation](https://developer.apple.com/documentation/security/notarizing_macos_software_before_distribution) to sign and notarize the binary.
49
49
50
50
> [!WARNING]
51
51
> Failing to sign and notarize your app might result in the application crashing while executing a restricted operation.
0 commit comments