Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aspnetcore/grpc/native-aot.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ AOT compilation happens when the app is published. Native AOT is enabled with th
Native AOT can also be enabled by specifying the `-aot` option with the ASP.NET Core gRPC template:
Comment thread
guardrex marked this conversation as resolved.
Outdated

```dotnetcli
dotnet new grpc -aot
dotnet new grpc --aot
```

2. Publish the app for a specific [runtime identifier (RID)](/dotnet/core/rid-catalog) using `dotnet publish -r <RID>`.
Expand Down