Skip to content

Commit 3a85bec

Browse files
authored
Update 1-creating-a-graphql-server-project.md (#86)
The build commands for the GraphQL projects should run in the directory that contains the solution file rather than the startup.cs file
1 parent b379ca4 commit 3a85bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/1-creating-a-graphql-server-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
dotnet tool install dotnet-ef --version 5.0.0 --local
9595
```
9696

97-
2. Open a command prompt and navigate to the project directory. (The directory containing the `Startup.cs` file).
97+
2. Open a command prompt and navigate to the project directory. (The directory containing the solution `ConferencePlanner.sln` file).
9898

9999
3. Run the following commands in the command prompt:
100100

0 commit comments

Comments
 (0)