Skip to content

Commit 99fb29f

Browse files
authored
First MVC: Ensure command run at project directory for VSC (#34777)
* First MVC: Ensure command run at project directory for VSC * Update date in adding-model.md tutorial
1 parent 62be13e commit 99fb29f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

aspnetcore/tutorials/first-mvc-app/adding-model.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: wadepickett
44
description: Part 4 of tutorial series on ASP.NET Core MVC.
55
monikerRange: '>= aspnetcore-3.1'
66
ms.author: wpickett
7-
ms.date: 07/24/2024
7+
ms.date: 2/20/2025
88
uid: tutorials/first-mvc-app/adding-model
99
---
1010

@@ -61,6 +61,8 @@ Build the project as a check for compiler errors.
6161

6262
# [Visual Studio Code](#tab/visual-studio-code)
6363

64+
Open a command window in the project directory. The project directory is the directory that contains the `Program.cs` and `.csproj` files.
65+
6466
[!INCLUDE[](~/includes/add-EF-NuGet-SQLite-CLI-9.md)]
6567

6668
In Visual Studio Code, press <kbd>Ctrl</kbd>+<kbd>F5</kbd> to run the app without debugging.

0 commit comments

Comments
 (0)