Skip to content

Commit 81f8653

Browse files
authored
Merge pull request #3908 from MicrosoftDocs/master637038184744222552
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 483db7b + 86ce61b commit 81f8653

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/get-started/visual-basic/tutorial-console.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Tutorial: Get started with Visual Basic"
33
description: "Learn how to create Visual Basic console apps in Visual Studio, step-by-step."
44
ms.custom: "seodec18, get-started"
5-
ms.date: 03/23/2019
5+
ms.date: 09/11/2019
66
ms.technology: vs-ide-general
77
ms.prod: visual-studio-windows
88
ms.topic: tutorial
@@ -41,7 +41,7 @@ First, we'll create a Visual Basic application project. The project type comes w
4141

4242
2. From the top menu bar, choose **File** > **New** > **Project**.
4343

44-
3. In the **New Project** dialog box in the left pane, expand **Visual Basic**, and then choose **.NET Core**. In the middle pane, choose **Console App (.NET Core)**. Then name the file *HelloWorld*.
44+
3. In the **New Project** dialog box in the left pane, expand **Visual Basic**, and then choose **.NET Core**. In the middle pane, choose **Console App (.NET Core)**. Then name the project *WhatIsYourName*.
4545

4646
![Console App (.NET Core) project template in the New Project dialog box in the Visual Studio IDE](media/new-project-vb-dotnetcore-whatisyourname-console-app.png)
4747

0 commit comments

Comments
 (0)