Update CLI-New-Command-Samples.md

pull/8273/head
Alper Ebicoglu 4 years ago committed by GitHub
parent ff73017e80
commit ae220a8f5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -193,10 +193,11 @@ ABP libraries are referenced from NuGet by default in the ABP solutions. Sometim
* MVC UI, Entity Framework Core, **ABP libraries are local project references**:
The path to the ABP framework solution `C:\source\abp\framework\Volo.Abp.sln`
The local path must be the root directory of ABP repository.
If `C:\source\abp\framework\Volo.Abp.sln` is your framework solution path, then you must write `C:\source\abp` to the `--abp-path` paramter.
```bash
abp new Acme.BookStore --local-framework-ref --abp-path C:\source\abp\framework
abp new Acme.BookStore --local-framework-ref --abp-path C:\source\abp
```
**Output**:

Loading…
Cancel
Save