Adding information about macOS notarization change in 3.1.2

This commit is contained in:
Rahul Bhandari 2020-02-21 16:32:54 -08:00
parent 34e0276cf8
commit cdaf1fe2eb

View file

@ -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:
```
<PropertyGroup>
<UseAppHost>true</UseAppHost>
</PropertyGroup>
```
[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
[blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/