Skip to content

Commit 8766de4

Browse files
updated
1 parent 2507891 commit 8766de4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Microsoft_SQL_Server/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@
66
$ docker-compose up
77
```
88

9+
#### Install or update DotNet Core CLI
10+
11+
```
12+
$ dotnet tool install --global dotnet-ef
13+
$ dotnet tool update --global dotnet-ef
14+
```
15+
916
#### DotNet Core commands
1017

1118
```zsh
12-
$ dotnet tool install --global dotnet-ef
1319
$ dotnet ef migrations add initial
1420
$ dotnet ef database update
1521
$ dotnet dev-certs https --clean

0 commit comments

Comments
 (0)