Skip to content

Commit 786bf85

Browse files
committed
Fix Nuget/Paket instructions
1 parent 32e35ab commit 786bf85

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/recipes/storage/use-sqlprovider-ssdt.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,12 @@ Next, we will use Azure Data Studio with the "SQL Database Projects" extension t
7171
## Create a TodoRepository Using the new SSDT provider in SQLProvider
7272

7373
### Installing SQLProvider from NuGet
74-
- Add the following NuGet packages to both the `paket.dependencies` in the solution root and the `paket.references` in the src/Server folder:
74+
- Add the following lines to the `paket.dependencies` in the solution root:
75+
```
76+
nuget SQLProvider
77+
nuget System.Data.SqlClient
78+
```
79+
- Add the following lines to `paket.references` in the src/Server folder:
7580
```
7681
SQLProvider
7782
System.Data.SqlClient

0 commit comments

Comments
 (0)