|
2 | 2 | title: "Tutorial: Get started with Visual Basic"
|
3 | 3 | description: "Learn how to create Visual Basic console apps in Visual Studio, step-by-step."
|
4 | 4 | ms.custom: "vs-acquisition, get-started"
|
5 |
| -ms.date: 02/10/2021 |
| 5 | +ms.date: 08/13/2021 |
6 | 6 | ms.technology: vs-ide-general
|
7 | 7 | ms.prod: visual-studio-windows
|
8 | 8 | ms.topic: tutorial
|
@@ -93,8 +93,8 @@ If you don't see the **Console App (.NET Core)** project template, you can get i
|
93 | 93 | > [!NOTE]
|
94 | 94 | > If you do not see the **Console Application** template, you can install it from the **Create a new project** window. In the **Not finding what you're looking for?** message, choose the **Install more tools and features** link.
|
95 | 95 | >
|
96 |
| - >  |
97 |
| - > |
| 96 | + >  |
| 97 | + > |
98 | 98 | > Then, in the Visual Studio Installer, choose the **.NET Core cross-platform development** workload.
|
99 | 99 | >
|
100 | 100 | > 
|
@@ -206,11 +206,11 @@ Let's create an app that prompts you for your name and then displays it along wi
|
206 | 206 |
|
207 | 207 | 
|
208 | 208 |
|
209 |
| -::: moniker-end |
| 209 | +::: moniker-end |
210 | 210 |
|
211 | 211 | ::: moniker range=">=vs-2019"
|
212 | 212 |
|
213 |
| -1. On the start window, choose **Create a new project**. |
| 213 | +1. On the start window, choose **Create a new project**. |
214 | 214 |
|
215 | 215 | 1. In the **Create a new project** window, choose **Visual Basic** from the Language list. Next, choose **Windows** from the Platform list and **Console** from the project types list.
|
216 | 216 |
|
@@ -247,6 +247,8 @@ Let's create an app that prompts you for your name and then displays it along wi
|
247 | 247 |
|
248 | 248 | ::: moniker-end
|
249 | 249 |
|
| 250 | +[!INCLUDE[../includes/git-source-control.md](../includes/git-source-control.md)] |
| 251 | + |
250 | 252 | ## Quick answers FAQ
|
251 | 253 |
|
252 | 254 | Here's a quick FAQ to highlight some key concepts.
|
|
0 commit comments