You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/jekyll/tutorials/aspnetcore.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Start by creating a new ASP.NET Core MVC project:
50
50
51
51
1. File → New → Project...
52
52
2. Select "ASP.NET Core Web Application". You may search for it via the search box or narrow down your choices via the drop-downs - C#, All platforms, Web is a good way to get it as the first result.
53
-
[<img src="/img/tutorial/r_newproject_core_600.png" alt="Screenshot: New Project" width="592" />](/img/tutorial/newproject_core_2019.png)
53
+
[<img src="/img/tutorial/newproject_core_600.png" alt="Screenshot: New Project" width="592" />](/img/tutorial/newproject_core.png)
54
54
3. Click "Next".
55
55
4. Enter "ReactDemo" for the project name and location to store it.
0 commit comments