From 7ed4a3c3d259a0c43c6513c544b8e5126aba4cae Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Tue, 16 May 2023 14:30:24 -1000 Subject: [PATCH] Update native-aot.md (#29285) --- aspnetcore/fundamentals/native-aot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/fundamentals/native-aot.md b/aspnetcore/fundamentals/native-aot.md index 5dc842d1b7..da1e33ba59 100644 --- a/aspnetcore/fundamentals/native-aot.md +++ b/aspnetcore/fundamentals/native-aot.md @@ -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: