Skip to content

Commit 05e0fc2

Browse files
authored
Apply suggestions from code review
1 parent da41fa0 commit 05e0fc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/core/tutorials/library-with-visual-studio-code.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Start by creating a .NET class library project named "StringLibrary" and an asso
8484

8585
Add a console application that uses the class library. The app will prompt the user to enter a string and report whether the string begins with an uppercase character.
8686

87-
1. In the **Solution Explorer** select **New Project** or in the Command Palette select **.NET: New Project**.
87+
1. Right-click the solution in **Solution Explorer** and select **New Project**, or in the Command Palette select **.NET: New Project**.
8888

8989
1. Select Console app.
9090

@@ -110,7 +110,7 @@ Initially, the new console app project doesn't have access to the class library.
110110

111111
## Run the app
112112

113-
1. Select Run>Run without debugging.
113+
1. Select **Run** > **Run without debugging**.
114114

115115
1. Select C#.
116116

@@ -139,7 +139,7 @@ Initially, the new console app project doesn't have access to the class library.
139139

140140
## Next steps
141141

142-
In this tutorial, created a library project, and added a console app project that uses the library. In the next tutorial, you add a unit test project to the solution.
142+
In this tutorial, you created a library project and added a console app project that uses the library. In the next tutorial, you add a unit test project to the solution.
143143

144144
> [!div class="nextstepaction"]
145145
> [Test a .NET class library with .NET using Visual Studio Code](testing-library-with-visual-studio-code.md)

0 commit comments

Comments
 (0)