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: learn-pr/aspnetcore/build-your-first-aspnet-core-web-app/includes/3-exercise-create-project.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
@@ -11,11 +11,11 @@ In Visual Studio Code, create a new project:
11
11
12
12
1. Select the **Explorer** view:
13
13
14
-
:::image type="content" source="../media/vs-code-select-explorer.png" alt-text="Screenshot of selecting the Explorer view":::
14
+
:::image type="content" source="../media/vs-code-select-explorer.png" alt-text="Screenshot of selecting the Explorer view.":::
15
15
16
16
1. Select the **Create .NET Project** button. Alternatively, you can bring up the **Command Palette** using <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>P</kbd>, and then type "`.NET`" to find and select the **.NET: New Project** command.
17
17
18
-
:::image type="content" source="../media/vs-code-select-create-dotnet-project.png" alt-text="Screenshot of selecting Create .NET Project":::
18
+
:::image type="content" source="../media/vs-code-select-create-dotnet-project.png" alt-text="Screenshot of selecting Create .NET Project.":::
19
19
20
20
1. Select the **ASP.NET Core Empty** project template from the list.
21
21
1. In the **Project Location** dialog, create a folder named `MyWebApp` to contain the project.
@@ -26,7 +26,7 @@ In Visual Studio Code, create a new project:
26
26
27
27
The *MyWebApp* project folder contents are displayed in the Visual Studio Code **Explorer**:
28
28
29
-
:::image type="content" source="../media/vs-code-explorer-project-files.png" alt-text="Screenshot of the project files in the Visual Studio Code Explorer":::
29
+
:::image type="content" source="../media/vs-code-explorer-project-files.png" alt-text="Screenshot of the project files in the Visual Studio Code Explorer.":::
30
30
31
31
::: zone-end
32
32
@@ -62,7 +62,7 @@ From a terminal or the command line, create a new project:
62
62
63
63
The *MyWebApp* project folder contents are displayed in the Visual Studio Code **Explorer**:
64
64
65
-
:::image type="content" source="../media/vs-code-explorer-project-files.png" alt-text="Screenshot of the project files in the Visual Studio Code Explorer":::
65
+
:::image type="content" source="../media/vs-code-explorer-project-files.png" alt-text="Screenshot of the project files in the Visual Studio Code Explorer.":::
0 commit comments