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

Commit 297730d

Browse files
davidfowlDamianEdwards
authored andcommitted
Fixed image
1 parent 5def655 commit 297730d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/2. Build out BackEnd and Refactor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ In this session, we'll add the rest of our models and controllers that expose th
99
### Adding the ConferenceDTO Project using Visual Studio
1010
1. If using Visual Studio, right-click on the Solution and select *Add* / *New Project...*.
1111
1. Select *.NET Standard* from the project types on the left and select the *Class Library (.NET Standard)* template. Name the project ConferenceDTO and press OK.
12-
![](images/create-dto-project.png)
12+
![](images/vs2019-create-dto-project.png)
1313
1. Delete the generated `Class1.cs` file from this new project.
1414
1. Right-click the 'Dependencies' node under the BackENd project, select "Add Reference..." and put a checkmark near ConferenceDTO.
1515

81.7 KB
Loading

0 commit comments

Comments
 (0)