Skip to content

Commit e740599

Browse files
committed
minor edit
1 parent 36b27b3 commit e740599

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/javascript/tutorial-asp-net-core-with-vue.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ You can use the method described in this article to create ASP.NET Core Single P
2828
- Create the client project based on the framework CLI installed on your computer
2929

3030
> [!NOTE]
31-
> A simplified, updated template is available starting in Visual Studio 2022 version 17.5. This template creates two projects in the initial solution and eliminates several configuration steps compared to the previous template. This article describes the project creation process using the new template.
31+
> A simplified, updated template is available starting in Visual Studio 2022 version 17.5. This template creates two projects in the initial solution and eliminates several configuration steps compared to the previous template. This article describes the project creation process using the template in Visual Studio 2022 version 17.7, which uses the Vite CLI.
3232
3333
## Prerequisites
3434

3535
Make sure to install the following:
3636

37-
- Visual Studio 2022 version 17.5 or later with the **ASP.NET and web development** workload installed. Go to the [Visual Studio downloads](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) page to install it for free.
37+
- Visual Studio 2022 version 17.7 or later with the **ASP.NET and web development** workload installed. Go to the [Visual Studio downloads](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) page to install it for free.
3838
If you need to install the workload and already have Visual Studio, go to **Tools** > **Get Tools and Features...**, which opens the Visual Studio Installer. Choose the **ASP.NET and web development** workload, then choose **Modify**.
39-
- npm ([https://www.npmjs.com/](https://www.npmjs.com/package/npm)), which is included with Node.js
39+
- npm ([https://www.npmjs.com/](https://www.npmjs.com/package/npm)), which is included with Node.js.
4040

4141
## Create the frontend app
4242

0 commit comments

Comments
 (0)