From 4c5bb567786f9f63657884e039fa7636354333d7 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Thu, 27 Jul 2023 15:21:40 -1000 Subject: [PATCH] Linux AOT /4 (#29938) * Linux AOT /4 * Linux AOT /4 --- aspnetcore/fundamentals/aot/native-aot-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/fundamentals/aot/native-aot-tutorial.md b/aspnetcore/fundamentals/aot/native-aot-tutorial.md index e5c1ee84c1..a4e0e15a0c 100644 --- a/aspnetcore/fundamentals/aot/native-aot-tutorial.md +++ b/aspnetcore/fundamentals/aot/native-aot-tutorial.md @@ -23,7 +23,7 @@ ASP.NET Core 8.0 introduces support for [.NET native ahead-of-time (AOT)](/dotne # [.NET Core CLI](#tab/netcore-cli) * [!INCLUDE[](~/includes/8.0-SDK.md)] - +* On Linux, see [Prerequisites for native AOT deployment](/dotnet/core/deploying/native-aot/?tabs=net8plus#prerequisites-for-native-aot-deployment). * [Visual Studio 2022 Preview](https://visualstudio.microsoft.com/vs/preview/) with the **Desktop development with C++** workload installed. ![Visual Studio workload selection dialog showing "Desktop development with C++" selected.](~/fundamentals/aot/_static/cpponly.png)