Skip to content

Commit a81ad56

Browse files
committed
fix pkg name
1 parent 531e548 commit a81ad56

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)