Update native-aot.md (#29285)
parent
93dc4010e9
commit
7ed4a3c3d2
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue