From a16ee60486d7274f7ab9ccb6294ce7ab79bc48ab Mon Sep 17 00:00:00 2001 From: Engincan VESKE Date: Tue, 1 Oct 2024 16:13:09 +0300 Subject: [PATCH] Update part-05.md --- docs/en/tutorials/modular-crm/part-05.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/tutorials/modular-crm/part-05.md b/docs/en/tutorials/modular-crm/part-05.md index 845996a1f4..69a9223882 100644 --- a/docs/en/tutorials/modular-crm/part-05.md +++ b/docs/en/tutorials/modular-crm/part-05.md @@ -248,7 +248,7 @@ This command opens a dialog to add a new package reference: ![abp-studio-add-package-reference-dialog-5](images/abp-studio-add-package-reference-dialog-5.png) -Select the *NuGet* tab, type `Volo.Abp.Ddd.Contracts`as the *Package name* and write the version of the package you want to install. Please be sure that you are installing the same version as the other ABP packages you are already using. +Select the *NuGet* tab, type `Volo.Abp.Ddd.Application.Contracts` as the *Package name* and write the version of the package you want to install. Please be sure that you are installing the same version as the other ABP packages you are already using. Click the *Ok* button. Now you can check the *Packages* under the `ModularCrm.Ordering.Contracts` project *Dependencies* to see the `Volo.Abp.Ddd.Application.Contracts` package is installed: