Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 290a22b

Browse files
AndriySvyryddavidfowl
authored andcommitted
Add the missing dependency step (#70)
1 parent 0a6b078 commit 290a22b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/2. Build out BackEnd and Refactor.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ In this session, we'll add the rest of our models and controllers that expose th
1111
1. Select *.NET Standard* from the project types on the left and select the *Class Libarary (.NET Standard)* template. Name the project ConferenceDTO and press OK.
1212
![](images/create-dto-project.png)
1313
1. Delete the generated `Class1.cs` file from this new project.
14+
1. Right-click the 'Dependencies' node under the BackENd project, select "Add Reference..." and put a checkmark near ConferenceDTO.
1415

1516
### Adding the ConferenceDTO project via the Command Line
1617
1. Open a command prompt and navigate to the root `ConferencePlanner` directory.

0 commit comments

Comments
 (0)