Browse Source
Update package version from 5.0.0-rc1 to 5.0.0
pull/10983/head
Cephas PAD
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
docs/en/Getting-Started-AspNetCore-Application.md
|
|
|
@ -21,7 +21,7 @@ This tutorial explains how to start ABP from scratch with minimal dependencies. |
|
|
|
Volo.Abp.AspNetCore.Mvc is the AspNet Core MVC integration package for ABP. So, install it on your project: |
|
|
|
|
|
|
|
```` |
|
|
|
Install-Package Volo.Abp.AspNetCore.Mvc -Version 5.0.0-rc.1 |
|
|
|
Install-Package Volo.Abp.AspNetCore.Mvc -Version 5.0.0 |
|
|
|
```` |
|
|
|
|
|
|
|
## Create the First ABP Module |
|
|
|
@ -105,7 +105,7 @@ Replacing AspNet Core's DI system by Autofac and integrating to ABP is pretty ea |
|
|
|
1. Install [Volo.Abp.Autofac](https://www.nuget.org/packages/Volo.Abp.Autofac) package |
|
|
|
|
|
|
|
```` |
|
|
|
Install-Package Volo.Abp.Autofac -Version 5.0.0-rc.1 |
|
|
|
Install-Package Volo.Abp.Autofac -Version 5.0.0 |
|
|
|
```` |
|
|
|
|
|
|
|
2. Add the ``AbpAutofacModule`` Dependency |
|
|
|
|