未验证 提交 40fa1346 编写于 作者: A Andrii Chebukin 提交者: GitHub

Fix `Creating a modular ASP.NET Core application` tutorial (#14415)

Emphasize that reference must be added from the applicaiton to the module
上级 5ee50eff
......@@ -30,8 +30,9 @@ Create an empty folder, called `OrchardCore.Mvc`, that will contain our projects
Next, create the "Hello World" module.
```dotnet new ocmodulemvc -n OrchardCore.Mvc.HelloWorld```
Add a project reference to the web application that points to the module.
!!! important
Add a project reference to the web application that points to the module.
```dotnet add OrchardCore.Mvc.Web reference OrchardCore.Mvc.HelloWorld```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册