Skip to content

Commit 87b3891

Browse files
authored
Update README.md
1 parent d7d800c commit 87b3891

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ This extension contributes the following settings:
6060
"--project",
6161
"\"$project\"",
6262
"--startup-project",
63-
"\"$project\"",
63+
"\"$startupProject\"",
6464
"--context",
6565
"\"$dbContext\""
6666
],
@@ -72,7 +72,7 @@ This extension contributes the following settings:
7272
"--project",
7373
"\"$project\"",
7474
"--startup-project",
75-
"\"$project\"",
75+
"\"$startupProject\"",
7676
"--context",
7777
"\"$dbContext\""
7878
],
@@ -84,7 +84,7 @@ This extension contributes the following settings:
8484
"--project",
8585
"\"$project\"",
8686
"--startup-project",
87-
"\"$project\"",
87+
"\"$startupProject\"",
8888
"--context",
8989
"\"$dbContext\"",
9090
"\"$migrationId\""
@@ -97,7 +97,7 @@ This extension contributes the following settings:
9797
"--project",
9898
"\"$project\"",
9999
"--startup-project",
100-
"\"$project\"",
100+
"\"$startupProject\"",
101101
"--context",
102102
"\"$dbContext\""
103103
],
@@ -109,7 +109,7 @@ This extension contributes the following settings:
109109
"--project",
110110
"\"$project\"",
111111
"--startup-project",
112-
"\"$project\""
112+
"\"$startupProject\""
113113
],
114114
"listMigrations": [
115115
"dotnet",
@@ -121,7 +121,7 @@ This extension contributes the following settings:
121121
"--project",
122122
"\"$project\"",
123123
"--startup-project",
124-
"\"$project\""
124+
"\"$startupProject\""
125125
],
126126
"dbContextInfo": [
127127
"dotnet",
@@ -133,7 +133,7 @@ This extension contributes the following settings:
133133
"--project",
134134
"\"$project\"",
135135
"--startup-project",
136-
"\"$project\""
136+
"\"$startupProject\""
137137
],
138138
"scaffold": [
139139
"dotnet",

0 commit comments

Comments
 (0)