Skip to content

Commit 3011aac

Browse files
Merge pull request #50665 from v-thpra/azure-triage-fix-1056880
Fix for Customer Feedback 1056880: Wrong package added
2 parents 531e548 + a81ad56 commit 3011aac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

learn-pr/language/dotnet-files/includes/9-exercise-read-write-files.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ You're almost finished creating a .NET masterpiece for Tailwind Traders. So far,
44

55
In this exercise, you complete the project by reading the .json files, adding up the store totals, and writing the grand total to the *totals.txt* file.
66

7-
## Add System.Text.Json to the project
7+
## Add Newtonsoft.Json to the project
88

9-
1. Using the terminal, add *Json.NET* to the project.
9+
1. Using the terminal, add *Newtonsoft.Json* to the project.
1010

1111
```bash
12-
dotnet add package System.Text.Json
12+
dotnet add package Newtonsoft.Json
1313
```
1414

1515
## Prepare for sales data

0 commit comments

Comments
 (0)