pull/30027/head
Tom Dykstra 2023-08-10 14:43:50 -07:00
parent 2185f827c6
commit 13ed4d0e0e
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ Native AOT analysis includes all of the app's code and the libraries the app dep
In .NET 8, native AOT is supported by the following ASP.NET Core app types:
* minimal APIs - For more information, see the [API template](#the-api-template) section later in this article.
* minimal APIs - For more information, see the [The Web API (native AOT) template](#the-web-api-native-aot-template) section later in this article.
* gRPC - For more information, see [gRPC and native AOT](xref:grpc/native-aot).
* Worker services - For more information, see [AOT in Worker Service templates](xref:fundamentals/host/hosted-services?view=aspnetcore-8.0&preserve-view=true#native-aot).