From 024e149963f040dab5d72b3a3c0b398c704a5fbd Mon Sep 17 00:00:00 2001 From: Mark J Price Date: Tue, 28 Feb 2023 09:48:39 +0000 Subject: [PATCH] Update improvements.md --- docs/errata/improvements.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/errata/improvements.md b/docs/errata/improvements.md index cad79e1..15f5aff 100644 --- a/docs/errata/improvements.md +++ b/docs/errata/improvements.md @@ -64,8 +64,8 @@ In Chapter 1, I explain how to control which project starts when a Visual Studio In the 8th edition, I will add the same reminder to Chapter 6 as well, for example: 8. Set the `PeopleApp` project as the startup/active project: - a. If you are using Visual Studio 2022, set the startup project for the solution to the current selection. - b. If you are using Visual Studio Code, select `PeopleApp` as the active OmniSharp project. When you see the pop-up warning + a) If you are using Visual Studio 2022, set the startup project for the solution to the current selection. + b) If you are using Visual Studio Code, select `PeopleApp` as the active OmniSharp project. When you see the pop-up warning message saying that required assets are missing, click Yes to add them. 9. Run the `PeopleApp` project and note the result, as shown in the following output: ```