diff --git a/release-notes/3.1/3.1.2/3.1.2.md b/release-notes/3.1/3.1.2/3.1.2.md index ee5ee2b7..5bfb4fff 100644 --- a/release-notes/3.1/3.1.2/3.1.2.md +++ b/release-notes/3.1/3.1.2/3.1.2.md @@ -63,6 +63,13 @@ See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blo * [CoreFX](https://github.com/dotnet/corefx/issues?utf8=%E2%9C%93&q=milestone%3A3.1.2+label%3Aservicing-approved) * [ASP.NETCore](https://github.com/search?q=is%3Apr+label%3AServicing-approved+milestone%3A3.1.2+repo%3Adotnet%2Faspnetcore+repo%3Adotnet%2Fextensions+repo%3Adotnet%2Faspnetcore-tooling+repo%3Adotnet%2Fblazor+repo%3Adotnet%2Fefcore+repo%3Adotnet%2Fef6) +### 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://github.com/dotnet/docs/pull/17092). If you want to opt into using the AppHost, please use following: +``` + + true + +``` [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/