Update native-aot.md (#29285)

pull/29277/head
Rick Anderson 2023-05-16 14:30:24 -10:00 committed by GitHub
parent 93dc4010e9
commit 7ed4a3c3d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ Create an ASP.NET Core API app that is configured to work with native AOT:
Run the following command:
```cli
dotnet new api -aot -o MyFirstAotWebApi && cd MyFirstAotWebApi
dotnet new api --aot -o MyFirstAotWebApi && cd MyFirstAotWebApi
```
Output similar to the following is displayed: