diff --git a/release-notes/3.1/3.1.3/3.1.3.md b/release-notes/3.1/3.1.3/3.1.3.md index 0290002a..a1ec5aa1 100644 --- a/release-notes/3.1/3.1.3/3.1.3.md +++ b/release-notes/3.1/3.1.3/3.1.3.md @@ -63,7 +63,7 @@ The following repos have been updated * [Core-Setup](https://github.com/dotnet/core-setup/issues?utf8=✓&q=milestone:3.1.3+label:servicing-approved) ### macOS Notarization Change - Running "dotnet build" will generate dll instead of binary on macOS. This is a planned change to not use the AppHost by default on macOS because of [notarization requirements](https://review.docs.microsoft.com/en-us/dotnet/core/install/macos-notarization-issues?branch=master). If you want to opt into using the AppHost, please use following: + Running "dotnet build" will generate dll instead of binary on macOS. This is a planned change to not use the AppHost by default on macOS because of [notarization requirements](https://docs.microsoft.com/en-us/dotnet/core/install/macos-notarization-issues). If you want to opt into using the AppHost, please use following: ``` true