You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/fundamentals/aot/native-aot-tutorial.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ ASP.NET Core 8.0 introduces support for [.NET native ahead-of-time (AOT)](/dotne
24
24
> [!NOTE]
25
25
> * The Native AOT feature is currently in preview.
26
26
> * In .NET 8, not all ASP.NET Core features are compatible with Native AOT.
27
-
> * Tabs are provided for the [.NET CLI](/dotnet/core/tools/) and [Visual Studio](https://visualstudio.microsoft.com/vs/preview/) instructions:
27
+
> * Tabs are provided for the [.NET CLI](/dotnet/core/tools/) and [Visual Studio](https://visualstudio.microsoft.com/downloads/) instructions:
28
28
> * Visual Studio is a prerequisite even if the CLI tab is selected.
29
29
> * The CLI must be used to publish even if the Visual Studio tab is selected.
30
30
@@ -34,18 +34,18 @@ ASP.NET Core 8.0 introduces support for [.NET native ahead-of-time (AOT)](/dotne
34
34
35
35
*[!INCLUDE[](~/includes/8.0-SDK.md)]
36
36
* On Linux, see [Prerequisites for Native AOT deployment](/dotnet/core/deploying/native-aot/?tabs=net8plus#prerequisites-for-native-aot-deployment).
37
-
*[Visual Studio 2022 Preview](https://visualstudio.microsoft.com/vs/preview/) with the **Desktop development with C++** workload installed.
37
+
*[Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) with the **Desktop development with C++** workload installed.
38
38
39
39

40
40
41
41
> [!NOTE]
42
-
> Visual Studio 2022 Preview is required because Native AOT requires [link.exe](/cpp/build/reference/linker-options) and the Visual C++ static runtime libraries. There are no plans to support Native AOT ***without*** Visual Studio.
42
+
> Visual Studio 2022 is required because Native AOT requires [link.exe](/cpp/build/reference/linker-options) and the Visual C++ static runtime libraries. There are no plans to support Native AOT ***without*** Visual Studio.
43
43
44
44
# [Visual Studio](#tab/visual-studio)
45
45
46
46
*[!INCLUDE[](~/includes/8.0-SDK.md)]
47
47
48
-
*[Visual Studio 2022 Preview](https://visualstudio.microsoft.com/vs/preview/) with the following workloads installed:
48
+
*[Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) with the following workloads installed:
Copy file name to clipboardExpand all lines: aspnetcore/test/http-files.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ uid: test/http-files
10
10
---
11
11
# Use .http files in Visual Studio 2022
12
12
13
-
The [Visual Studio 2022](https://visualstudio.microsoft.com/vs/preview/)`.http` file editor provides a convenient way to test ASP.NET Core projects, especially API apps. The editor provides a UI that:
13
+
The [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/)`.http` file editor provides a convenient way to test ASP.NET Core projects, especially API apps. The editor provides a UI that:
Copy file name to clipboardExpand all lines: aspnetcore/tutorials/razor-pages/razor-pages-start.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ At the end of this tutorial, you'll have a Razor Pages web app that manages a da
47
47
* In the **Configure your new project** dialog, enter `RazorPagesMovie` for **Project name**. It's important to name the project **RazorPagesMovie**, including matching the capitalization, so the namespaces will match when you copy and paste example code.
48
48
* Select **Next**.
49
49
* In the **Additional information** dialog:
50
-
* Select **.NET 9.0 (Preview)**.
50
+
* Select **.NET 9.0**.
51
51
* Verify: **Do not use top-level statements** is unchecked.
0 commit comments