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: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,10 @@ dotnet new rest-api -n ASPNetCoreService
46
46
```
47
47
It creates a new project "ASPNetCoreService" in the corresponding subfolder.
48
48
Replace the "ASPNetCoreService" with a desired name.
49
+
49
50
3. Run the project:
50
51
```
52
+
cd ASPNetCoreService
51
53
dotnet run
52
54
```
53
55
4. Open a browser and navigate to [http://localhost:5000/swagger](http://localhost:5000/swagger) to see an API documentation
@@ -71,4 +73,4 @@ Have fun and happy hacking!
71
73
|2020-01-21|1.3|<p>- Update target framework to .Net Core 2.2
72
74
|2019-08-22|1.2|<p>- Project tags are added to make it simple to find this project template in a VS2019 project creation wizard<p>- Update NuGet packages to the latest versions|
0 commit comments