From 87bca9832fc3e0c5ec8f96e243af75af47b8a2f6 Mon Sep 17 00:00:00 2001 From: Mark J Price Date: Wed, 8 Mar 2023 07:23:35 +0000 Subject: [PATCH] Update improvements.md --- docs/errata/improvements.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/errata/improvements.md b/docs/errata/improvements.md index 13156ee..d4f1395 100644 --- a/docs/errata/improvements.md +++ b/docs/errata/improvements.md @@ -144,6 +144,15 @@ Due to transitive dependencies, you only actually need to explicitly reference t ``` +In Step 4, I tell Visual Studio 2022 readers to select the `appsettings.json` file and change its **Copy to Output Directory** to **Copy if newer**. To confirm this is done correctly, in the next edition, I will then tell them to review the change that was made to the project file, as shown in the following markup: +```xml + + + PreserveNewest + + +``` + # Page 237 - Implementing functionality using methods > Thanks to [Masoud Nazari](https://github.com/MAS-OUD) for raising this [issue on 5 March 2023](https://github.com/markjprice/cs11dotnet7/issues/35).