Skip to content

Commit da2307f

Browse files
Merge pull request #34209 from timdeschryver/net9-preview
Update .NET 9 Preview to .NET 9
2 parents eed276c + 2c096f6 commit da2307f

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

aspnetcore/fundamentals/aot/native-aot-tutorial.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ASP.NET Core 8.0 introduces support for [.NET native ahead-of-time (AOT)](/dotne
2424
> [!NOTE]
2525
> * The Native AOT feature is currently in preview.
2626
> * 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:
2828
> * Visual Studio is a prerequisite even if the CLI tab is selected.
2929
> * The CLI must be used to publish even if the Visual Studio tab is selected.
3030
@@ -34,18 +34,18 @@ ASP.NET Core 8.0 introduces support for [.NET native ahead-of-time (AOT)](/dotne
3434

3535
* [!INCLUDE[](~/includes/8.0-SDK.md)]
3636
* 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.
3838

3939
![Visual Studio workload selection dialog showing "Desktop development with C++" selected.](~/fundamentals/aot/_static/cpponly.png)
4040

4141
> [!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.
4343
4444
# [Visual Studio](#tab/visual-studio)
4545

4646
* [!INCLUDE[](~/includes/8.0-SDK.md)]
4747

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:
4949
* **ASP.NET and web development**
5050
* **Desktop development with C++**
5151

aspnetcore/test/http-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ uid: test/http-files
1010
---
1111
# Use .http files in Visual Studio 2022
1212

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:
1414

1515
* Creates and updates `.http` files.
1616
* Sends HTTP requests specified in `.http` files.

aspnetcore/tutorials/first-mvc-app/start-mvc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ See https://github.com/dotnet/AspNetCore.Docs/issues/21193
5757
* The **Location** for the project can be set to anywhere.
5858
* Select **Next**.
5959
* In the **Additional information** dialog:
60-
* Select **.NET 9.0 (Preview)**.
60+
* Select **.NET 9.0**.
6161
* Verify that **Do not use top-level statements** is unchecked.
6262
* Select **Create**.
6363

aspnetcore/tutorials/min-web-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ This tutorial creates the following API:
6060

6161
* Name the project *TodoApi* and select **Next**.
6262
* In the **Additional information** dialog:
63-
* Select **.NET 9.0 (Preview)**
63+
* Select **.NET 9.0**
6464
* Uncheck **Do not use top-level statements**
6565
* Select **Create**
6666

aspnetcore/tutorials/razor-pages/razor-pages-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ At the end of this tutorial, you'll have a Razor Pages web app that manages a da
4747
* 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.
4848
* Select **Next**.
4949
* In the **Additional information** dialog:
50-
* Select **.NET 9.0 (Preview)**.
50+
* Select **.NET 9.0**.
5151
* Verify: **Do not use top-level statements** is unchecked.
5252
* Select **Create**.
5353

0 commit comments

Comments
 (0)